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.
root@ubuntu:~# 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 Install Zabbix Server 6.4 On AlmaLinux 8 Server - August 9, 2024
- How To Clear RAM Memory Cache Buffer Linux Server - February 29, 2024
- How To Install Apache Cloud Stack Management Server 4.17 On Ubuntu 22.04 - February 1, 2024
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!