Archer AX73 v2.0 missing split-tunnel OpenVPN
Hello
i have seen previous posts in the forum since last year 2023 that AX5400 Wi-Fi 6 Router (Archer AX73 v2.0) do not support split tunnel for VPN. It has been a year now and this is not a cheap product, when can we expect Firmware that fixes this issue? The OpenVPN in this state is useless to me. I need to be able to use Internet while im connected to my Company VPN.
Thank you in advance
--------------------------------------------------------------------
Here is part of my OpenVPN config file:
dev tun
persist-tun
persist-key
cipher AES-256-GCM
auth SHA512
tls-client
nobind
proto udp
client
remote 0.0.0.0 1194 ##### I removed the Public IP #####
ignore-unknown-option block-outside-dns
auth-user-pass
remote-cert-tls server
auth-nocache
reneg-sec 43200
reneg-bytes 0
script-security 2
pull-filter ignore "route"
route 10.0.0.0 255.0.0.0 10.0.16.1 500
route 172.16.0.0 255.240.0.0 10.0.16.1 500
route 192.168.0.0 255.255.0.0 10.0.16.1 500
route 0.0.0.0 0.0.0.0 1.2.3.4 20 ######## 1.2.3.4 is example of my ISP Gateway
the contig above ignores the VPN.
--------------------------------------
route 10.0.0.0 255.0.0.0 10.0.16.1 500
route 172.16.0.0 255.240.0.0 10.0.16.1 500
route 192.168.0.0 255.255.0.0 10.0.16.1 500
route 0.0.0.0 0.0.0.0 1.2.3.4 200 ######## 1.2.3.4 is example of my ISP Gateway
the contig above ignores my home network and redirects through Work VPN network and i loose Internet