How to change IP address in ESX
Following are the steps you should follow in order to change the IP address
1. Login is as an root in ESX console
# su root
2. Run the following command to set the IP address
# esxcfg-vswif -i
where
and vswif0 is the interface
3. Modify the /etc/hosts file so it can reflect to correct hostname and IP adress
4. Edit the network interface file which is in /etc/sysconfig/networks
5. Start the network services
# service network restart

Leave a Reply