|

楼主 |
发表于 2007-12-4 22:33:34
|
显示全部楼层
当我配置好了dhcpd.conf好之后,写了两个subnet,然后运行dhcp3 eth0,dhcp3 eth1
现在DHCP能在eth0端口上运行并监听端口,但运行dhcp3 eth1就提示错误,下面是提示的错误:
Internet Systems Consortium DHCP Server V3.0.4
Copyright 2004-2006 Internet Systems Consortium.
All rights reserved.
For info, please visit http://www.isc.org/sw/dhcp/
Wrote 0 deleted host decls to leases file.
Wrote 0 new dynamic host decls to leases file.
Wrote 156 leases to leases file.
No subnet declaration for eth1 (199.1.91.247).
** Ignoring requests on eth1. If this is not what
you want, please write a subnet declaration
in your dhcpd.conf file for the network segment
to which interface eth1 is attached. **
Not configured to listen on any interfaces!
我又在配置中配置了sharded-network,将199.X.0.0这些子网配置到共享网络中,然后再执行dhcp3 eth0 ,dhcp3 eth1还是出现上面的错误 |
|