OPERATING SYSTEMSOS Linux

How to Use NetPlan in Ubuntu 18.04

In this video, I go over how to use NetPlan the new NetworkManager for Ubuntu 18+.

New configuration files
/etc/netplan/ (Yaml Files)
sudo nano 01-netcfg.yaml (Make sure to Copy for a Backup)

Configuring:

network:
Version: 2
Renderer: networkd
ethernets:
DEVICE_NAME:
Dhcp4: yes/no
Addresses: [IP/NETMASK]
Gateway: GATEWAY
Nameservers:
Addresses: [NAMESERVER, NAMESERVER]

Where:
-DEVICE_NAME is the actual device name to be configured.
-yes/no is an option to enable or disable dhcp4.
-IP is the IP address for the device.
-NETMASK is the netmask for the IP address.
-GATEWAY is the address for your gateway.
-NAMESERVER is the comma-separated list of DNS nameservers.

Generate Configuration:
$ sudo netplan generate

Applying Configuration:
$ sudo netplan apply

┅┅┅┅┅┅┅┅┅┅┅┅┅┅┅┅┅┅
– Titus Tech Talk ➜ https://www.youtube.com/c/ChrisTitusTechStreams
– Recommended Windows Anti-Virus ➜ https://links.christitus.com/antivirus
– Recommended VPN Service ➜ https://links.christitus.com/expressvpn
– Recommended Web Browser ➜ https://links.christitus.com/brave
– Website Recommendations ➜ https://www.christitus.com/recommendations
– My Gear ➜ https://www.amazon.com/shop/christitustech
💻🖥 Contact Me 🖥💻
– YouTube Membership ➜ https://www.youtube.com/channel/UCg6gPGh8HU2U01vaFCAsvmQ/join
– ChrisTitus.com Members (Patreon Alternative) ➜ https://christitus.com/members/
– Twitter ➜ https://twitter.com/christitustech
┅┅┅┅┅┅┅┅┅┅┅┅┅┅┅┅┅┅
DISCLAIMER: This video and description contain affiliate links, which means that if you click on one of the product links, I’ll receive a small commission. This helps supports the channel and allows us to continue to make videos like this. Thank you for your support! Please note: by clicking any of the above links you are NOT charged extra and in some instances will pay a discounted rate.

source

ubuntu

Leave a Reply

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