Note : Do Not Copy The Hash (#)
# sudo apt update && sudo apt upgrade
#apt install net-tools
# ifconfig
# sudo nano /etc/netplan/01-netcfg.yaml
# This is the network config written by 'subiquity'
network:
version: 2
ethernets:
ens35:
addresses:
- 192.168.1.2/24
gateway4: 192.168.1.1
nameservers:
addresses:
- 8.8.8.8
- 8.8.4.4
dhcp4: no
# sudo netplan apply