|
|

楼主 |
发表于 2006-8-22 09:33:56
|
显示全部楼层
# What servers should the DHCP relay forward requests to?
SERVERS="192.168.1.254"
# On what interfaces should the DHCP relay (dhrelay) serve DHCP requests?
INTERFACES="eth0 eth1 eth2"
# Additional options that are passed to the DHCP relay daemon?
OPTIONS=""
我把连接DHCP的端口和需要获取DHCP的端口都加到INTERFACES 里面就可以了,谢谢 |
|