How to change IP address on CentOS Linux
A few weeks back I needed to change my IP address on a Linux CentOS installed in a VirtualBox machine. Here is how to do it:
ifconfig eth0 192.168.0.34
ifconfig eth0 netmask 255.255.255.0
Sources:
A few weeks back I needed to change my IP address on a Linux CentOS installed in a VirtualBox machine. Here is how to do it:
ifconfig eth0 192.168.0.34
ifconfig eth0 netmask 255.255.255.0
Sources: