How To Configure Static IP Address On Ubuntu 19.042 min read
Grate new! Recently Ubuntu release 19.04 Disco Dingo. So I want show how to setup static ip address on ubuntu 19.04. If you using Ubuntu 18.04 so it is very easy to setup static ip address on Ubuntu 19.04.
★ How To Configure Static IP Address On Ubuntu 19.04
★ How To Install Zabbix 5.0 On Centos 7
Step #01: Setup static ip address via GUI. Open your network console.
Click Setting icon. Then select IPv4.
IPv4 Method now select manual
Address Netmask Gateway
192.168.48.129 255.255.255.0 192.168.48.2
Add DNS server like as google DNS ip address 8.8.8.8
Then click Apply.
Step #02: Static IP address setup via command line. Open your netplan config file via any editor.
[email protected]:~# nano /etc/netplan/01-network-manager-all.yaml
Then delete all old line and then insert al below lines into yaml file. Example below just you copy and paste into your file.
network: ethernets: ens33: addresses: - 192.168.48.129/24 dhcp4: false gateway4: 192.168.48.2 nameservers: addresses: - 8.8.4.4 - 8.8.8.8 search: - workgroup version: 2
Note: If any space then can’t netplan apply work properly. So you all lines copy and past into your file.
[email protected]:~# netplan apply
That’s fine! If any problem so please see my YouTube video for more details. Please subscribe my channel for more update.
- How To Install GitLab CE on Ubuntu 22.04 - December 15, 2022
- 7 Things to Know About Laptop Internet Cards - October 26, 2022
- How To Install iRedmail Mail Server On Ubuntu 22.04 Server - August 22, 2022
We really appreciate for your support for buying me a coffee.
It takes us a while to compose and upload new content, as they have to be checked to see if Properly works. We appreciate you if you help me for one cup of coffee to keep us awake and always deliver good quality content.
No contribution is small of an amount. We are grateful for any amount you support us with. Thank you!