Re: verrevpath -- ipfw: unknown argument ``not''

2005-11-28 Thread Matthew Seaman
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

Re: verrevpath -- ipfw: unknown argument ``not''

2005-11-26 Thread Mark Edwards
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

Re: verrevpath -- ipfw: unknown argument ``not''

2005-11-26 Thread Lowell Gilbert
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'' > >

verrevpath -- ipfw: unknown argument ``not''

2005-11-25 Thread Mark Edwards
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

ipfw: unknown argument ``not''

2004-08-02 Thread Mark
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