> Run a dhcp server on a system that has 2 interfaces. I want dhcp to > respond to only one interface. Is there anyway of defining that no > communication should take place across, say eth0? > > This one is listening on eth0 & eth2 [root@iota root]# cat /etc/sysconfig/dhcpd # Command line options here DHCPDARGS="eth0 eth2"