LinuxSir.cn,穿越时空的Linuxsir!

 找回密码
 注册
搜索
热搜: shell linux mysql
查看: 1042|回复: 1

Dr.COM--配置问题

[复制链接]
发表于 2005-10-19 11:13:34 | 显示全部楼层 |阅读模式
# Interface information

# mac is the MAC address of the nic we use to connect
# to the server.
# Example:
# mac=1a:2b:3c:4d:5e:6f
# If left blank it will default to 00:00:00:00:00:00

mac=

# nicn is the nth nic. This is the real data that's
# passed to the server, and thus I suggest you only
# fill in the first nic.
# Example:
# nic0=192.168.68.106
# nic1=
# nic2=
# nic3=
# Only nic0 is mandatory; the others should normally
# be left blank.

nic0=
nic1=
nic2=
nic3=

# dnsp(rimary) and dnss(econdary).

dnsp=
dnss=

# dhcp server address. Windows XP uses 255.255.255.255
# and Windows 2000 uses 0.0.0.0
# If left blank it defaults to 255.255.255.255

dhcp=255.255.255.0

# Connection information
# If the network supports it, and serverip is set
# to 1.1.1.1, then the gateway will help us find
# the real server (beex said this was the reason
# why we had to upgrade, but I don't see the
# practical reason why)
# All are optional, if left blank, then:
# + hostip defaults to nic0
# + servip defaults to 1.1.1.1
# + hostport defaults to 61440 (0xf000)
# + servport defaults to 61440 (0xf000)
# Note: hostip can be given one of the special values
#       eth0, eth1, eth2, ... eth9 (I don't think
#       regular users would need eth10 :-P), which
#       corresponds to the inet address of the
#       interface.

hostip=nic0
servip=1.1.1.1
hostport=61440 (0xf000)
servport=61440 (0xf000)

# Miscellaneous Machine Information
# We don't need to be honest about these.
# For example, Windows XP has a version number
# of 5.1 and a build number of 2600.
# All are optional, if left blank, then:
# + hostname defaults to "localhost"
# + winver defaults to 5.1
# + winbuild defaults to 2600
# + servicepack defaults to "Service Pack 2"

hostname=localhost
winver=5.1
winbuild=2600
servicepack=Service Pack 2

我不是看不懂英文  只是不知道配置。。。那位哥哥帮帮忙啊。。
mac=  
nic0=
nic1=
nic2=
nic3=
dnsp=
dnss=
dhcp=
hostip=
servip=
hostport=
servport=

hostname=
winver=
winbuild=
servicepack=
跟我好好解释一下这些接口是什么东东
发表于 2005-10-19 13:03:49 | 显示全部楼层
mac是你的网卡的物理地址,用ifconfig命令查看。nicX你只需要填写nic0=你的网卡ip的地址(最好把你地址设成固定的,这样不用改了),dnsp=你的dns地址。hostip用来指定你的上网的网卡。servip指定服务器ip(1.1.1.1就可以了,服务器会自动响应此ip的,所以不用去查服务器的真正地址)。hostport,servport分别指定认证消息端口地址,drcom默认的是61440,一般就是这个值.hostname=localhost
winver=5.1
winbuild=2600
servicepack=Service Pack 2
都是客户机的信息,没有实际用途,默认的就行
总之你只需要配置nic0= dnsp= dnss= username= password= 就行了
回复 支持 反对

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

快速回复 返回顶部 返回列表