Kernel IP routing table Destination Gateway Genmask Flags Metric Ref Use Iface 172.18.0.1 172.18.0.1 255.255.255.255 UGH 0 0 0 wlan0 172.18.0.0 * 255.255.0.0 U 0 0 0 wlan0 default 172.18.10.5 0.0.0.0 UG 0 0 0 tun0 default 172.18.0.1 0.0.0.0 UG 0 0 0 wlan0

| The Following User Says Thank You to mcfab For This Useful Post: | ||
route $route_syntax_del default "$DEFAULTGW"
route add default $route_syntax_gw "$INTERNAL_IP4_ADDRESS"
route $route_syntax_del default $route_syntax_gw "$DEFAULTGW"
route add default $route_syntax_gw "$INTERNAL_IP4_ADDRESS"
| The Following 2 Users Say Thank You to tvogel For This Useful Post: | ||


| The Following User Says Thank You to mcfab For This Useful Post: | ||