on HN: ,-------- | $ sudo ip rule list | 0: from all lookup 255 | 32766: from all lookup main | 32767: from all lookup default | | $ sudo route -n | Kernel IP routing table | Destination Gateway Genmask Flags Metric Ref Use Iface | 192.168.0.2 0.0.0.0 255.255.255.255 UH 0 0 0 venet0 | 192.168.0.130 0.0.0.0 255.255.255.255 UH 0 0 0 venet0 | 192.168.0.120 0.0.0.0 255.255.255.255 UH 0 0 0 venet0 | 1.2.3.104 0.0.0.0 255.255.255.248 U 0 0 0 eth0 | 78.46.87.224 78.46.87.225 255.255.255.224 UG 0 0 0 eth0 | 78.46.87.224 0.0.0.0 255.255.255.224 U 0 0 0 eth0 | 0.0.0.0 78.46.87.225 0.0.0.0 UG 0 0 0 eth0 `-------- on VE: ,-------- | # ip rule list | 0: from all lookup 255 | 32766: from all lookup main | 32767: from all lookup default | | # route -n | Kernel IP routing table | Destination Gateway Genmask Flags Metric Ref Use Iface | 192.0.2.1 0.0.0.0 255.255.255.255 UH 0 0 0 venet0 | 0.0.0.0 192.0.2.1 0.0.0.0 UG 0 0 0 venet0 `--------