On Wed, 26 Jul 2006 16:44:34 +0200 Juergen Pfeiffer <j.pfeiffer at seskion.de> wrote: > Hi > > I didn't get bridgeing to work with Linux kernel 2.6.10 (coldfire 5485) > yet. When i try to configure bridgeing > with "brctl", everything seems to be ok, but i if i try to ping through > my bridge, i see ARP-Request arriving on the other side, but the > ARP-Responses do not go back through the bridge. Did the bridge get set up right? Did the interfaces come up (look at 'brctl showstp br0') The bridge is sensitive to the network devices reporting carrier properly, so a bad network driver or card will make it not work. > Now i could read in > "http://www.tldp.org/HOWTO/Ethernet-Bridge-netfilter-HOWTO-2.html#ss2.1" > that "Use of kernel 2.6 is not yet a good idea". That's crap. 2.6 works great. 2.4 is now in frozen hibernation mode, there are bugs in there that are not going to ever be fixed. > So do i have a change to get it working? >