Displaying 1 result from an estimated 1 matches for "7c482b68".
2011 Jul 07
1
routing thru tinc
Hi,
I setup tinc on two hosts with IP 192.168.200.102 on the first and IP
192.168.200.101 on the second. And it works. Now I would like to route
packets thru 192.168.200.101 from 192.168.200.102 by adding the
following route:
ip route add 10.10.70.0/24 via 192.168.200.101 dev TINCDEVICE
However, when I ping 10.10.70.254 from 192.168.200.102, I see the packet
being sent to TINCDEVICE (tcmpdump)