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.
- How To Configure Static IP Address On Ubuntu 22.04 - June 14, 2022
- How To Install WordPress 6.0 On Ubuntu 22.04 - June 12, 2022
- How To Install Apache Cloud Stack Management Server v4.16 + Mysql 8.0 On Centos 7 - June 9, 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!