ng the following to the top of a ruleset:
ipfw add deny ip from any to any not verrevpath in
However, when I try to add the rule, I get an error:
lilbuddy:~ paimin$ ipfw add deny ip from any to any not verrevpath in
ipfw: unknown argument ``not''
Can someone tell what
top of a ruleset:
ipfw add deny ip from any to any not verrevpath in
However, when I try to add the rule, I get an error:
lilbuddy:~ paimin$ ipfw add deny ip from any to any not
verrevpath in
ipfw: unknown argument ``not''
Can someone tell what is causing this syntax
ruleset:
> >
> >ipfw add deny ip from any to any not verrevpath in
>
> However, when I try to add the rule, I get an error:
>
> > lilbuddy:~ paimin$ ipfw add deny ip from any to any not verrevpath in
> > ipfw: unknown argument ``not''
>
>
try to add the rule, I get an error:
lilbuddy:~ paimin$ ipfw add deny ip from any to any not verrevpath in
ipfw: unknown argument ``not''
Can someone tell what is causing this syntax to fail? Thanks!
--
Mark Edwards
___
freebsd
Dear list,
I try to do the following, as per the ipfw2 manual for FreeBSD 4.9R-p3:
ipfw add deny ip from any to any not verrevpath in
And I get the following error:
ipfw: unknown argument ``not''
What could be the cause of that?
Thank