SV: Firewall rule not working all the time?
"Roger Andersson" <[email protected]>
| Newsgroups | gmane.comp.security.firewalls.m0n0wall |
|---|---|
| Message-ID | <206B37B46FF846DA8AFF61F4C2595DE5@PRESCOT> |
> -----Ursprungligt meddelande----- > Från: Chris Buechler [mailto:[email protected]] > Skickat: den 9 november 2010 04:32 > Till: Roger Andersson > Kopia: [email protected] > Ämne: Re: [m0n0wall] Firewall rule not working all the time? > > Fails to block what? Your rule on LAN will only block > traffic initiated from the LAN. At a glance, seems that may > be traffic initiated from another interface. > Thanks! My FW knowledge do need some more training. Adding block on incoming as well seems to do the trick. <rule> <type>block</type> <interface>wan</interface> <protocol>tcp/udp</protocol> <source> <address>178.73.0.0/16</address> </source> <destination> <address>PRESCOT</address> </destination> <log/> <descr>Block 178.73.0.0/16</descr> </rule> Thanks again Roger