JAX1337
Regular Contributor
If it doesn't work, how do I remove it ? And do I need to run this after enabling vpn director routingOk try adding this IP Rule:
Code:ip rule add from 192.168.1.3 to 103.86.96.100 table ovpnc3
If that works, add this to a startup script somewhere so it will add every time a service restart or reboot occurs.
Code:if [ -z "$(ip rule list from 192.168.1.3 to 103.86.96.100 table ovpnc3)" ] >/dev/null;then ip rule add from 192.168.1.3 to 103.86.96.100 table ovpnc3 fi
since my network would go down, thought I would clarify this first