On Wednesday 24 September 2003 13:26, G�teborgs DataAkut - Fredrik Win�s wrote: > proxy:~# dmesg | grep -A1 Bridge > NET4: Ethernet Bridge 008 for NET4.0 > device eth1 entered promiscuous mode
OK, the fact that you're not seeing the 'Bridge firewalling registered' message means just that - the new firewalling code as a result of the kernel patch from the http://bridge.sf.net/ or http://ebtables.sf.net/ you downloaded and patched the kernel with - is not activated.. Please re-check your kernel configuration with 'make menuconfig' and ensure that under Networking Options, then underneath '802.11 Bridging', that you have selected the 'bridge-nf' option The names might be slightly different because this is all from memory, but you should get the idea.... This also assumes you're using the 2.4.19 patch from bridge.sf.net, since the patches from ebtables.sf.net apparently enable the bridge-nf code automatically, and for what you want to do, you don't need to select any of the 'ebtables' modules (but the core ebtables support may be useful) > proxy:~# cat /proc/sys/net/ipv4/ip_forward > 1 That's fine :) Cheers, Gavin. _______________________________________________ Bridge mailing list [EMAIL PROTECTED] http://www.math.leidenuniv.nl/mailman/listinfo/bridge
