How To Configure Static IP Address On Ubuntu 14.042 min read
Now I want to share for static setup on your Ubuntu 14.04. When create any machine on your network, then get IP address from your dhcp server. If you don’t use dhcp server on your network. So use a static IP address for all machines.
★ How To Install Zabbix 5.0 On Centos 7
★ How To Configure Static IP Address On CentOS 7
Step #01: Open network interface file using any editor.
[email protected]:~# vi /etc/network/interfaces
Then insert below all lines into this file
Before like as below:
auto lo iface lo inet loopback auto eth1 iface eth1 inet dhcp
Then change dhcp to static and add your network ip address, netmask & gateway etc. Then save it.
auto lo iface lo inet loopback auto eth1 iface eth1 inet static address 10.55.20.10 netmask 255.255.0.0 gateway 10.55.10.1
Esc : wq press Enter for save your config file.
Now reboot your server or interface disable & enable.
For more details goto my YouTube channel see video for setup it.
ube channel see video.
- 9 Ways to Speed Up Your MacBook Yosemite - February 21, 2023
- How To Install GitLab CE on Ubuntu 22.04 - December 15, 2022
- 7 Things to Know About Laptop Internet Cards - October 26, 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!