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

--- Comment #6 from Joe Barbish <qja...@a1poweruser.com> ---
As shown in the original post the nat statement in the pf rules file does have
the public ip address. Look at pip.

#vnet jails pf rules file
oif=epair15b
jip=10.0.110.25
pip=65.xxx.62.234

set block-policy drop
set fail-policy drop
set state-policy if-bound
scrub in on $oif all
set skip on lo0           

nat on $oif from $jip to any -> $pip

block out log quick on $oif inet proto tcp from any to any port 43
pass out  log (all) quick on $oif from any to any
pass in   log (all) quick on $oif from any to any

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
freebsd-bugs@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-bugs
To unsubscribe, send any mail to "freebsd-bugs-unsubscr...@freebsd.org"

Reply via email to