Dewayne Geraghty [2016-05-18 17:46 +1000] :
> Niklaus,
> Would you please reverse the order and advise? That is try:
> exec.poststart += "echo 'rdr pass on vtnet0 inet6 proto { udp tcp } to
> vtnet0 port domain -> $private_ip6' | pfctl -a 'jails/$name' -mf -";
> exec.poststart += "echo 'rdr pass on vtnet0 inet proto { udp tcp } to
> vtnet0 port domain -> $private_ip4' | pfctl -a 'jails/$name' -f -";
If I reverse th order, it is only the last redirect that is applied (in this
case inet). The same things happen if I use `-mf -` for the second entry in the
example above.
Niklaas
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-pf
To unsubscribe, send any mail to "[email protected]"