Цепанулся к OpenVPN серверу, получил новый интерфейс tun0, но через него ни фига не идет траффик:
root@porteus:/home/guest# route -n
Kernel IP routing table
Destination Gateway Genmask Flags Metric Ref Use Iface
0.0.0.0 192.168.1.1 0.0.0.0 UG 100 0 0 eth0
10.8.0.1 10.8.0.5 255.255.255.255 UGH 1000 0 0 tun0
10.8.0.5 0.0.0.0 255.255.255.255 UH 0 0 0 tun0
127.0.0.0 0.0.0.0 255.0.0.0 U 0 0 0 lo
192.168.0.0 10.8.0.5 255.255.255.0 UG 1000 0 0 tun0
192.168.1.0 0.0.0.0 255.255.255.0 U 100 0 0 eth0
root@porteus:/home/guest# traceroute www.whatismyipaddress.com
*traceroute to www.whatismyipaddress.com (104.16.155.36), 30 hops max, 60 byte packets
1 home (192.168.1.1) 1.719 ms 3.817 ms 3.892 ms
2 172.17.1.50 (172.17.1.50) 6.225 ms 6.078 ms 6.031 ms
В OVPN файле пробовал прописать route-metric 0 - пофигу. Как мне завернуть весь IP траффик на новый VPN интерфейс?