On 29-Dec-2000 [EMAIL PROTECTED] wrote: > > How do ou make the dhcp client only listen on one eth*? Whenever dhcp > client is tarted it listens on every network interface on the system, how > do I change this? >
edit /etc/init.d/<client> script. Each one has an argument for which eth to listen on. For pump it is -i eth0.