Gidrakos
Can you explain more?
I have only used the web interface. From a remote linux machine which is 10.1.1.1, I can not ssh to vcenter with 10.1.1.2 and esxi with 10.1.1.101
[mahmood@hpc ~]$ ssh root@10.1.1.101
ssh: connect to host 10.1.1.101 port 22: Connection refused
[mahmood@hpc ~]$ ssh root@10.1.1.2
ssh: connect to host 10.1.1.2 port 22: Connection refused
[mahmood@hpc ~]$ ping 10.1.1.2
PING 10.1.1.2 (10.1.1.2) 56(84) bytes of data.
64 bytes from 10.1.1.2: icmp_seq=1 ttl=64 time=0.396 ms
^C
--- 10.1.1.2 ping statistics ---
1 packets transmitted, 1 received, 0% packet loss, time 0ms
rtt min/avg/max/mdev = 0.396/0.396/0.396/0.000 ms
[mahmood@hpc ~]$ ping 10.1.1.101
PING 10.1.1.101 (10.1.1.101) 56(84) bytes of data.
64 bytes from 10.1.1.101: icmp_seq=1 ttl=64 time=0.262 ms
^C
--- 10.1.1.101 ping statistics ---
1 packets transmitted, 1 received, 0% packet loss, time 0ms
rtt min/avg/max/mdev = 0.262/0.262/0.262/0.000 ms