Hi, i'm playing with pfSense 1.0RC3
This is probably a very stupid question so i apologise in advance. I am not familiar with pf, but as far as i understand it, pfctl -a should let me manipulate rules under a certain anchor. for example: pfctl -a spoofing -sr gives me nothing at the same time i can see from pfctl -sr, that i have several rules under spoofing anchor: block drop in log quick on rl0 inet from 10.0.0.0/8 to any label "block private networks from wan block 10/8" block drop in log quick on ng0 inet from 10.0.0.0/8 to any label "block private networks from wan block 10/8" block drop in log quick on rl0 inet from 127.0.0.0/8 to any label "block private networks from wan block 127/8" block drop in log quick on ng0 inet from 127.0.0.0/8 to any label "block private networks from wan block 127/8" block drop in log quick on rl0 inet from 172.16.0.0/12 to any label "block private networks from wan block 172.16/12" block drop in log quick on ng0 inet from 172.16.0.0/12 to any label "block private networks from wan block 172.16/12" block drop in log quick on rl0 inet from 192.168.0.0/16 to any label "block private networks from wan block 192.168/16" block drop in log quick on ng0 inet from 192.168.0.0/16 to any label "block private networks from wan block 192.168/16" What gives? The same applies to adding rules with pfctl -a anchorname -f filename -- nothing happens. cheers, xo --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
