On 2008/01/04 13:57, Ed White wrote:
> The problem is that I actually see two IPs: one IPv4 and one IPv6.
> Would pf do round robin using one IPv4 and one IPv6?

It will translate IPv4 packets to the IPv4 address of that interface,
and IPv6 packets to the IPv6 address of that interface. PF doesn't do
NAT-PT (v6/v4 translation).

This does highlight a small discrepancy between "nat -> iface"
and "nat -> (iface)" though - without () only IPv4 is covered:

$ pfctl -nvf -   
nat on lo0 -> lo0
nat on lo0 inet all -> 127.0.0.1

with () both IPv4 and IPv6 are covered:

$ pfctl -nvf -   
nat on lo0 -> (lo0)
nat on lo0 all -> (lo0) round-robin

Reply via email to