Total Pageviews

Sunday, 4 December 2011

电驴服务器搭建教程

似乎Lugdunum只能在linux系统上使用!

第一步:下载需要的文件(一共3个)

 1、Lugdunum(也称eserver)

下载地址:http://code.google.com/p/eserver/downloads/list (注意,你的服务器的系统及cpu)

2、ip-to-country.csv(IP地理位置数据库,ip2c)

选你需要的一个版本

英文版下载地址:http://ip2c.googlecode.com/files/ip2c-en-100712.7z

大陆简体中文通用简称版:http://ip2c.googlecode.com/files/ip2c-zhcn-short-100712.7z

台湾版:http://ip2c.googlecode.com/files/ip2c-zhtw-short-100712.7z

3、ipfilter.dat(IP过滤数据库)

大家可以在这里找到你想要的版本:http://emulefans.com/tag/ipfilter-dat/

 IPFilter v148(标准版):http://ipfilter-emule.googlecode.com/files/ipfilter-148-nor.7z

第二步:将这些文件解压到同一目录,也就是说Lugdunum,ip-to-country.csv与ipfilter.dat在同一目录下

对了,在linux下还要更改权限,命令如下:(假使我用的是eserver-17.14.i686-linux ,即Lugdunum解压出来的那个文件,大家自己根据情况)

 chmod 755 eserver-17.14.i686-linux
第三步:编写配置文件

这一步最重要,可能关系到你的服务器运行!那么写,写到哪?

在Lugdunum同一目录下新建donkey.ini的文本文件!并按http://emulefans.com/help-server-lugdunum/所说的方法书写配置文件。下面是一个配置文件的参考

[server]
name=LUCK
desc=http://www.ied2k.com/
thisIP=61.152.93.254
port=4242
seedIP=212.63.206.35
seedPort=4242
verbose=false
public=true
threads=10
type=key
tableSize=3089
maxClients=100000
minVersion=57
maxVersion=9999
logFile=false
welcome[0]=欢迎登录LUCK
welcome[1]=***************************
welcome[2]=建立华语世界最大的P2P资料库

第四步:编写运行脚本,新建一个名为run.sh的文本(放到lugdunum同一目录下)

并写上(注意啊!我用的是eserver-17.14.i686-linux ,即Lugdunum解压出来的那个文件,大家自己根据情况第四行自行更改)

ulimit -n 1000000
while :
do
./eserver-17.14.i686-linux

sleep 1
done

第五步:运行脚本
在linux里的命令:screen -d -m ./run.sh

有时可能要自行安装screen。ubuntu命令:apt-get install screen

至此你的电驴服务器安装完毕,快去测试一下吧

如果你想知道你的服务器运行状态的话可以用命令

screen -r

No comments:

Post a Comment