Re: ipfw add rule

2006-03-15 Thread Andrew Pantyukhin
On 3/15/06, Albert Shih <[EMAIL PROTECTED]> wrote: > Hi all > > How can I add a rule with ipfw with automatics numbering but with a minimal > number ? > > I've (for example) some rule in the kernel > > 001000 0 allow ip from any to any via lo0 > 002000 0 deny ip

ipfw add rule

2006-03-15 Thread Albert Shih
Hi all How can I add a rule with ipfw with automatics numbering but with a minimal number ? I've (for example) some rule in the kernel 001000 0 allow ip from any to any via lo0 002000 0 deny ip from any to 127.0.0.0/8 003000 0 deny ip from 12