I have a simple ESXi (all default) free install in a home lab network that only has the host, a switch (with builtin DHCP) and a laptop. The DHCP provides both the laptop and ESXi host with IP as follows:
ESXi host (192.168.1.2) -------------> switch
laptop (192.168.1.3) ----^
(Note that I have also tried sidestepping the DHCP server and setting static IPs for all hosts but I am not able to connect)
The web client and SSH are only accessible in the pre-boot period before the host becomes completely functional, with the loading screen on the DCUI console still visible). However, as soon as the boot finishes the connections drop and the server is not accessible from my laptop (192.168.1.3). Moreover, trying to ping form the host to my laptop (using the network test and the shell) all packets are dropped before reaching the switch.
I have tried to disable the firewall (esxcli network firewall set --enabled false
and esxcli network firewall set --default-access true
) but still was not able to connect.