feat: Incus network diagnostics and fail-fast connectivity check#7
Merged
ethannortharc merged 1 commit intomainfrom Mar 10, 2026
Merged
feat: Incus network diagnostics and fail-fast connectivity check#7ethannortharc merged 1 commit intomainfrom
ethannortharc merged 1 commit intomainfrom
Conversation
…tivity - devbox doctor now checks incusbr0 bridge, IP forwarding, iptables FORWARD rules, NAT masquerade, and tests VM connectivity on Linux - devbox create now fails fast with actionable fix commands if the VM has no internet, instead of silently timing out on every download Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
ethannortharc
pushed a commit
that referenced
this pull request
Mar 11, 2026
… Incus VM IP' (#7) from fix/incus-ip-docker-bridge into main
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.
Summary
devbox doctoron Linux: checks incusbr0 bridge, NAT, IP forwarding, iptables FORWARD rules, and live VM connectivitydevbox createnow fails fast with actionable fix commands if the VM has no internet connectivity, instead of silently timing out on every download for 20+ minutesincus exec, NixOS channel setup, home directory creation, and network waitTest plan
cargo test— all 67 tests passdevbox doctoron Linux with Incus to verify network section outputdevbox createwith blocked iptables to verify fail-fast behavior🤖 Generated with Claude Code