NAT for use with OpenVPN

Morgan Wesström freebsd-database at pp.dyndns.biz
Wed Nov 13 15:12:25 UTC 2019


>   # tcpdump -nvvi br0 icmp

eth0 is your external interface so try:

# tcpdump -ni eth0 icmp

Then ping 8.8.8.8 from your VPN client and see what shows up.

br0 is a virtual bridge interface. This is what they use to connect your 
internal interface and your wlan interface together (and maybe some 
more) so they look as a single entity and one physical network. This way 
they can have a single subnet spanning both those interfaces instead of 
multiple subnets which would probably confuse most regular users. :)

/Morgan


More information about the freebsd-pf mailing list