recurring arp error

usergiven

Dabbler
Joined
Jul 15, 2015
Messages
49
First, want to justify why I'm positing in this forum before I explain. I've checked all logs elsewhere in my network including my pfSense firewall and cannot find any other location the error pops up except on my main and backup TrueNAS systems. I've tried read the logs in my TrueNAS to see if I could find the unsuppressed version to get more detail, what is splashing on the console is the only information I could find. I've researched this issue, checked TrueNAS forums, looked at FreeBSD forums, can't seem to find much useful information about it. I've compared times that my wife is home and connected to the network and the error doesn't match.

This error pops up every few days randomly, usually there are clusters of the error back to back, there doesn't seem to be a pattern:
Code:
Feb  1 14:30:21 tank kernel: arp: packet with unknown hardware format 0x06 received on vmx0
Feb  1 14:31:20 tank kernel[1310]: Last message 'arp: packet with unk' repeated 3 times, suppressed by syslog-ng on tank.int.example.com
Feb  1 14:40:44 tank kernel: arp: packet with unknown hardware format 0x06 received on vmx0
Feb  1 14:41:43 tank kernel[1310]: Last message 'arp: packet with unk' repeated 5 times, suppressed by syslog-ng on tank.int.example.com
Feb  1 14:46:28 tank kernel: arp: packet with unknown hardware format 0x06 received on vmx0
Feb  1 14:47:27 tank kernel[1310]: Last message 'arp: packet with unk' repeated 1 times, suppressed by syslog-ng on tank.int.example.com
Feb  1 14:57:15 tank kernel: arp: packet with unknown hardware format 0x06 received on vmx0
Feb  1 14:58:14 tank kernel[1310]: Last message 'arp: packet with unk' repeated 1 times, suppressed by syslog-ng on tank.int.example.com
Feb  1 15:05:17 tank kernel: arp: packet with unknown hardware format 0x06 received on vmx0
Feb  1 15:06:16 tank kernel[1310]: Last message 'arp: packet with unk' repeated 1 times, suppressed by syslog-ng on tank.int.example.com
Feb  2 00:00:00 tank syslog-ng[1310]: Configuration reload request received, reloading configuration;
Feb  2 00:00:00 tank syslog-ng[1310]: Configuration reload finished;
Feb  2 00:46:28 tank kernel: arp: packet with unknown hardware format 0x06 received on vmx0
Feb  2 00:47:27 tank kernel[1310]: Last message 'arp: packet with unk' repeated 1 times, suppressed by syslog-ng on tank.int.example.com
Feb  3 00:00:00 tank syslog-ng[1310]: Configuration reload request received, reloading configuration;
Feb  3 00:00:00 tank syslog-ng[1310]: Configuration reload finished;


I believe it has something to do with hardware that is failing and sending out incorrect MAC addresses across the network (maybe?). I'm trying to understand why this would log on TrueNAS (both production and backup) and no where else. I'm also trying to understand what I can do to locate the source of the error (and throw it out the window).
 
Top