Hello again.

On further testing, the workaround is more involved. You must first have the following line in /etc/network/interfaces:
        iface eth0 inet dhcp

Then do the following after the system is up:
        ifdown bond0
        ifconfig eth0 down
        ifup eth0
        ifdown eth0
        ifup bond0

THEN it works correctly, giving the second routing table shown above. Something about taking the interface down after having been assigned a DHCP address correctly removes it from the routing table. (So maybe this bug is in a networking package? ifupdown?)

For reference, the dropbear boot script does only the following:
        ifconfig eth0 up
        /sbin/dhclient eth0

Sincerely,
Sean M. Pappalardo
Sr. Networks Engineer
Renegade Technologies
spappala...@renegadetech.com
Office: (630) 631-6188

<<--------------------------------------------------------------------------------->>
This E-Mail message has been scanned for viruses and content
and cleared by >>smaRTmail<< from Renegade Technologies
<<--------------------------------------------------------------------------------->>



--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to