Yup, have pinged, no response. That's why I suspect some kind of routing problem.
Well, that, and mtr's output:
Code:
> mtr 10.211.55.3
Packets Pings
Hostname %Loss Rcv Snt Last Best Avg Worst
You've got a broken (FreeBSD?) system
Here's relevant bits from ifconfig and netstat on the VM's side:
----
Code:
Kernel IP routing table
Destination Gateway Genmask Flags MSS Window irtt Iface
10.211.55.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0
169.254.0.0 0.0.0.0 255.255.0.0 U 0 0 0 eth0
0.0.0.0 10.211.55.1 0.0.0.0 UG 0 0 0 eth0
Code:
eth0 Link encap:Ethernet HWaddr 00:1C:42:36:8E:A6
inet addr:10.211.55.3 Bcast:10.211.55.255 Mask:255.255.255.0
inet6 addr: fe80::21c:42ff:fe36:8ea6/64 Scope:Link
...
----
...and the same on the OS X host. Um, this is a bit longer - it's giving me some unfamiliar BSD interfaces and routing...
----
Code:
lo0: flags=8049<UP,LOOPBACK,RUNNING,MULTICAST> mtu 16384
inet6 ::1 prefixlen 128
inet6 fe80::1%lo0 prefixlen 64 scopeid 0x1
inet 127.0.0.1 netmask 0xff000000
gif0: flags=8010<POINTOPOINT,MULTICAST> mtu 1280
stf0: flags=0<> mtu 1280
en0: flags=8863<UP,BROADCAST,SMART,RUNNING,SIMPLEX,MULTICAST> mtu 1500
ether 00:16:cb:8e:e8:2d
media: autoselect status: inactive
supported media: autoselect 10baseT/UTP <half-duplex> 10baseT/UTP <full-duplex> 10baseT/UTP <full-duplex,hw-loopback> 10baseT/UTP <full-duplex,flow-control> 100baseTX <half-duplex> 100baseTX <full-duplex> 100baseTX <full-duplex,hw-loopback> 100baseTX <full-duplex,flow-control> 1000baseT <full-duplex> 1000baseT <full-duplex,hw-loopback> 1000baseT <full-duplex,flow-control> none
en1: flags=8863<UP,BROADCAST,SMART,RUNNING,SIMPLEX,MULTICAST> mtu 1356
inet6 fe80::216:cbff:feb6:94b5%en1 prefixlen 64 scopeid 0x5
inet 192.168.1.2 netmask 0xffffff00 broadcast 192.168.1.255
ether 00:16:cb:b6:94:b5
media: autoselect status: active
supported media: autoselect
wlt1: flags=41<UP,RUNNING> mtu 1500
fw0: flags=8802<BROADCAST,SIMPLEX,MULTICAST> mtu 494
lladdr 00:16:cb:ff:fe:64:eb:78
media: autoselect <full-duplex> status: inactive
supported media: autoselect <full-duplex>
en2: flags=8963<UP,BROADCAST,SMART,RUNNING,PROMISC,SIMPLEX,MULTICAST> mtu 1500
inet6 fe80::21c:42ff:fe00:0%en2 prefixlen 64 scopeid 0x8
inet 10.37.129.2 netmask 0xffffff00 broadcast 10.37.129.255
ether 00:1c:42:00:00:00
media: autoselect status: active
supported media: autoselect
en3: flags=8963<UP,BROADCAST,SMART,RUNNING,PROMISC,SIMPLEX,MULTICAST> mtu 1500
inet6 fe80::21c:42ff:fe00:1%en3 prefixlen 64 scopeid 0x9
inet 10.211.55.2 netmask 0xffffff00 broadcast 10.211.55.255
ether 00:1c:42:00:00:01
media: autoselect status: active
supported media: autoselect
Code:
Routing tables
Internet:
Destination Gateway Flags Refs Use Netif Expire
default 192.168.1.254 UGSc 79 287 en1
10.37.129/24 link#8 UCS 0 0 en2
10.37.129.2 127.0.0.1 UHS 0 166 lo0
10.211.55/24 link#9 UCS 0 0 en3
10.211.55.2 127.0.0.1 UHS 0 114 lo0
127 127.0.0.1 UCS 0 0 lo0
127.0.0.1 127.0.0.1 UH 20 1729407 lo0
169.254 link#5 UCS 0 0 en1
192.168.1 link#5 UCS 1 0 en1
192.168.1.2 127.0.0.1 UHS 1 22 lo0
192.168.1.254 0:4:ed:23:fc:81 UHLW 73 43 en1 1138
Internet6:
Destination Gateway Flags Netif Expire
::1 ::1 UH lo0
fe80::%lo0/64 fe80::1%lo0 Uc lo0
fe80::1%lo0 link#1 UHL lo0
fe80::%en1/64 link#5 UC en1
fe80::216:cbff:feb6:94b5%en1 0:16:cb:b6:94:b5 UHL lo0
fe80::%en2/64 link#8 UC en2
fe80::21c:42ff:fe00:0%en2 0:1c:42:0:0:0 UHL lo0
fe80::%en3/64 link#9 UC en3
fe80::21c:42ff:fe00:1%en3 0:1c:42:0:0:1 UHL lo0
ff01::/32 ::1 U lo0
ff02::/32 ::1 UC lo0
ff02::/32 link#5 UC en1
ff02::/32 link#8 UC en2
ff02::/32 link#9 UC en3