Hi,
I want to set up a VPN between two hosts using tinc. The current setup is as follows:
Now I want to connect Server 1 and 2 via tinc which works fine for the moment.
Solved it with a normal route.
I want to set up a VPN between two hosts using tinc. The current setup is as follows:
Code:
Server 1 with Jails:
External IP on re0: a.b.c.d
Internal IPs on re0 for Jails: 10.0.10.1 to 10.0.10.5
Code:
Server 2 with Jails:
External IP on re0: d.c.b.a
Internal IPs on re0 for Jails: 10.0.20.1 to 10.0.20.5
Now I want to connect Server 1 and 2 via tinc which works fine for the moment.
Code:
Server 1:
IP on tun0: 10.0.20.100
Code:
Server 2:
IP on tun0: 10.0.10.100
Solved it with a normal route.