Network Configuration Welcome › Forums › Appliance and OS › Network Configuration This topic has 0 replies, 1 voice, and was last updated 4 years ago by Charles Herring. Viewing 1 post (of 1 total) Author Posts January 13, 2019 at 4:47 pm #1761 Charles HerringKeymaster Configuration via Command Line (cli): https://help.ubuntu.com/lts/serverguide/network-configuration.html Configuration via Desktop: https://help.ubuntu.com/community/NetworkAdmin YAML file should look similar to the below example: Static IP network: version: 2 ethernets: eth0: dhcp4: no addresses: [192.168.1.222/24] gateway4: 192.168.1.1 nameservers: addresses: [8.8.8.8,8.8.4.4] DHCP network: version: 2 ethernets: eth0: dhcp4: true This topic was modified 6 months, 3 weeks ago by Mike Riforgiate. This topic was modified 6 months, 3 weeks ago by Mike Riforgiate. This topic was modified 2 months, 1 week ago by Mike Riforgiate. This topic was modified 2 months, 1 week ago by Mike Riforgiate. Author Posts Viewing 1 post (of 1 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in MS-SymbolLockup Sign in with Microsoft Log In