Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 28 Jan 2003 09:30:47 -0500
From:      "Scott M. Nolde" <scott@smnolde.com>
To:        freebsd-questions@freebsd.org
Subject:   using ipf and ipv6
Message-ID:  <20030128143046.GE83557@smnolde.com>

next in thread | raw e-mail | index | archive | help
I'm using a combination of ipfw+dummynet (for queing and traffic shaping)
and ipf+ipnat for the majority of my packet filtering needs.  However, the
one thing I haven't figured out is how to allow ipf pass ipv6.

Ipfw has a default allow rule, and so does ip6fw.
Ipf has will pass in and out all ipv6.

Hoever, even with that, no ipv6 packets are routed across my LAN.  rtadvd
is running on the box with ipv6 gif to he.net.  I also see the following
in my ipmon logs when I log all ipv6:
ipmon[83]: 09:28:00.330918 2x fxp1 @0:60 p 68.41.48.15 -> 24.98.61.182 PR
ipv6 len 20 (192) IN

Rule 60 on the inbound ruleset is:
374 pass in log proto ipv6 from any to any
which indicates packets are matching that rule.

Cann anyone offer some advice or throw a url at me with ipv6 syntax with
ipf?

Thanks
-- 
Scott Nolde
GPG Key 0xD869AB48

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message




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