RE: Router stops routing after changing MAC Address

2006-03-16 Thread Greg Scott
I wonder if they would be more open to accepting that patch now? - Greg Scott -Original Message- From: Stephen Hemminger [mailto:[EMAIL PROTECTED] Sent: Thursday, March 16, 2006 11:55 AM To: Chris Wedgwood Cc: Greg Scott; Chuck Ebbert; linux-kernel; David S. Miller; netdev

RE: Router stops routing after changing MAC Address

2006-03-14 Thread Greg Scott
service is bridged not routed - give me another explanation besides ARP caches. - Greg -Original Message- From: linux-os (Dick Johnson) [mailto:[EMAIL PROTECTED] Sent: Tuesday, March 14, 2006 6:53 AM To: Bart Samwel Cc: Greg Scott; Rick Jones; Chuck Ebbert; linux-kernel; netdev@vger.

RE: Router stops routing after changing MAC Address

2006-03-13 Thread Greg Scott
ust as if one were using locally administered MAC addresses. Yes. My 12:34:56 OUI scheme will work for this project but it is definitely not good for the long term. I really really hope I have to spend some money with the IEEE soon to support lots and lots of rollouts. :) - Greg Scott -Or

RE: Router stops routing after changing MAC Address

2006-03-13 Thread Greg Scott
But in a failover scenario you want two devices to have the same IEEE (station) Address (or MAC Address or hardware address). So many names for the same thing! When the primary unit fails, you want the backup unit to completely assume the failed unit's identity - right down to the MAC Address.

RE: Router stops routing after changing MAC Address

2006-03-13 Thread Greg Scott
f the failover pair will try to take control and that both will assume a backup role with nobody taking control.But I may have to tweak the algorithm a bit more after more testing. - Greg Scott #!/bin/bash # failover-monitor.sh # First find out if this node or its partner should be primary b

RE: Router stops routing after changing MAC Address

2006-03-13 Thread Greg Scott
ssage- From: Chuck Ebbert [mailto:[EMAIL PROTECTED] Sent: Monday, March 13, 2006 12:11 AM To: Greg Scott Cc: linux-kernel; David S. Miller Subject: Re: Router stops routing after changing MAC Address In-Reply-To: <[EMAIL PROTECTED]> On Fri, 10 Mar 2006 18:33:15 -0600, Greg Scott wrote:

FW: Router does not route when changing MAC Addresses

2006-03-12 Thread Greg Scott
It was suggested I post this here. I sent the original netdev posting to an incorrect email address. I have also tried turning off rp_filter on both interfaces. arp_filter is already turned off. Putting any of the router interfaces into promiscuous mode makes no difference. - Greg Scott