You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
this commits moves the generation of "given names" of nodes
into the registration function, and adds validation of renames
to RenameNode using the same logic.
Fixesjuanfont#2121
Signed-off-by: Kristoffer Dalby <[email protected]>
* move logic for validating node names
this commits moves the generation of "given names" of nodes
into the registration function, and adds validation of renames
to RenameNode using the same logic.
Fixesjuanfont#2121
Signed-off-by: Kristoffer Dalby <[email protected]>
* fix double arg
Signed-off-by: Kristoffer Dalby <[email protected]>
---------
Signed-off-by: Kristoffer Dalby <[email protected]>
Is this a support request?
Is there an existing issue for this?
Current Behavior
While testing #1369 (comment), I noticed the following behavior:
Setup
laptop
assigned to useralice
: 100.64.0.2, fd7a:115c:a1e0::2laptop
assigned to userbob
: 100.64.0.3, fd7a:115c:a1e0::3/etc/resolv.conf
on both nodes:On alice's node
On bob's node
You get a different IP depending on depending on where you ask. Interestingly, Tailscale resolves to the IP of the other node.
Expected Behavior
Not sure which IP address, but I'd expect to always get the same one.
Steps To Reproduce
laptop
for useralice
andserver
for userbob
)headscale nodes rename -i ID_OF_SERVER_BOB laptop
Environment
Runtime environment
Anything else?
No response
The text was updated successfully, but these errors were encountered: