Openvpn connects but no internet

On Linux, I use .ovpn config file, and openvpn connects and configures routes by itself, and everything is working, I get internet.

On FreeBSD, I use the same .ovpn config file, openvpn-client connects, but I get no internet.

Ok, On FreeBSD I have a different situation on Linux - I have a wifi hostapd hotspot, with NAT in the pf firewall. I'd think the route configuration would just route what used to go to the default gateway to go to the tun interface and everything would work out of the box. I saw some openvpn config forum posts here, but they are too complicated. This is a simple setup, it should be some very easy way to configure PF maybe so that openvpn just switches the route to go through the tun interface?
 
Back
Top