|
|
发表于 2006-7-19 17:49:52
|
显示全部楼层
嘿嘿,我当初也找了好久,不过还是debain好,起码有
# On what interfaces should the DHCP server (dhcpd) serve DHCP requests?
# Separate multiple interfaces with spaces, e.g. "eth0 eth1".
说明下,RedHat下
[root@rhce ~]# cat /etc/sysconfig/dhcpd
# Command line options here
DHCPDARGS="eth0 eth1";
就只有一句生硬的Command line options here , |
|