Code in this video: How to Configure Static IP Address on Ubuntu Server with Netplan

Code in this video: How to Configure Static IP Address on Ubuntu Server with Netplan

Thank you for watching and don't forget to subscribe to my channel 😉
###
network:
 version: 2
 renderer: networkd
 ethernets:
  ens33:
   dhcp4: no
   addresses:
    - 192.168.1.20/24
   nameservers:
    addresses: [8.8.8.8, 8.8.4.4]
   routes:
    - to: default
      via: 192.168.1.1

Leave a Reply

Your email address will not be published. Required fields are marked *