PF Rules in pf

Translate any traffic going out $web such that any source IP addresses (that are not $web) are NAT'd to use the IP address of $web.
 
Thank you, I asked because my dvr only accesses via the cloud if it has this rule
And since my lan is ipv6/ipv4 it is in round-robin
nat on bge0 inet from ! 192.168.x00.x1 to any -> (bge0) round-robin
nat on bge0 inet6 from ! 2001:xxx:ffdd:yyyy:fedf:yyyy to any -> (bge0) round-robin
 
Back
Top