Monday 17 April 2017

Renew the IP of VMkernel port if assigned from DHCP.

While working with one of vSAN HomeLab, i have assigned VMkernel port to get IP from DHCP and I should have assigned it on different subnet but did on the same subnet as of vMotion.
So, without removing and re-creating the vmkernel port i have came across this esxcli command:



esxcli network ip interface set -e false -i vmkN ; esxcli network ip interface set -e true -i vmkN

esxcli network ip interface ipv4 get



No comments:

Post a Comment