Hello, according to manual (https://tinc-vpn.org/documentation-1.1/Host-configuration-variables.html#Host-configuration-variables), if there are multiple Address variables in host config file, each of them should be tried until a working connection is established. I have ConnectTo = somehost in tinc.conf and then in somehost config file something like: Address = one.domain.net 1234 Address = two.domain.net 1234 Address = three.domain.net 1234 But tinc seems to be trying only one.domain.net. So is this feature with multiple addresses working? Or is it supposed to be all on one line? Best regards Master Tonberry
On Sun, Apr 21, 2019 at 1:07 AM <tonberry at centrum.cz> wrote:> according to manual > (https://tinc-vpn.org/documentation-1.1/Host-configuration-variables.html#Host-configuration-variables), > if there are multiple Address variables in host config file, each of them should > be tried until a working connection is established. > I have ConnectTo = somehost in tinc.conf and then in somehost config file > something like: > > Address = one.domain.net 1234 > Address = two.domain.net 1234 > Address = three.domain.net 1234 > > But tinc seems to be trying only one.domain.net. So is this feature with > multiple addresses working? Or is it supposed to be all on one line?Some months ago I experienced the same problem. I did not find a solution. Tinc always tried only the first routable address, even if no response ever came from that address. -Parke
I have the same problem. When i specify a ipv6 ipaddress and a ipv4 ipaddress. When a connection to the ipv6 ipaddress does not work it wil not try the ipv4 ipaddress. Perry On 4/21/19 10:57 PM, Parke wrote:> On Sun, Apr 21, 2019 at 1:07 AM <tonberry at centrum.cz> wrote: >> according to manual >> (https://tinc-vpn.org/documentation-1.1/Host-configuration-variables.html#Host-configuration-variables), >> if there are multiple Address variables in host config file, each of them should >> be tried until a working connection is established. >> I have ConnectTo = somehost in tinc.conf and then in somehost config file >> something like: >> >> Address = one.domain.net 1234 >> Address = two.domain.net 1234 >> Address = three.domain.net 1234 >> >> But tinc seems to be trying only one.domain.net. So is this feature with >> multiple addresses working? Or is it supposed to be all on one line? > Some months ago I experienced the same problem. I did not find a > solution. Tinc always tried only the first routable address, even if > no response ever came from that address. > > -Parke > _______________________________________________ > tinc mailing list > tinc at tinc-vpn.org > https://www.tinc-vpn.org/cgi-bin/mailman/listinfo/tinc