Displaying 1 result from an estimated 1 matches for "tun_arx".
2007 Mar 15
1
Openvpn routing problem
...cope link
CLIENT (192.168.9.11, machine behind a router)
root@Thesaurus:~# ip addr
...
2: eth0: <BROADCAST,MULTICAST,UP,10000> mtu 1500 qdisc pfifo_fast qlen 1000
link/ether 00:11:09:8d:4f:c1 brd ff:ff:ff:ff:ff:ff
inet 192.168.9.11/24 brd 192.168.9.255 scope global eth0
...
5: tun_arx: <POINTOPOINT,MULTICAST,NOARP,UP,10000> mtu 1500 qdisc
pfifo_fast qlen 100
link/[65534]
inet 10.0.13.14 peer 10.0.13.13/32 scope global tun_arx
root@Thesaurus:~# ip route
10.0.13.13 dev tun_arx proto kernel scope link src 10.0.13.14
10.0.13.1 via 10.0.13.13 dev tun_arx
192.168...