ipfw divert not accepted

2002-07-03 Thread Georg-W. Koltermann
hunter# ipfw add 50 divert natd all from any to any via fxp0 ipfw: getsockopt(IP_FW_ADD): Invalid argument hunter# ipfw list 00100 allow ip from any to any via lo0 00200 deny ip from any to 127.0.0.0/8 00300 deny ip from 127.0.0.0/8 to any 65000 allow ip from

Re: ipfw divert not accepted

2002-07-03 Thread Maxim Sobolev
Georg-W. Koltermann wrote: hunter# ipfw add 50 divert natd all from any to any via fxp0 ipfw: getsockopt(IP_FW_ADD): Invalid argument Add option IPFIREWALL_FORWARD into your kernel config. -Maxim hunter# ipfw list 00100 allow ip from any to any via lo0

Re: ipfw divert not accepted

2002-07-03 Thread Georg-W. Koltermann
Operator error, sorry for the false alarm. I had removed all of my IPFIREWALL options from my config in an attempt to find the cause of instability. I'm surprised that ipfw(8) did anything useful at all with that kernel. -- Thanks a lot, Georg. Am Mi, 2002-07-03 um 10.48 schrieb Maxim Sobolev: