Skip to content

doc(net): remove instruction for nameserver setup via boot_args #5214

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 our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
May 19, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 0 additions & 8 deletions docs/network-setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -435,11 +435,3 @@ section without needing `iproute2` installed in the guest.

As soon as you boot the guest, it will already be connected to the network
(assuming you correctly performing the other steps).

**Note**: you can also use the `ip` argument to configure a primary DNS server
and, optionally, a second DNS server without needing to touch
`/etc/resolv.conf`. As an example:

`ip=172.16.0.2::172.16.0.1:255.255.255.252::eth0:off:8.8.8.8:1.1.1.1` configures
`8.8.8.8` as the primary DNS server and `1.1.1.1` as the secondary DNS server,
as well as the rest of the guest-side routing.