Xentrk
Part of the Furniture
hello @Xentrk
i have always had log verbosity 4. thats how im getting theSep 16 21:14:25 RT-AC3100-0548 ovpn-client1[19688]: Recursive routing detected, drop tun packet to [AF_INET]3.xxx.xxx.xxx
messages. no other messages show up as i believe that the vpn connection stays alive but the routing gets damaged some how.
my dnsmasq.conf.add is as simplest as it can be now
Code:strict-order dhcp-option=lan,42,10.0.0.1 # ntpMerlin server=/use-application-dns.net/ server=/pool.ntp.org/8.8.8.8
my openvpn client custom conf is
Code:mssfix 1430 resolv-retry infinite tls-client remote-cert-tls server #ignore-unknown-option block-outside-dns #block-outside-dns setenv opt block-outside-dns auth-nocache
theres something on the selective routing that messes up the vpn connection and drops all packages to the vpn server
Remove this line: setenv opt block-outside-dns and see if you still have an issue. Remove the two comment (#) lines too.
The option is only available on Windows platforms.
–block-outside-dns Block DNS servers on other network adapters to prevent DNS leaks. This option prevents any application from accessing TCP or UDP port 53 except one inside the tunnel. It uses Windows Filtering Platform (WFP) and works on Windows Vista or later.This option is considered unknown on non-Windows platforms and unsupported on Windows XP, resulting in fatal error. You may want to use –setenv opt or –ignore-unknown-option (not suitable for Windows XP) to ignore said error. Note that pushing unknown options from server does not trigger fatal errors.
Last edited: