Open pietrovismara opened 8 years ago
@pietrovismara the zerotier/ZeroTierOne#242 seems to be a length stream of text. May I ask you to post a relevant excerpt here?
Thanks!
I'm talking about this comment. The problem seems to be about the lease duration, setting it to 0 as suggested in the comment made the port forwarding works.
Ok, would you be interested in contributing this change to a readme? 😉
Had the same issue, and setting the ttl to 0 seems to fix it. I'm a bit worried that this change won't allow nat-upnp to get to the UPnP IGD if it's one hop away, though.
I had the same problem, It's a shame you didn't fix the ReadMe!
I instantiate my client like this:
If ttl is greater than 0 i get this status code 500 and this response from the router api:
I found the solution of setting ttl to 0 in this issue https://github.com/zerotier/ZeroTierOne/issues/242 This could be probably added to the README.md file.