|
|

楼主 |
发表于 2006-12-14 11:27:20
|
显示全部楼层
# Username and password
# A blank password is considered valid.
username=*******
password=******
# 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=00:50:8D:59:AF 7
# 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.0.1
# nic1=
# nic2=
# nic3=
# Only nic0 is mandatory; the others should normally
# be left blank.
nic0=211.83.97.170
nic1=
nic2=
nic3=
# dnsp(rimary) and dnss(econdary).
dnsp=202.112.14.151
dnss=202.112.14.161
# 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=
# 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=eth0
servip=202.115.255.243
hostport=61440
servport=61440
# 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=pumpkin
winver=5.1
winbuild=2600
servicepack=Service Pack 2
这是在windows下用ipconfig /all得到的
Ethernet adapter 本地连接:
Connection-specific DNS Suffix . :
Description . . . . . . . . . . . : NVIDIA nForce Networking Controller
Physical Address. . . . . . . . . : 00-50-8D-59-AF-D7
Dhcp Enabled. . . . . . . . . . . : No
IP Address. . . . . . . . . . . . : 211.83.97.170
Subnet Mask . . . . . . . . . . . : 255.255.255.128
Default Gateway . . . . . . . . . : 211.83.97.129
DNS Servers . . . . . . . . . . . : 202.112.14.151
202.112.14.161
学校的安装说明:
服务器:202.115.255.243
用户账号:填写有效的已注册的ID。
密码:已注册的账号对应的登录密码。
请帮我看看,谢谢!!! |
|