VPN Connection Problem
I try to connect my home Deco mesh to my remote Server via OpenVPN.
I'm using an OPNSense Firewall and OpenVPN on the Server side to connect, and when connecting an client via "OpenVPN Connect" it works flawlessly.
Connection my Deco's to the VPN works, but all allowed clients instantly loose the internet connection...
This is my .opvn file:
dev tun
persist-tun
persist-key
client
resolv-retry infinite
remote xxx.xxx.xxx.xxx 1194 udp
lport 0
verify-x509-name "xxxxxxxx" subject
remote-cert-tls server
auth-user-pass
route 192.168.10.0 255.255.255.0
sndbuf 393216
rcvbuf 393216
Any ideas, why my internet connection gets lost?
Thanks a lot, Herbert