Hello, VMware gurus. =)
I have very strange situation.
Some points:
Notebook Asus K93Sv has Windows 8 + VMware Workstation 9 installed. There're some VMs inside it. Network is shared through wireless interface by bridging.
Here is MAC and IP of host:
C:\Windows\system32>netsh wlan show interfaces | find "Физический адрес" && ipconfig | find "IPv4-адрес"
Физический адрес: 74:de:2b:e9:8e:39
IPv4-адрес. . . . . . . . . . . . : 192.168.254.104
Here is MAC and IP of guest:
root@DebVM:~# ifconfig eth0 | egrep 'HWaddr|inet addr'
eth0 Link encap:Ethernet HWaddr 00:0c:29:23:36:50
inet addr:192.168.254.103 Bcast:192.168.254.255 Mask:255.255.255.0
But if I look through ARP table of an external station, I see that both of these IPs are associated with the MAC of host:
C:\Windows\system32>arp -a | find "74-de-2b-e9-8e-39"
192.168.254.103 74-de-2b-e9-8e-39 динамический
192.168.254.104 74-de-2b-e9-8e-39 динамический
Can anyone tell me if it's bug or feature, please? =)