Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

fix: use tailscale that avoids small MTU paths#18323

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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged
spikecurtis merged 3 commits intomainfromspike/15523-tailnet-fix
Jun 11, 2025

Conversation

spikecurtis
Copy link
Contributor

@spikecurtisspikecurtis commentedJun 11, 2025
edited
Loading

Fixes#15523

Uses latesthttps://github.com/coder/tailscale which includescoder/tailscale#85 to stop selecting paths with small MTU for direct connections.

Also updates the tailnet integration test to reproduce the issue. The previous version had the 2 peers connected by a single veth, but this allows the OS to fragment the packet. In the new version, the 2 peers (and server) are all connected by a central router. The link between peer 1 and the router has an adjustable MTU. IPv6 does not allow packets to be fragmented by intermediate routers, so sending a too-large packet in this scenario forces the router to drop packets and reproduce the issue (without the tailscale changes).

@spikecurtisGraphite App
Copy link
ContributorAuthor

This stack of pull requests is managed byGraphite. Learn more aboutstacking.

@spikecurtisspikecurtis marked this pull request as ready for reviewJune 11, 2025 08:08
// . │ │fdac:38fa:ffff:2::1
// . └──────────────┘
// The veth link between Client 1 and the router has a configurable MTU via Client1MTU.
func (nTriangleNetwork)SetupNetworking(t*testing.T,l slog.Logger)TestNetworking {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others.Learn more.

It's not really a triangle anymore unfortunately, more of a pitchfork 🤣

Copy link
ContributorAuthor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others.Learn more.

Untitled.jpg

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others.Learn more.

You should redo the diagram to be triforce 🤣

Copy link
ContributorAuthor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others.Learn more.

Not sure unicode has the correct (60°) diagonals

@spikecurtisspikecurtis merged commitaf4a668 intomainJun 11, 2025
29 of 30 checks passed
@spikecurtisGraphite App
Copy link
ContributorAuthor

Merge activity

@spikecurtisspikecurtis deleted the spike/15523-tailnet-fix branchJune 11, 2025 10:16
@github-actionsgithub-actionsbot locked and limited conversation to collaboratorsJun 11, 2025
Sign up for freeto subscribe to this conversation on GitHub. Already have an account?Sign in.

Reviewers

@deansheatherdeansheatherdeansheather approved these changes

@ethanndicksonethanndicksonethanndickson approved these changes

Assignees

@spikecurtisspikecurtis

Labels

None yet

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

VSCode P2P connections are not working when tailscale is enabled on the client machines

3 participants

@spikecurtis@deansheather@ethanndickson

[8]ページ先頭

©2009-2025 Movatter.jp