Re: Ethernet driver link state propagation to ip stack

2005-01-17 Thread Mark Watts
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 > All, > > I am experiencing issues with connecting two network adapters to the same > subnet, eg. > > eth0 192.168.100.200 > eth1 192.168.100.201 > > The task is to have redundant connections to two different hubs. In case > one link goes down the co

Re: Ethernet driver link state propagation to ip stack

2005-01-17 Thread Stefan Seyfried
Jüri Põldre wrote: > My question is: Does the kernel handle the interface state/routing tables > modifications due to link changing automatically or is there some external > daemon required to do that. Any links are greatly appreciated. You might want to have a look at ifplugd (from memory: htt

Re: Ethernet driver link state propagation to ip stack

2005-01-15 Thread Amir Guindehi
Hi, My question is: Does the kernel handle the interface state/routing tables modifications due to link changing automatically Not completely. The biggest problem is that kernel does not remove its "connected" or "subnet" route while link is down. This means that even though kernel knows link i

Re: Ethernet driver link state propagation to ip stack

2005-01-15 Thread Paul Jakma
On Fri, 14 Jan 2005, [iso-8859-4] Jüri Põldre wrote: My question is: Does the kernel handle the interface state/routing tables modifications due to link changing automatically Not completely. The biggest problem is that kernel does not remove its "connected" or "subnet" route while link is down.