Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 28 Aug 2011 22:16:47 +0200
From:      fredrik danerklint <fredan-freebsd@fredan.se>
To:        freebsd-net@freebsd.org
Subject:   Dummynet, pipe and ip6
Message-ID:  <201108282216.47501.fredan-freebsd@fredan.se>

next in thread | raw e-mail | index | archive | help
Hi!

firewall_enable="YES"
firewall_type="/etc/rc.firewall.local"

pipe 1 config bw 1Mbit/s 
add 50091 pipe 1 ip from any to any via igb4
add 65000 allow ip from any to any

When pinging the interface igb4 on the ip4 address it does work.
When pinging the interface igb4 on the ip6 address it doesn't work.

To get the ip6 address to respond at all I had to add:

sysctl net.inet.ip.fw.one_pass=0

Why?

Does the pipe really work with ip6 traffic in this configuration?

-- 
//fredan



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