Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 13 Jan 2003 17:20:56 +0100
From:      Wiktor Niesiobedzki <w@evip.pl>
To:        Maxim Konovalov <maxim@macomnet.ru>
Cc:        current@FreeBSD.ORG
Subject:   Re: IPFW2 skipto + logging
Message-ID:  <20030113162056.GB6882@mail.evip.pl>
In-Reply-To: <20030112165156.G22175@news1.macomnet.ru>
References:  <20021110173443.A5529@mail.evip.pl> <20030112165156.G22175@news1.macomnet.ru>

next in thread | previous in thread | raw e-mail | index | archive | help
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 majordomo@FreeBSD.org
with "unsubscribe freebsd-current" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030113162056.GB6882>