How could I implicitly set indirect routing
Misuzi
eminarcissus at gmail.com
Sat Nov 10 03:48:33 CET 2012
Hi,
I've created a VPN network using route mode with 8 nodes,for example 10.0.0.1-10.0.0.8
I've already set Every node's subnet to 10.0.0.0/24 and set forwarding option to kernel.
After I deleted the default route table(ip route 10.0.0.0/24 dev tun) and added the following route options:
ip route add 10.0.0.1 dev tun
ip route add 10.0.0.2 dev tun10 via 10.0.0.1
and then I tried trace route 10.0.0.2 still showing me it directly sent to 10.0.0.2 without relaying from 10.0.0.1.
What's wrong with that?
More information about the tinc
mailing list