Displaying 2 results from an estimated 2 matches for "tinc4".
Did you mean:
tinc
2014 Dec 09
0
Tricky VPN Configurations
...tmask 255.255.0.0) and then the routing
commands to allow the local tincd daemon to just send the packets
On the self contained example, I planned to run 4 instances of TINC.
I could run them in 4 different directories with netnames
/tinc1/conf/netname/
/tinc2/conf/netname/
/tinc3/conf/netname/
/tinc4/conf/netname/
Is there a way to run tinc without regard to netnames?
/tinc1/tincd --config=/tinc1/conf
/tinc2/tincd --config=/tinc2/conf
/tinc3/tincd --config=/tinc3/conf
/tinc4/tincd --config=/tinc4/conf
/tinc1/conf/
/tinc1/conf/hosts
/tinc2/conf/
/tinc2/conf/hosts
/tinc3/conf/
/tinc3/conf/ho...
2014 Dec 09
2
Tricky VPN Configurations
On Mon, Dec 08, 2014 at 11:02:24PM -0500, md at rpzdesign.com wrote:
> The self contained example is tricky because I created 4 ip-address on
> the eth0 device (192.168.1.30/31/32/33) so I could test a 4 node VPN
> that lives entirely within a single server.
That's quite hard to do, it's far easier to run four instances of tinc
on four different ports on the same machine.
>