Computer NetworksNETWORKS

How to static IP address in Ubuntu server

3 steps to static IP address in Ubuntu server
Video link: https://youtu.be/h1sTzJMBRAs
Step 3 configure:
network:
ethernets:
ens160:
dhcp4: no
addresses: [192.168.100.114/24]
gateway4: 192.168.100.1
nameservers:
addresses: [8.8.8.8, 8.8.4.4]
version: 2

source

ipv4

Alice AUSTIN

Alice AUSTIN is studying Cisco Systems Engineering. He has passion with both hardware and software and writes articles and reviews for many IT websites.