tinc bridge inner amazon ec2 local segments
Rob Townley
rob.townley at gmail.com
Wed Apr 20 04:52:07 CEST 2011
Not sure if you got this to work....
> Ok, it looks like the tinc-up script worked fine. Can you show me the output of
> "route -n" on both VPN servers?
What is the subnet of your native interface - 10.0.0.0/8?
While learning, i would change the host file SUBNET mask for host vpn1
to 10.0.101.10/32.
i know that is not what you want, but do host-to-host first, then
host-to-network.
host 1 tinc-up may need:
ip route add 10.0.101.0/24 dev $INTERFACE via 10.0.101.10
host 2 tinc-up may need:
ip route add 10.0.101.0/24 dev $INTERFACE via 10.0.101.12
More information about the tinc
mailing list