This would be your issue. Something is corrupting your ARP table.
Could be malware, faulty proxy, or loadblanacer or arp cache poisoning.
Interface: 192.168.0.13 --- 0xa
Internet Address Physical Address Type
0.0.0.0 00-00-00-00-00-00 invalid
8.8.8.8 00-00-00-00-00-00 invalid
192.168.0.1 f8-ab-05-65-ab-96 dynamic
192.168.0.255 ff-ff-ff-ff-ff-ff static
192.228.79.201 00-00-00-00-00-00 invalid
224.0.0.22 01-00-5e-00-00-16 static
224.0.0.251 01-00-5e-00-00-fb static
224.0.0.252 01-00-5e-00-00-fc static
255.255.255.255 ff-ff-ff-ff-ff-ff static
A temp fix would be to create a file, something like arp-clear.bat on your desktop. The only command in the file should be
arp -d *
When you have the issue right click the batch file and select 'Run As Administrator'
TRACKING THIS DOWN
You may want to download wireshark
Wireshark · Download
- Run wireshark
- Select your interface, in this case 'Local Area Connection'
- In the 'Apply a display filter..' box type arp and press enter
- Leave the computer alone and check every now and then to see if it's broken. If it is hit the red square then file > 'Export specific packets'
- Make sure down in the 'Packet range' Displayed is selected
- Zip and pm me the capture file