Hi there!!!
I'm returned to TINC :D
I've got a question: I've setted up a server in a provider's NAT,
and
all users of this VPN are in the same provider's NAT...
Well, I let the main server connect to all users, but... only the first
ConnectTo works... in fact I've noticed that if the first user connects
to another one, the last can connect to the server, while he cannot ping
the central server if there is noone that connects to him
i.e.
Main server's tinc.conf
Name = centralserver
Interface = somenet
ConnectTo = user1
ConnectTo = user2
ConnectTo = user3
TCPOnly = yes
user 1's tinc.conf
Name = user1
Interface = somenet
user n's tinc.conf
Name = usern
Interface = somenet
obviously all hosts files have different Address, different Subnet
(11.11.11.11 and upper), all the connections have their own Subnet IP
and all the same Gateway
-> only user1 can connect to centralserver
if user1 has ConnectTo = user3, user3 can connect to centralserver...
what's wrong? (all users haven't got any router / firewall)
bye