dosrdpxp 的readme中有这么一段话,好像讲的是远程启动多网卡配置问题。
tcp.cfg文件:
If you are using Remote Boot remember to have:
[COMMON] (This is the main section name. If a card MAC address is not found, it will use the values listed here)
my_ip=10.200.0.130 (Client IP address. If you use DHCP just set my_ip=dhcp)
netmask=255.255.0.0 (Network Mask. If you use DHCP, this is not needed)
server=10.200.0.25 (Terminal Server IP address)
gateway=10.200.0.254 (Default Gateway. If you use DHCP, this is not needed)
video=800600 (Screen Resolution: 640480, 800600,or 1024768)
mouse=logitech (Mouse type. Some old PCs may need this set to mouse=ms)
keyboard=1033 (Keyboard Layout type: example, 1033 is for US)
refreshrate=85HZ (Refresh rate: this will work only with VESA 3.0 compatible cards)
hostname=dosclient1 (Client name)
flash=no (Works on the registered version. You can set it to disable the splash screen)
colordepth=16 (If using DOSRDP XP, if you set it to 16, it will use high color! 8 uses 256 colors)
port=3389 (Now you can specify the port you want to use to connect. Useful if your TS is listening in a different port)
[ABBCCDDEEF] (A Card MAC address, all in CAPS)
my_ip=10.200.0.130 (Client IP address. If you use DHCP just set my_ip=dhcp)
netmask=255.255.0.0 (Network Mask. If you use DHCP, this is not needed)
…
The way remote boot support works is that if you define sections per MAC address, these individual NICs will have a unique configuration! If you just have [COMMON], all machines will use the same configuration!
每个网卡可以有独立的配置。
可是我改了tcp.cfg文件后却不成功,每台机器只能用最后一段的配置。
是否是因为试用版的原因?