Hi,
I need make nat and rdr for my conections from lo0 of my firewall.
I have those rules:
rdr on { em0 em1 lo0 } proto icmp from any to 200.250.0.1 -> 192.168.0.2
nat on { em0 em1 lo0 } from 192.168.0.2 to any -> 200.250.0.1
When I tray ping ip 200.250.0.1 from my firewall, it tray the default g
[Retrying on -pf...]
(This is FreeBSD 6.2-STABLE as of yesterday using pf and FAST_IPSEC.)
Yesterday I started to play around with enc0 in pf. I hoped I
could now control IPSEC traffic in the standard way with pf rules
but it seems that only outgoing packets hit enc0. I added a
pass quick log on
Synopsis: nat rule of pf without "on" clause causes invalid packed chksum
Responsible-Changed-From-To: freebsd-bugs->freebsd-pf
Responsible-Changed-By: remko
Responsible-Changed-When: Fri Mar 23 09:02:04 UTC 2007
Responsible-Changed-Why:
PF issue
http://www.freebsd.org/cgi/query-pr.cgi?pr=110698