Hi all, not sure if this is the right place to write, but here is what I have:
root@kylin32:/ # ip route
default via 10.65.1.1 dev eth0 metric 202
10.65.1.0/24 dev eth0 proto kernel scope link src 10.65.1.168
10.65.1.0/24 dev eth0 proto kernel scope link src 10.65.1.168 metric 202
10.65.2.0/24 dev tun0 proto kernel scope link src 10.65.2.1
192.168.0.0/24 via 10.65.1.200 dev eth0 metric 202
I expect 10.65.2.0/24 to be routed via 10.65.2.1 but it is not and i get:
root@kylin32:/ #...
Routes are ignored
root@kylin32:/ # ip route
default via 10.65.1.1 dev eth0 metric 202
10.65.1.0/24 dev eth0 proto kernel scope link src 10.65.1.168
10.65.1.0/24 dev eth0 proto kernel scope link src 10.65.1.168 metric 202
10.65.2.0/24 dev tun0 proto kernel scope link src 10.65.2.1
192.168.0.0/24 via 10.65.1.200 dev eth0 metric 202
I expect 10.65.2.0/24 to be routed via 10.65.2.1 but it is not and i get:
root@kylin32:/ #...
Routes are ignored