Skip to content

Netplan Set static IP

Edit the file under /etc/netplan/

Change the File that does not have wifi in the name as below

network:
  ethernets:
    enp2s0:
      addresses: [192.168.1.254/24]
      gateway4: 192.168.1.1
      nameservers:
        addresses: [1.1.1.1,1.0.0.1]
  version: 2

Save and exit the document

You have 2 options here

  • Test - Test the changes and if you don't press enter after 120 seconds undoes the changes
  • Apply - Applies the changes right away
netplan try
netplan apply

Want to make this site better? Open a PR or help fund hosting costs