Add a network maintenance guide for host machines - #939
Open
jacobmattern wants to merge 1 commit into
Open
Conversation
Networking is the requirement hosts drift away from without anything appearing to break: a link renegotiates down, a reboot moves the machine off the address the router forwards to, a firmware update re-enters a rule over a shorter range. The machine stays online and keeps taking rentals while failing the requirement. The page is the routine check for that drift, plus the network changes that need a maintenance window. It is split three ways so a host reads the general checks and then the section matching their setup: single machine behind one router, or several machines sharing an uplink, where capacity, switching and port allocation problems only appear once the fleet grows. Symptom-driven diagnosis stays out of scope. Offline Machine covers a machine that has dropped off the platform, and reactive network triage is tracked separately. Add the page to the Maintenance group and link it from the Network requirements in Verification Stages.
Contributor
|
Preview deployment for your docs. Learn more about Mintlify Previews.
💡 Tip: Enable Automations to automatically generate PRs for you. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
New page
host/network-maintenance.mdx, added to the Maintenance group and linked from the Network requirements in Verification Stages.Why
Networking is the requirement hosts drift away from without anything appearing to break. A link renegotiates down after a cable gets bumped, a reboot moves the machine off the LAN address the router forwards to, a firmware update re-enters a forwarding rule over a shorter range, a machine gains GPUs and outgrows the range sized for it. In each case the machine stays online, the daemon stays connected, and it keeps taking rentals while quietly failing the requirement.
host/hosting-overview.mdxalready names untested networking as the most common host mistake, and Vast does not offer support for getting a machine working, so the docs are the support.What it covers
The routine check for that drift, plus the network changes that need a maintenance window. Three sections, so a host reads the general checks and then the one matching their setup:
Scope
Maintenance, not troubleshooting. Symptom-driven diagnosis — a machine renters cannot reach at all, CGNAT disqualification, ISP escalation — is deliberately out of scope and tracked separately.
host/machine-offline.mdxremains the page for a machine that has dropped off the platform, and this page defers to it rather than restating it.Nothing from the gated host setup guide is reproduced here; the setup-side half of resizing a range or picking up a changed address links out to it.
Checks
mint validateandmint broken-linksboth pass.mint devrender, sincemint broken-linksdoes not check them (a deliberately bogus anchor passes it clean).ufwships installed but disabled, thatnetplanconfig is root-only on 24.04, and thatncsetsSO_REUSEPORTso a listener can bind alongside an instance.Note for review
host/verification-stages.mdxrequires 5 forwarded ports per GPU; the host setup guide states at least 3 per GPU. Both agree on 100 recommended. This page is written against the verification bar and labels it as such, so it does not contradict either — but the two source documents disagree and one of them should be corrected.