Networking Forums

Networking Forums > Computer Networking > Linux Networking > Lost default gateway problem with Bonded interface

Reply
Thread Tools Display Modes

Lost default gateway problem with Bonded interface

 
 
bc9ams@gmail.com
Guest
Posts: n/a

 
      07-04-2007, 01:12 PM
Hi,

I'm using Debian 4.0 (etch), and i'm trying to configure network card
bonding. For some reason, about 60 seconds after bootup, the
default gateway is lost, and a new 'link-local' entry is displayed.
Does anyone know why this is happening and how I can fix it? I've
tried adding a post-up entry to add a default gateway, but this also
seems to get wiped out by the link-local.


auto bond0
iface bond0 inet static
address 10.1.1.177
netmask 255.255.255.0
network 10.1.1.0
broadcast 10.1.1.255
gateway 10.1.1.1
hwaddress ether <MAC>
up ifenslave bond0 eth0 eth1
down ifenslave -d bond0 eth0 eth1


AFTER BOOT UP:
Kernel IP routing table
Destination Gateway Genmask Flags Metric Ref
Use Iface
10.1.1.0 * 255.255.255.0 U 0 0
0
bond0
default 10.1.1.1 0.0.0.0 UG 0 0
0
bond0


60 Seconds Later:
Kernel IP routing table
Destination Gateway Genmask Flags Metric Ref
Use Iface
10.1.1.0 * 255.255.255.0 U 0 0
0
bond0
link-local * 255.255.0.0 U 0 0
0 eth0


Thanks

 
Reply With Quote
 
 
 
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
bonded interface causes udev error after reboot veloxxswiftfox@gmail.com Linux Networking 0 10-31-2008 04:45 AM
bonded interface in linux renjith Linux Networking 2 03-07-2006 08:52 AM
IP Alias default outgoing interface? agentbullvi@gmail.com Linux Networking 3 12-28-2005 06:25 PM
Strange problem missing default gateway from time to time windows Anthony Windows Networking 2 09-28-2005 06:06 PM
Linux: Default gateway fails, must use local IP for default gw instead John Sasso Wireless Internet 2 07-08-2004 08:30 AM



1 2 3 4 5 6 7 8 9 10 11