Skip to content

Instantly share code, notes, and snippets.

@dvgamerr
Last active July 24, 2018 08:24
Show Gist options
  • Save dvgamerr/96cd4555a73b1eb0f4b0d397be4a0d3a to your computer and use it in GitHub Desktop.
Save dvgamerr/96cd4555a73b1eb0f4b0d397be4a0d3a to your computer and use it in GitHub Desktop.
How to configure Network on Ubuntu 18.04

restart service network

sudo netplan apply
# This file describes the network interfaces available on your system
# For more information, see netplan(5).
network:
version: 2
renderer: networkd
ethernets:
ens33:
dhcp4: yes
dhcp6: yes
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment