8000 Inquiry About Tailscale netcheck Traffic to Reserved IP 203.0.113.1:12345 · coder coder · Discussion #15639 · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Inquiry About Tailscale netcheck Traffic to Reserved IP 203.0.113.1:12345 #15639

Discussion options

You must be logged in to vote

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

	// At least the Apple Airport Extreme doesn't allow hairpin
	// sends from a private socket until it's seen traffic from
	// that src IP:port to something else out on the internet.
	//
	// See https://github.com/tailscale/tailscale/issues/188#issuecomment-600728643
	//
	// And it seems that even sending to a likely-filtered RFC 5737
	// documentation-only IPv4 range is enough to set up the mapping.
	// So do that for now. In the future we might want to classify networks
	// that do and don't require this separately. But for now…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by matifali
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #15638 on November 25, 2024 07:45.

0