-
Notifications
You must be signed in to change notification settings - Fork 32
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[BUG] Client v0.20.1 cannot update endpointip #448
Comments
what is output of |
@mattkasun the output of that:
|
Also related: gravitl/netmaker#2381 |
I had the same issue with oracle cloud Arm Instance <-> AMD FreeTier Instance communication, but issue is on only the ARM machine. |
Same issue here. Netclient v0.20.5 is not recognizing change of external IP and seems not to update the host on netmaker server. I rolled back to v0.20.4 and will observe if this issue persists. |
Have you had this issue on v0.20.4 yet? |
Yupp same issue on v0.20.4 and also on latest release v0.20.6 Also I could figure out the IP update is triggered by:
However it is not picking up the change of IP on its own. Any advice? |
Issue of not updating external IP persists further with v0.21.0 on several machines. @mattkasun Can you give any advice? |
Netclient uses stun to set the public ip |
With further testing I could figure out there is something strange since v.0.20.1.
I am missing the "endpoint has changed" message |
Want to provide an update on this topic. Bad news is that issue still exists on version 0.21.1 Update 2: Kudos to netmaker team! Great work, I love this awesome project. |
Problem
The
Endpoint IP
for all clients were not automatically getting set and even trying to manually set them via UI wasn't working.I recreated my entire AWS VPN bastion network using
0.20.1
. My guess is based on the image above, there's an issue communicating withturn
? I'm not familiar enough.Workaround
Downgrade the client to
0.20.0
via install script andendpointip
works great again.Both netmaker and netmaker-ui can remain
0.20.1
. So far haven't noticed any issues.Expected Result
v0.20.1 works the same as v0.20.0 - endpointip is automatically updated and/or be manually updated via UI.
gravitl/netmaker#2378 - Original issue that I opened thinking the problem was over there.
The text was updated successfully, but these errors were encountered: