search for: aiinet

Displaying 11 results from an estimated 11 matches for "aiinet".

Did you mean: iinet
2007 Apr 18
1
[Bridge] Two entries in forwarding database
...ridge.) When a static entry is added it should overwrite a non-static entry. I am going to try to fix this in br_fdb.c and post a patch (ppc kernel 2.4.21-pre4), but I wanted to see if anyone had any advice that would save me some work or help me do a better job. Thank you. -- Dan Eble <dane@aiinet.com> _____ . | _ |/| Applied Innovation Inc. | |_| | | "All Protocols MUST be odd" http://www.aiinet.com/ |__/|_|_| -- RFC 1661 (PPP)
2007 Apr 18
4
[Bridge] ebtables target to disable an interface
...rnet port using ebtables rules, and if a security violation occurs, to physically disable the port (i.e. whatever "ifconfig down" does). I did not see such a feature in the ebtables man page. Does this exist anywhere, or do I have to create a new extension for it? -- Dan Eble <dane@aiinet.com> _____ . | _ |/| Applied Innovation Inc. | |_| | | "All Protocols MUST be odd" http://www.aiinet.com/ |__/|_|_| -- RFC 1661 (PPP)
2007 Apr 18
1
[Bridge] RE: BCP protocol
...ork with 2.6 rather than 2.4? I'm truly sorry, but I get paid to work with 2.4. My employer understands the value of giving back to the open source community, and this is what we have at the moment. Someone else is going to have to port it to kernel 2.6 and pppd 2.4.2. -- Dan Eble <dane@aiinet.com> _____ . Software Engineer | _ |/| Applied Innovation Inc. | |_| | | http://www.aiinet.com/ |__/|_|_|
2007 Apr 18
0
[Bridge] Re: hang on PPC
...it a compile-time option. Oh, it also requires changes to sethdlc that are not in the post cited above. There are also a few lines of modifications I've made to the kernel parts since that post. Email me off-list if you are interested and I'll send you what I have. -- Dan Eble <dane@aiinet.com> _____ . Software Engineer | _ |/| Applied Innovation Inc. | |_| | | http://www.aiinet.com/ |__/|_|_| > -----Original Message----- > From: bridge-bounces@lists.osdl.org > [mailto:bridge-bounces@lists.osdl.org] On Behalf Of > arkady-parabel@ngs.ru > Sent...
2007 Apr 18
0
[Bridge] Re: hang on PPC
...uires changes to sethdlc that are not in the post cited > above. There are also a few lines of modifications I've made > to the kernel > parts since that post. Email me off-list if you are > interested and I'll > send you what I have. > > -- > Dan Eble <dane@aiinet.com> _____ . > Software Engineer | _ |/| > Applied Innovation Inc. | |_| | | > http://www.aiinet.com/ |__/|_|_| > > > > -----Original Message----- > > From: bridge-bounces@lists.osdl.org > > [mailto:bridge-bounces@lists.osdl.org] On Behalf...
2007 Apr 18
2
[Bridge] Bridge and PACKET-socket
Ahoy, I've encountered some confusing semantics with using PACKET(7) sockets on bridge-enslaved interfaces. Specifically, if my socket accepts all types of frame (bind() to ETH_P_ALL) then it gets all packets; but if it accepts any specific type (e.g. ETH_P_IP), then it receives no packets at all. That is how it's coded in net/core/dev.c's netif_receive_skb(). First ETH_P_ALL
2007 Apr 18
2
[Bridge] Bridge performance problem
I need some help understanding a strange bridge performance problem I am seeing. Maybe I am making more out of this than I need to. I need your opinions. The setup: The first configuration is two machines connected via a cross over cable: Machine A <====> Machine B The second configuration is two machines with a Linux bridge between them: Machine A <===> Linux Bridge
2007 Apr 18
4
[Bridge] MTU Question
I have a bridge that has gigabit interfaces. The machine in question has the fun job of being a Bridge, Firewall and SMB server. Both of the Gigabit interfaces are connected to workstations directly via Xover cable (well MDI-X to be exact). My question is, if I enable jumbo frames on the gigabit interfaces will that make any difference in overall transfer rate of the bridge? I was thinking it
2007 Apr 18
2
[Bridge] Bridging between user processes
Hi, What is the easiest way to bridge between two user-space processes that talk directly to Ethernet interfaces? I have two applications that write/read Ethernet frames to/from Linux Ethernet ports (e.g. eth0). The applications can successfully talk to each other when they run on two machines connected over Ethernet. I would like to be able to test them on a single machine without employing
2007 Apr 18
7
[Bridge] (no subject)
Dear Sir, I was trying to install bridge as we are installing scps gateway in our testbed.This requires us to install the bridge. Our Linux version is 2.4.18 ~3 and we are using redhat 7.2 Please let me know which is the bridge I should install and how to configure it. Before configuring the bridge what I should check in my configuration. Thanks for your time, Sincerely Rama ===== I hear
2007 Apr 18
0
[Bridge] Bridge code enhancement (link state detection) and bugfix. (patches included).
Adding an STP state seems like a bad idea. Aren't br->stp_enabled and (dev->flags & IFF_UP) sufficient to determine whether check_link() should reenable a port? > -----Original Message----- > From: bridge-bounces@lists.osdl.org > [mailto:bridge-bounces@lists.osdl.org] On Behalf Of Mark Ruijter > Sent: Tuesday, July 20, 2004 7:25 AM > To: Stephen Hemminger > Cc: