VMware change IP
Modify /etc/hosts (ip) Modify /etc/sysconfig/network (IP & gateway Modify /etc/sysconfig/network-scripts/ifcfg-vswif[number]. By default, it should be 0 Or you can change it on fly: ifconfig ifcfg-vswif0 inet netmask broadcast up Useful tips (http://kb.vmware.com/selfservice/microsites/search.do?language=en_US&cmd=displayKC&externalId=1000266): To delete and recreate a virtual switch and Service Console from the command line: Note: On your system the vswif, vmnic, vSwitch numbers and network settings are different. 1. Run the following command to list the name of the vswif adapter: # esxcfg-vswif -l 2. Run the following command to delete the vswif adapter: # esxcfg-vswif --del vswif0 3. Run the following command to list the name of the vSwitch: # esxcfg-vswitch -l 4. Run the following command to delete the vSwitch: # esxcfg-vswitch -d vSwitch0 5. Run the following command to create the vSwitch: # esxcfg-vswitch -a vSwitch0 6. Run the following commands to create de...