Computer NetworksNETWORKS

How to assign static IP address in Linux|How to change Hostname in Linux



Here is a quick video on how to set up a static IP address in Linux server.
Tutorial on how to set a Static IP Address on a Linux Server.

Instructions:
First find out whether your system is using dhcpcd
which dhcpcd

Use ifconfig to note down details of existing network address settings

0:55 Method 1 – No dhcpcd
sudo nano /etc/network/interfaces
change word dhcp to static
iface eth0 inet static
address xx.xx.xx.xx
network xx.xx.xx.xx
netmask 255.255.255.0
broadcast 192.168.0.255
gateway 192.168.0.1

How To Create a Virtual Server On An VMWare ESXi Host Using a VSphere Client

How To Install and Configure VMware ESXi Hypervisor on VMware Workstation | ESXi 6.7

source
ip address

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.

Leave a Reply

Your email address will not be published. Required fields are marked *