Skip to content

Commit

Permalink
Add DNS and route to network config (#442)
Browse files Browse the repository at this point in the history
* Update User-Guide_Networking.md

* Update User-Guide_Networking.md
  • Loading branch information
igorpecovnik authored Jul 6, 2024
1 parent 955ee0e commit 1d46203
Showing 1 changed file with 13 additions and 3 deletions.
16 changes: 13 additions & 3 deletions docs/User-Guide_Networking.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -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

Expand Down

0 comments on commit 1d46203

Please sign in to comment.