Inquiry About Tailscale netcheck Traffic to Reserved IP 203.0.113.1:12345 #15639
-
Hi, While monitoring network traffic in a Coder workspace, I noticed UDP packets being sent to the reserved IP 203.0.113.1 on port 12345. The packet content references Tailscale’s netcheck functionality, specifically this link:
Could you clarify the purpose of this traffic and whether it is necessary? Since 203.0.113.1 is a reserved IP, it seems unusual to use it in this context. how to get
output
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
For reference, Coder depends on Tailscale's Go code for it's networking layer. It looks like Tailscale uses this IP to handle a quirk with Apple's
Given this IP is globally reserved for documentation purposes, I assume it can be safely ignored. You can read more about NAT traversal and hairpinning from Tailscale here: |
Beta Was this translation helpful? Give feedback.
For reference, Coder depends on Tailscale's Go code for it's networking layer.
It looks like Tailscale uses this IP to handle a quirk with Apple's
Airport Extreme