Constant ARP Requests

Discussions about using Linux guests in VirtualBox.
Post Reply
Horizon_Brave
Posts: 4
Joined: 3. Dec 2015, 23:34

Constant ARP Requests

Post by Horizon_Brave »

Hello everyone,

so I'm using a Debian distro in Windows 10, through Virtualbox. I have a NAT network, as I just need some basic functionality for now. This really isn't a problem, but more of a curiosity. I'm running a background tcpdump and I notice anytime Debian needs to make a request 'outside" (sent to 10.0.2.2 my default virtual router), I see that an ARP request for the MAC of 10.0.2.2 has to be sent. Even a ping, a traceroute, any NTP requests, etc... they all force debian to ARP out a request for the MAC. Here's a sample:

Code: Select all

spawn id exp6 sent <15:44:27.964752 ARP, Request who-has 10.0.2.2 tell 10.0.2.15, length 28\r\n15:44:27.965098 ARP, Reply 10.0.2.2 is-at 52:54:00:12:35:02 (oui Unknown), length 46\r\n>
15:44:27.964752 ARP, Request who-has 10.0.2.2 tell 10.0.2.15, length 28
15:44:27.965098 ARP, Reply 10.0.2.2 is-at 52:54:00:12:35:02 (oui Unknown), length 46
This plays out each and every time Debby, needs to contact something through it's default gw. Is this expected? I checked my arp cache and it has the entry for the 10.0.2.2 gateway with it's matching MAC address.
The OUI unknown message is what's bothering me that there may be an issue with it trying to use the entry into the arp table? Any idea's?
Perryg
Site Moderator
Posts: 34369
Joined: 6. Sep 2008, 22:55
Primary OS: Linux other
VBox Version: OSE self-compiled
Guest OSses: *NIX

Re: Constant ARP Requests

Post by Perryg »

These kinds of problems that are reproducible should be reported to bugtracker.
It would also help if you can post the ticket number here so other can see the progress, add information, or see the final results.
Horizon_Brave
Posts: 4
Joined: 3. Dec 2015, 23:34

Re: Constant ARP Requests

Post by Horizon_Brave »

Sure, and thanks! Ticket opened...
#14894
Post Reply