[Bug 204248] PF Does not work nat in FreeBSD 10.2

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Fri Nov 6 10:08:53 UTC 2015


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=204248

--- Comment #3 from Kristof Provost <kp at freebsd.org> ---
It looks like you did that right.

Can you attach network captures, made on the host machine on both hn0 and hn1
interfaces? I'd like to try to figure out what's happening (or not happening)
to break the NAT.

This should do the trick:
tcpdump -n -i hn0 -s0 -w hn0.pcap &
tcpdump -n -i hn1 -s0 -w -hn1.pcap &

Then try to run a ping to 8.8.8.8 on the windows 7 machine.

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-pf mailing list