Fitz Mutch
Senior Member
My Windows 10 laptop connects to the VPN, but it cannot access the remote network. When I change the LAN metric to 100 for the push route, it works! Router is RT-AC68U running Asuswrt-Merlin 380.68_4. Here's my fix:
/jffs/scripts/openvpnserver1.postconf
/jffs/scripts/openvpnserver1.postconf
Code:
#!/bin/sh
push_lan_metric=100
/bin/sed -r -i 's/(^push .* vpn_gateway ).*(")/\1'${push_lan_metric}'\2/' "$1"
Last edited: