Skip to content
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

SymmetricNAT is never set back to false for a device #1956

Open
russellb opened this issue Mar 5, 2024 · 0 comments
Open

SymmetricNAT is never set back to false for a device #1956

russellb opened this issue Mar 5, 2024 · 0 comments
Assignees
Labels
bug Something isn't working nexd Nexodus agent

Comments

@russellb
Copy link
Member

russellb commented Mar 5, 2024

Once a device sets symmetric_nat to true in its Device record, it will never get set back to false once network conditions change again. I hit this for the Device record for my laptop, which gets moved around between different networks regularly.

To reproduce:

  1. connect with nexd normally on a network without symmetric NAT
  2. restart nexd with --relay-only to force the record to be updated with symmetric_nat: true
  3. restart nexd again without --relay-only
  4. Observe that the Device record still has symmetric_nat set to true. It should be false at this point.
@russellb russellb added bug Something isn't working nexd Nexodus agent labels Mar 5, 2024
@vishnoianil vishnoianil self-assigned this Mar 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working nexd Nexodus agent
Projects
Status: 🆕 New
Development

Successfully merging a pull request may close this issue.

2 participants