On Sat, Dec 22, 2001 at 03:25:56PM -0500, Marc Cozzi wrote:
> Happy holidays, Same (currently bumming around in Germany, sorry for response delays :) > However, none of the following > iptables commands seem to restrict data flow. > > iptables -I INPUT -s 2.3.4.5 -j DROP This command should work independently of any extra patches you might need. If this command does not restrict data flow between the local host and the 2.3.4.5 machine, something is _very_ wrong. Are you sure you didn't already have an 'ACCEPT' rule above? > Do I need to go back and apply any of the patches? It's not > clear to me what the order of patches are for the 2.4.16 > kernel. You will want: - patches to bring the in-kernel bridge code up to date - a patch for adding a link between the bridge code and netfilter code The first can be got from http://bridge.sf.net/patchtracker.html. The second from http://bridge.sf.net/download.html. Alternatively, you can use the prebuilt Red Hat 7.2 kernel. cheers, Lennert _______________________________________________ Bridge mailing list [EMAIL PROTECTED] http://www.math.leidenuniv.nl/mailman/listinfo/bridge
