How to Use NetPlan in Ubuntu 18.04

Chris Titus Tech
Chris Titus Tech
46.6 هزار بار بازدید - 5 سال پیش - In this video, I go
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 .

►► Digital Downloads ➜ https://www.cttstore.com
►► Reddit ➜ Reddit: ChrisTitusTech
►► Titus Tech Talk ➜ titustechtalk
►► Twitch ➜ Twitch: christitustech
5 سال پیش در تاریخ 1398/04/14 منتشر شده است.
46,679 بـار بازدید شده
... بیشتر