Skip to main content

How to view config on Ubuntu

Ensure you have a text editor like nano installed. If not sure, enter sudo apt update && sudo apt install nano

For ubuntu systems, the network config is stored in a file located in /etc/netplan

Execute the following commands

  1. cd /etc/netplan
  2. ls
  3. There must be a file similar to 00-installer-config.yaml
  4. Open that file using nano 00-installer-config.yaml

netplan_config.png

You can set static IP Addresses here, or you can leave it as it is for dhcp.