[Bridge] Question about using brctl and changing MAC addresses

2008-03-11 Thread Philip Prindeville
I'm using Linux 2.6.20 (yes, I'll be upgrading to 2.6.24 as soon as it's stable). I have 4 VIA rhine ethernet controllers on my Soekris net5501, plus an ADSL PCI card (a Sangoma S-518) that runs in AAL5-SNAP mode, so it looks like an Ethernet controller. I'm trying to bridge eth0 and w1ad (the AD

Re: [Bridge] Question about using brctl and changing MAC addresses

2008-03-11 Thread Stephen Hemminger
On Mon, 10 Mar 2008 11:05:53 -0700 Philip Prindeville <[EMAIL PROTECTED]> wrote: > I'm using Linux 2.6.20 (yes, I'll be upgrading to 2.6.24 as soon as it's > stable). > > I have 4 VIA rhine ethernet controllers on my Soekris net5501, plus an > ADSL PCI card (a Sangoma S-518) that runs in AAL5-SNA

Re: [Bridge] Question about using brctl and changing MAC addresses

2008-03-11 Thread Philip Prindeville
Stephen Hemminger wrote: > On Mon, 10 Mar 2008 11:05:53 -0700 > Philip Prindeville <[EMAIL PROTECTED]> wrote: > > >> I'm using Linux 2.6.20 (yes, I'll be upgrading to 2.6.24 as soon as it's >> stable). >> >> I have 4 VIA rhine ethernet controllers on my Soekris net5501, plus an >> ADSL PCI card

Re: [Bridge] Question about using brctl and changing MAC addresses

2008-03-12 Thread Andy Gospodarek
On Tue, Mar 11, 2008 at 11:29 PM, Philip Prindeville <[EMAIL PROTECTED]> wrote: > > Stephen Hemminger wrote: > > On Mon, 10 Mar 2008 11:05:53 -0700 > > Philip Prindeville <[EMAIL PROTECTED]> wrote: > > > > > >> I'm using Linux 2.6.20 (yes, I'll be upgrading to 2.6.24 as soon as it's > >> stab

Re: [Bridge] Question about using brctl and changing MAC addresses

2008-03-12 Thread Stephen Hemminger
On Wed, 12 Mar 2008 10:46:48 -0400 "Andy Gospodarek" <[EMAIL PROTECTED]> wrote: > On Tue, Mar 11, 2008 at 11:29 PM, Philip Prindeville > <[EMAIL PROTECTED]> wrote: > > > > Stephen Hemminger wrote: > > > On Mon, 10 Mar 2008 11:05:53 -0700 > > > Philip Prindeville <[EMAIL PROTECTED]> wrote: > > >

Re: [Bridge] Question about using brctl and changing MAC addresses

2008-03-12 Thread Philip Prindeville
Stephen Hemminger wrote: > On Wed, 12 Mar 2008 10:46:48 -0400 > "Andy Gospodarek" <[EMAIL PROTECTED]> wrote: > > >> On Tue, Mar 11, 2008 at 11:29 PM, Philip Prindeville >> <[EMAIL PROTECTED]> wrote: >> >>> Stephen Hemminger wrote: >>> > On Mon, 10 Mar 2008 11:05:53 -0700 >>> > Philip Prin

Re: [Bridge] Question about using brctl and changing MAC addresses

2008-03-12 Thread Andy Gospodarek
On Wed, Mar 12, 2008 at 2:45 PM, Philip Prindeville <[EMAIL PROTECTED]> wrote: > > Stephen Hemminger wrote: > > On Wed, 12 Mar 2008 10:46:48 -0400 > > "Andy Gospodarek" <[EMAIL PROTECTED]> wrote: > > > > > >> On Tue, Mar 11, 2008 at 11:29 PM, Philip Prindeville > >> <[EMAIL PROTECTED]> wrote:

Re: [Bridge] Question about using brctl and changing MAC addresses

2008-03-12 Thread Philip Prindeville
Andy Gospodarek wrote: > On Wed, Mar 12, 2008 at 2:45 PM, Philip Prindeville > <[EMAIL PROTECTED]> wrote: > >> Stephen Hemminger wrote: >> > On Wed, 12 Mar 2008 10:46:48 -0400 >> > "Andy Gospodarek" <[EMAIL PROTECTED]> wrote: >> > >> > >> >> On Tue, Mar 11, 2008 at 11:29 PM, Philip Prindevi

Re: [Bridge] Question about using brctl and changing MAC addresses

2008-03-13 Thread Srinivas M.A.
Philip, sorry for the duplicate email. Forgot to CC the list the first time. Perhaps the needed patch is the following, which allows setting the bridge hardware address to anything rather than just one of the port interface addresses. Seems to have got in after Linux 2.6.21, so should be in 2.6.2

Re: [Bridge] Question about using brctl and changing MAC addresses

2008-03-13 Thread Srinivas M.A.
Searching for the commit by name on kernel.org: http://git.kernel.org/?p=linux%2Fkernel%2Fgit%2Ftorvalds%2Flinux-2.6.git&a=search&h=v2.6.22-rc1&st=commit&s=allow+changing+hardware+address+to+any+valid+address and then the link to the commit page itself (from the search results): http://git.kernel.

Re: [Bridge] Question about using brctl and changing MAC addresses

2008-03-13 Thread Andy Gospodarek
On Thu, Mar 13, 2008 at 2:11 AM, Srinivas M.A. <[EMAIL PROTECTED]> wrote: > Philip, sorry for the duplicate email. Forgot to CC the list the first time. > > Perhaps the needed patch is the following, which allows setting the > bridge hardware address to anything rather than just one of the port >