> 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? >From dhcpd(8): The names of the network interfaces on which dhcpd should listen for broadcasts may be specified on the command line. Edit /etc/sysconfig/dhcpd and set: DHCPDARGS="eth0" -- Ian