Showing posts with label networking. Show all posts
Showing posts with label networking. Show all posts

Friday, July 19, 2013

Changing ESXi IP address and default route via command line

esxcfg-vmknic "Management Network" -i [newip] -n [newsubnetmask]
esxcfg-route -d default 0.0.0.0 [olddefaultgw]
esxcfg-route -a default 0.0.0.0 [newdefaultgw]
/sbin/services.sh restart