On 06/08/2018 06:20 PM, Hilco Wijbenga wrote:
What would be the "correct" output for "ip route"?
It's difficult to say.
I'd look up some of the *.i.company.com names and see what IP addresses
they resolve to.
I'd then reconfigure the VPN with "Use only for resources on this
connection." and then do something like this:
ip route add 172.16.0.0/24 dev tun0
Adjust 172.16.0.0 and /24 as appropriate for your company.
I'm not completely sure about the "dev" syntax as it's been a while
since I've done routes via devices. Check IP's man page.
The ides is that you want just the IP address space that your company
uses to be routed through the VPN and everything else to go out your
default gateway (192.168.151.1).
--
Grant. . . .
unix || die