Thomas Moestl <[EMAIL PROTECTED]> writes:
> (Disclaimer: my solution below is untested, so it may all be bogus)

As request, here are the test results.

Most rules work, except my final one:
%%%
bowie# ipfw add allow all from any to any
ipfw: getsockopt(IP_FW_ADD): Invalid argument
%%%

Here's a list of rules that applied okay:
%%%
ipfw bowie# ipfw show
00100          0          0 allow ip from me to 192.168.3.1
00200          2        168 allow udp from me to 192.168.3.13
00300          0          0 allow tcp from me to 192.168.3.0/24 established
00400          0          0 deny ip from me to 192.168.3.0/24
65535          3        219 deny ip from any to any
%%%

Best regards,
Mike Barcroft

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message

Reply via email to