On Mon, Dec 10, 2001 at 05:46:56PM -0300, Daniel Toffetti wrote (1.00): > Reading again /etc/init.d/dhcp I see the following: > > # Add all interfaces you want dhcpd to handle here
Change the lines in /etc/init.d/dhcp that look like start-stop-daemon --start --quiet --pidfile $DHCPDPID \ --exec /usr/sbin/dhcpd to start-stop-daemon --start --quiet --pidfile $DHCPDPID \ --exec /usr/sbin/dhcpd -- eth0 eth1 where eth0 eth1 are the interfaces you want the daemon to worry about. M