Router target#88
Open
Yury-MonZon wants to merge 1 commit into
Open
Conversation
2a62db8 to
384b7db
Compare
384b7db to
5619d99
Compare
Add a Wi-Fi router configuration to the @router profile, defined declaratively as NetworkManager connection profiles plus router-net.service, with no imperative router scripts: - br-lan bridge with Ethernet (end1) and USB LAN ports - Wi-Fi AP, 5 GHz with a 2.4 GHz fallback (a 6 GHz profile is kept for a future 6E dongle) - router-net.service scopes the autoconnect=false profiles, waits for the late-enumerating USB Wi-Fi device, and tears them down on stop; router-iperf3.service provides a LAN iperf3 server - both are enabled through multi-user.target.wants in the profile, matching the other per-subvolume profiles (no custom target) These router-specific files live under overlays/profile-router/ so they land only in the @router subvolume. The WAN uplink (router-wan, end0) is a common connection instead: it is autoconnect=true and useful in every profile, and in router mode it doubles as the NAT uplink for br-lan. Connections use human-readable names ("Router WAN", "Router LAN Bridge", "Router Wi-Fi 5 GHz").
5619d99 to
9e211b4
Compare
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.
This adds 'router' systemd target which creates wifi AP to share internet connection.