diff --git a/docs/User-Guide_Networking.md b/docs/User-Guide_Networking.md index c4e44609..d4ab2112 100644 --- a/docs/User-Guide_Networking.md +++ b/docs/User-Guide_Networking.md @@ -34,8 +34,13 @@ Preinstalled configuration will run DHCP on all ethernet devices in order to hel ethernets: eth0: addresses: - - 10.0.40.199/24 - + - 10.0.40.199/24 + routes: + - to: default + via: 10.0.40.1 + nameservers: + addresses: [9.9.9.9,8.8.8.8,8.8.4.4] + ### Connect to wireless hotspot It is recommended to make a separate config file for wireless network. @@ -89,7 +94,12 @@ Cerver CLI and desktop images are using Network Manager. You can use the same me ethernets: eth0: addresses: - - 10.0.40.199/24 + - 10.0.40.199/24 + routes: + - to: default + via: 10.0.40.1 + nameservers: + addresses: [9.9.9.9,8.8.8.8,8.8.4.4] But you can also use CLI / GUI tools