Step 1 – Make a change in 00-installer-config.yaml
vi /etc/netplan/00-installer-config.yaml
# This is the network config written by 'subiquity'
network:
ethernets:
enp0s3:
dhcp4: true
addresses:
- 192.168.1.7/24
gateway4: 192.168.1.1
nameservers:
addresses: [8.8.8.8, 1.1.1.1]
version: 2
Whereas 192.168.1.7 = static IP
Whereas 192.168.1.1 = Gateway
Whereas enp0s3 = network name.
Step 2 – Run following command for changes
$ netplan apply
Latest posts by Rajesh Kumar (see all)
- Best AI tools for Software Engineers - November 4, 2024
- Installing Jupyter: Get up and running on your computer - November 2, 2024
- An Introduction of SymOps by SymOps.com - October 30, 2024