we have just upgraded ( actually reinstalled) a bunch of hosts to 6.5 and on one host we cannot vmkping anything on the vmotion interface. ( works on all the others ) Vmotion to and from this host works fine. i can vmkping this host just fine.
[root@pesxserver10:~] esxcli network ip interface ipv4 get
Name IPv4 Address IPv4 Netmask IPv4 Broadcast Address Type Gateway DHCP DNS
---- --------------- --------------- --------------- ------------ -------------- --------
vmk0 192.168.250.19 255.255.255.240 192.168.250.31 STATIC 192.168.250.17 false
vmk1 192.168.255.101 255.255.255.0 192.168.255.255 STATIC 0.0.0.0 false
vmk3 192.168.243.53 255.255.255.0 192.168.243.255 STATIC 0.0.0.0 false
vmk2 192.168.250.34 255.255.255.240 192.168.250.47 STATIC 0.0.0.0 false
[root@pesxserver10:~] vmkping 192.168.250.34
PING 192.168.250.34 (192.168.250.34): 56 data bytes
--- 192.168.250.34 ping statistics ---
3 packets transmitted, 0 packets received, 100% packet loss
On another host
Name IPv4 Address IPv4 Netmask IPv4 Broadcast Address Type Gateway DHCP DNS
---- --------------- --------------- --------------- ------------ -------------- --------
vmk0 192.168.250.18 255.255.255.240 192.168.250.31 STATIC 192.168.250.17 false
vmk1 192.168.255.103 255.255.255.0 192.168.255.255 STATIC 0.0.0.0 false
vmk2 192.168.250.39 255.255.255.240 192.168.250.47 STATIC 0.0.0.0 false
vmk3 192.168.243.62 255.255.255.0 192.168.243.255 STATIC 0.0.0.0 false
[root@pesxserv01:~] vmkping 192.168.250.18
PING 192.168.250.18 (192.168.250.18): 56 data bytes
64 bytes from 192.168.250.18: icmp_seq=0 ttl=64 time=0.099 ms
64 bytes from 192.168.250.18: icmp_seq=1 ttl=64 time=0.116 ms
--- 192.168.250.18 ping statistics ---
2 packets transmitted, 2 packets received, 0% packet loss
round-trip min/avg/max = 0.099/0.107/0.116 ms
[root@pesxserv01:~] vmkping 192.168.250.34
PING 192.168.250.34 (192.168.250.34): 56 data bytes
64 bytes from 192.168.250.34: icmp_seq=0 ttl=64 time=0.382 ms
64 bytes from 192.168.250.34: icmp_seq=1 ttl=64 time=0.250 ms
--- 192.168.250.34 ping statistics ---
2 packets transmitted, 2 packets received, 0% packet loss
round-trip min/avg/max = 0.250/0.316/0.382 ms
Any ideas why or what I should at?