search for: braveh4rt

Displaying 3 results from an estimated 3 matches for "braveh4rt".

2017 Oct 29
2
Tinc support load-balance of one node to the other two?
Let’s say, tinc A node server LAN-1(single internet circuit), tinc B node and tinc C node are both serve LAN-2.(two internet circuits) Normally, we can only set tinc A to connect to either B or C, and then the other set as backup. But in some circumstances, we would like to combine the internet pipe of both two circuits, so that the tunnel traffic can have a better bandwidth. If that’s the
2017 Oct 29
0
Tinc support load-balance of one node to the other two?
Hi, You mean use the vpn link as active active? What service run for the vpn? If pure tcp load balance, iptables can do these needs. If http service you can use L7 load balancer On 29 Oct 2017 7:04 pm, "Bright Zhao" <startryst at gmail.com> wrote: > Let’s say, tinc A node server LAN-1(single internet circuit), tinc B node > and tinc C node are both serve LAN-2.(two
2017 Nov 19
0
What exactly is the meaning of "Subnet" parameter in tinc/$NETNAME/hosts/$SOMEHOSTNAME?
Hi, Subnet there means as , for this subnet you can reach via me (for ip route command). For the host file there, means i am responsible for this area. Any packet going to this area will pass through me. Your vpn can have multiple subnet/area. You can use hostname as the gateway but must make the dns resolv correct, and it will need more config. You need to understand about subnetting to