<div dir="ltr"><div>I like the config generator of tinc 1.1! An issue to consider on the default behavior: <br><br>It turns out 'tinc -n mynet init mynodename' makes up a default Port=... when the standard port is taken: <br>"Warning: could not bind to port 655. Tinc will instead listen on port 22911". <br><br></div><div>It is nice that this is autodetected and warned, but I wonder whether it is nice to let this automatic-adaptation a default behavior: <br></div><div>- if people are able to read it, you can just as well leave it to a warning and suggest running again with a --autoport flag to enable automatic port generation<br>- if you cannot read it (e.g. you  use configuration management tools to setup tinc and distribute keys), you're in trouble. it will silently do things different from what you want. <br>- it is too clever to be expected. You might not have tested this scenario, especially since it will work as expected  if you run the configuration an even number of times (!)<br><br></div><div><div>You can prevent this by  calling "tinc -n mynet set Port 655" explicitly of course. But then you must first run into this issue to note it. <br><br></div><div>Cheers<br>Eric<br></div></div></div>