› Forums › Network Management › ZeroShell › DHCP server serving several subnets › Reply To: DHCP server serving several subnets
February 4, 2007 at 4:20 pm
#44968
Member
The dhcpd server must be configured to listen on a network interface.
Check that you have this file:
/etc/sysconfig/dhcpd
# Command line options:
DHCPDARGS=”eth1 eth2″
Replace eth1 & eth2 with your configuration.