gsliepen / tinc

a VPN daemon
http://tinc-vpn.org/
Other
1.92k stars 281 forks source link

Got invitation from XXXX but we don't have an invitation key #128

Open alfreddatakillen opened 7 years ago

alfreddatakillen commented 7 years ago

Hello!

I keep running into a problem with invitations, using 1.1pre14.

I have a machine designated to create invitations to other machines in my network. First time I start tinc after reboot, tinc will respond to invites with Got invitation from X.X.X.X port XXXXX but we don't have an invitation key. However, after doing a tinc reload, it will start accepting invites. From time to time it starts responding with the same error again, until I do a tinc reload again.

When creating the invites, there is never any errors, and there is a new file created in the invitations directory each time.

The machine's config is:

AutoConnect = yes
AddressFamily = ipv4
DeviceType = tap
LocalDiscovery = yes
Mode = switch
Name = hub
PingInterval = 30
PingTimeout = 5
ProcessPriority = high
tomberek commented 6 years ago

I have noticed this as well so I just have a script that restarts that instance of tinc whenever I create an invite.

fangfufu commented 3 years ago

Does this still affect 1.1pre17?