Hi,
I am trying to understand how ARP works. I'm running a CentOS 7 as a guest VM(Virtual Box) on a Windows 10 host.
The guest configuration network is set to "bridged adapter" and the VirtualBox Host-Only Network is set to IP:192.168.56.1 mask: 255.255.255.0
Wireless LAN adapter Wi-Fi:
IPv4 Address. . . . . . . . . . . : 192.168.0.107 Subnet Mask . . . . . . . . . . . : 255.255.255.0 Default Gateway . . . . . . . . . : 192.168.0.1
I am pinging the CentOS VM from host(Ping is working fine). I captured the network packets on wireshark on the host.
Ideally, I should see an ARP response directly from CentOS VM(192.168.0.177) to the host(192.168.0.107) since both are in the same network.
In my case, I see no response from CentOS VM(192.168.0.177) to the host(192.168.0.107). I am still able to ping.
Is there any setting I need to change in order to see the reply from CentOS?
Thanks in advance