search for: localdiscoveryaddress

Displaying 8 results from an estimated 8 matches for "localdiscoveryaddress".

2017 Feb 14
2
LocalDiscovery flip flopping and network design tips
...address of that > packet. If it is different from the source address of the previous valid > UDP packet, a log message is printed about it. When you say "and to the local network" what IP does it try to send to on the local network? The subnet address? Is this configurable with the LocalDiscoveryAddress? For instance if I have a host: /etc/tinc/test/tinc_test_5 Subnet = 10.80.0.6/32 Address = 104.154.59.152 Will it try to contact 10.80.0.6 over the local network, or if I specify a LocalDiscoveryAddress on tinc_test_5 of 10.240.0.6, will it use 10.240.0.6 instead? Apologizes for my confusion. Sin...
2017 Feb 14
4
LocalDiscovery flip flopping and network design tips
We are testing tinc inside Google Compute within a single region and an external region. Two boxes are created as follows: /etc/tinc/test/tinc_test_1 Subnet = 10.240.0.0/16 Subnet = 10.240.0.4/32 Address = 104.154.59.151 /etc/tinc/test/tinc_test_2 Subnet = 10.240.0.0/16 Subnet = 10.240.0.5/32 Address = 104.197.132.141 /etc/tinc/test/tinc.conf Name = $HOST AddressFamily = ipv4 Interface = tun0
2013 Aug 13
0
[Announcement] Tinc version 1.0.22 and 1.1pre8 released
...hort command line option and an optional argument. Here is a summary of the changes in version 1.1pre8, which also includes all the changes mentioned above: * ExperimentalProtocol is now enabled by default. * Added an invitation protocol that makes it easy to invite new nodes. * Added the LocalDiscoveryAddress option to change the broadcast address used to find local nodes. * Limit the rate of incoming meta-connections. * Many small bug fixes and code cleanups. Thanks to Etienne Dechamps and Sven-Haegar Koch for their contributions to these versions of tinc. -- Met vriendelijke groet / with kin...
2013 May 28
0
LocalDiscovery
Hi, I would like to suggest a couple of enhancements for the LocalDiscovery part: - LocalDiscoveryInterval=x how often to do the local discovery, 0=once - LocalDiscoveryAddress=y to what broadcast address to send the discoveries. like how NTP does this. this is usefull when there's a router between two segments which doesn't route the broadcastst e.g. 192.168.2.255 Folkert van Heusden -- www.TrustedTimestamping.com is a service that enables you to show...
2013 Aug 13
0
[Announcement] Tinc version 1.0.22 and 1.1pre8 released
...hort command line option and an optional argument. Here is a summary of the changes in version 1.1pre8, which also includes all the changes mentioned above: * ExperimentalProtocol is now enabled by default. * Added an invitation protocol that makes it easy to invite new nodes. * Added the LocalDiscoveryAddress option to change the broadcast address used to find local nodes. * Limit the rate of incoming meta-connections. * Many small bug fixes and code cleanups. Thanks to Etienne Dechamps and Sven-Haegar Koch for their contributions to these versions of tinc. -- Met vriendelijke groet / with kin...
2017 Feb 14
1
LocalDiscovery flip flopping and network design tips
Can you specify which version of tinc you're using? There are vast differences in the way LocalDiscovery works between 1.0 and 1.1. The former uses broadcast, the latter unicast to explicitly advertised local addresses. You say that tinc_test_1's eth0 interface is configured with 10.240.0.4, and tinc_test_2's eth0 interface is configured with 10.240.0.5. How are the public addresses
2017 Feb 14
0
LocalDiscovery flip flopping and network design tips
...e: > > Can you specify which version of tinc you're using? There are vast differences in the way LocalDiscovery works between 1.0 and 1.1. The former uses broadcast, the latter unicast to explicitly advertised local addresses. I'm using tinc 1.1pre14. I noticed there's an option, LocalDiscoveryAddress, but it was unclear what I should set that to. Should it be the LAN address that I want them to communicate over (i.e. 10.240.0.4 and 10.240.0.5)? > You say that tinc_test_1's eth0 interface is configured with 10.240.0.4, and tinc_test_2's eth0 interface is configured with 10.240.0.5. H...
2013 Jul 21
2
Possible improvements to LocalDiscovery
LocalDiscovery works by sending some of the MTU probe packets to the broadcast address (255.255.255.255). If the destination node receives one of these packets, it will update its UDP cache and reply, thus the two nodes will start using their local addresses to communicate. Now, I see two problems with this approach: - In case the two nodes are behind the same NAT and can reach other *but*