On a Debian multihomed server, both interfaces eth0, eth1 are configured for DHCP. When the second interface (eth1) is bought up after eth0 is active, the DHCP client is sending out DHCPDISCOVER packets on both eth0 and eth1 interfaces. How can I prevent this behaviour and force DHCP to only broadcast on its interface?
Note, the "invalid argument" error is because I am experimenting with post-up/down settings
Thanks