|
发表于 2005-10-7 21:02:56
|
显示全部楼层
我两个程序都安装好了,配置文件是这样的,可还是卡在connecting那里。
#
# This is the config file for drcom.
#
# Please read these notes before even attempting
# to edit this file:
# + Lines beginning with '#' are ignored.
# + Blank Lines are ignored.
# + Lines with more than 256 characters on it are
# just stripped.
# + Valid characters are: a-z, A-Z, 0-9, space
# and this set [#_=.,:]
# + This file is not syntax-checked, so you'll have
# to edit it properly. I don't think you'll try to
# do a buffer-overflow attack on your own machine.
# + Spaces get squeezed, so don't be afraid.
# + Unless otherwise specified, every variable must
# be specified exactly once.
# + Variables that have default values don't need to
# appear at all, but it's recommended that they do.
#
# Username and password
# A blank password is considered valid.
username=redhatlinux10
password=190150596
# 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:E0:4C:00:11:70
# 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=202.202.1.85
nic1=
nic2=
nic3=
# dnsp(rimary) and dnss(econdary).
dnsp=202.202.0.33
dnss=202.202.0.34
# 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=202.202.1.85
servip=202.202.0.180
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=redhatlinux10_fc4
winver=
winbuild=
servicepack= |
|