On Sun, Jan 12, 2003 at 04:52:53PM +0300, Maxim Konovalov wrote: > > Hello, > > Please try a next patch: > It seems, that now logging with skipto is working correctly (I get expected results), but funny thing, when there is no log rule, the skipto command won't work. Consider this results: portal# ipfw show 00100 172 139364 skipto 400 log ip from 192.168.0.0/24 to 192.168.0.0/24 00101 0 0 skipto 400 log ip from 192.168.0.0/24 to 192.168.0.0/24 00102 0 0 skipto 400 log ip from 192.168.0.0/24 to 192.168.0.0/24 00400 180 140052 allow ip from any to any 65535 0 0 deny ip from any to any
and portal# ipfw show 00100 186 140632 skipto 400 ip from 192.168.0.0/24 to 192.168.0.0/24 00101 186 140632 skipto 400 ip from 192.168.0.0/24 to 192.168.0.0/24 00102 186 140632 skipto 400 ip from 192.168.0.0/24 to 192.168.0.0/24 00103 186 140632 skipto 400 ip from 192.168.0.0/24 to 192.168.0.0/24 00400 192 141136 allow ip from any to any 65535 0 0 deny ip from any to any The second one, without logging is just not working now... Best regards, Wiktor Niesiobedzki To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message