VMware Cloud Community
djames06
Contributor
Contributor

How to Assign 2nd IP Address to the 2nd enabled vmnic1 on ESXi 6.7

Hello All,

How would I assign the or see the DHCP address giving to vmnic1? I'm trying to connect to using iSCSI to my storage in FreeNAS.

I'm using WorkstationPro 15.5 and Have Enterprise licence ESXi 6.7

Configuration

VMnet8  192.168.101.102 is used to management and web access

VMnet5 (Nat) 192.168.105.122 is used for storage

Thank all in advance

Daniel J

0 Kudos
1 Reply
sjesse
Leadership
Leadership

Do this from with the esxi host web client, you should be able to go to the ip that shows up on the main screen for vmnic . If you logon by going to that ip in the webbrowser you can use root and the correct password to logon. Click on networking and the vmkernal nics.

pastedImage_0.png

if you want to do it from the console you need to enable tech support mode

ESXi Tech Support Mode | Arnim van Lieshout

then from the console esxicli commands to get the ip

https://pubs.vmware.com/vsphere-50/index.jsp?topic=%2Fcom.vmware.vcli.ref.doc_50%2Fesxcli_network.ht...

esxcli network ip interface ipv4 get

0 Kudos