[B]~ > ip addr show dev tun0[/B]
19: tun0: <POINTOPOINT,MULTICAST,NOARP,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast state UNKNOWN qlen 100
link/none
inet 10.100.10.18 peer 10.100.10.17/32 scope global tun0
[B]~ > ip route show[/B]
10.100.10.1 via 10.100.10.17 dev tun0
10.100.10.17 dev tun0 proto kernel scope link src 10.100.10.18
90.100.100.71 via 192.168.178.1 dev eth0
192.168.178.0/24 dev eth0 proto kernel scope link src 192.168.178.42
169.254.0.0/16 dev eth0 scope link metric 1000
0.0.0.0/1 via 10.100.10.17 dev tun0
128.0.0.0/1 via 10.100.10.17 dev tun0
default via 192.168.178.1 dev eth0