@Marvin_S
Hi
Yes, I checked all of those, but found no working solution. The VPN connection itself is working, and established, just the routing table is completely ignored, despite I set anything in the ovpn config file, it registers only one route for the VPN, which redirects all traffic to the VPN connection (like 10.5.0.85 0.0.0.0 VPN)
Here is my config:
client
dev tun
proto tcp
remote server.domain.tld 9999
resolv-retry infinite
nobind
user nobody
group nogroup
persist-key
persist-tun
remote-cert-tls server
tls-auth ta.key 1
key-direction 1
auth-nocache
cipher AES-256-CBC
auth SHA256
compress lz4-v2
verb 3
mute 20
script-security 2
route 172.16.0.0 255.255.0.0 vpn_gateway
route 10.3.0.0 255.255.0.0 vpn_gateway
route 192.168.48.0 255.255.255.0 vpn_gateway
route 192.168.49.0 255.255.255.0 vpn_gateway
route 192.168.200.0 255.255.255.0 vpn_gateway
route 10.4.0.0 255.255.255.0 vpn_gateway
route 10.0.250.0 255.255.255.0 vpn_gateway
route 172.30.0.0 255.255.255.0 vpn_gateway
route 192.168.2.0 255.255.255.0 vpn_gateway
route 192.168.3.0 255.255.255.0 vpn_gateway
route 0.0.0.0 192.0.0.0 net_gateway
route 64.0.0.0 192.0.0.0 net_gateway
route 128.0.0.0 192.0.0.0 net_gateway
route 192.0.0.0 192.0.0.0 net_gateway
... (ca, cert, key and tls-auth keys listed here)
If I upload this file, the VPN connection is established without any problem, but it only registers one route, like I wrote above:
10.5.0.85 0.0.0.0 VPN
I don't see all the other routes, and also I don't want to route 0.0.0.0 (all traffic) through the VPN connection since this is a corporate network, and there is a proxy server on it, and it does not let internet traffic from this network (10.5.0.0/24)
Beside all the routes above are pushed from ther server, which seems also be ignored by the openvpn client installed in this AX72 router.
Hope my problem is clarified now.
Thanks for a quick reply.