work@SS-Mac ~ % route -n get 91.218.115.87
route to: 91.218.115.87
destination: 91.218.115.87
gateway: 192.168.0.1
interface: en0
flags: <UP,GATEWAY,HOST,DONE,STATIC>
recvpipe sendpipe ssthresh rtt,msec rttvar hopcount mtu expire
0 0 41718458 6 1 0 1500 0
work@SS-Mac ~ % route -n get default
route to: default
destination: default
mask: default
gateway: 10.83.193.88
interface: en0
flags: <UP,GATEWAY,DONE,STATIC,PRCLONING,GLOBAL>
recvpipe sendpipe ssthresh rtt,msec rttvar hopcount mtu expire
0 0 0 0 0 0 1500 0
work@SS-Mac ~ % netstat -rn | grep 91.218
91.218.115.87 192.168.0.1 UGHS en0
work@SS-Mac ~ % ifconfig | grep -E '^utun'
utun4: flags=8050<POINTOPOINT,RUNNING,MULTICAST> mtu 1280
utun0: flags=8051<UP,POINTOPOINT,RUNNING,MULTICAST> mtu 1380
utun1: flags=8051<UP,POINTOPOINT,RUNNING,MULTICAST> mtu 1500
utun2: flags=8051<UP,POINTOPOINT,RUNNING,MULTICAST> mtu 2000
utun3: flags=8051<UP,POINTOPOINT,RUNNING,MULTICAST> mtu 1000
utun5: flags=8051<UP,POINTOPOINT,RUNNING,MULTICAST> mtu 1500