|
|
No subnet declaration for start (0.0.0.0).
** Ignoring requests on start. If this is not what
you want, please write a subnet declaration
in your dhcpd.conf file for the network segment
to which interface start is attached. **
我的系统是mandrake 10.0,双网卡,已经设好共享上网,成功.
/etc/dhcpd.conf内容如下:
ddns-update-style none;
subnet 192.168.0.0 netmask 255.255.255.0 {
#default gateway 192.168.0.1
option routers 192.168.0.1;
option subnet-mask 255.255.255.0;
option domain-name "homeland.net";
option domain-name-servers 10.16.14.100;
range dynamic-bootp 192.168.0.16 192.168.0.253;
default-lease-time 43200;
max-lease-time 21600;
}
subnet 10.64.18.19 netmask 255.255.255.255{
}
能不能帮忙研究一下出错原因,先谢过! |
|