- Check current IP address
- esxcfg-vswif -l
- Change to new IP address and netmask
- esxcfg-vswif -i <new IP address> -n <new netmask> vswif0
- Change local hosts file with new IP
- vi /etc/hosts
- Change to new default gateway
- vi /etc/sysconfig/network
- Change DNS resolver settings (if applicable)
- vi /etc/resolv.conf
- Change the vCenter agent configuration
- vi /etc/opt/vmware/vpxa/vpxa.cfg
- Restart the network
- service network restart
- Restart the Management Agent
- service mgmt-vmware restart
- Restart the vCenter Agent
- service vmware-vpxa restart