On Tuesday 02 September 2003 14:33, Ronny Aasen wrote: > [....] > i need to filter/firewall between the 4 nic's to avoid forwarding > rfc1918 packets to default gw, and filter access to the router itself. > evrything else is go
Have you tried blackhole route instead of netfilter for rfc1918 addresses? Something like: # ip route add blackhole 192.168.0.0/16 Does anybody know why is this so seldom recommended, is there some serious shortcomings I am not aware of? > [....] -- Andres Alla ------------------------------------------------------- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf ------------------------------------------------------------------------ leaf-user mailing list: [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/leaf-user SR FAQ: http://leaf-project.org/pub/doc/docmanager/docid_1891.html
