Tried to get answers to this question elsewhere on this Forum.
Question why does my Ultrahub Router (Vodafone) answer all the ARP Broadcasts on my LAN for IP Mac resolution. I’ve found if you do a manufacturers’ reset the problem goes away.
Ask CHATGpt got following answer.
If your broadband router is answering every ARP broadcast with its own MAC address, it’s typically due to one of the following reasons:
1. Proxy ARP
Your router might have Proxy ARP enabled. This is a feature where the router responds to ARP requests on behalf of another device—effectively saying, “send the traffic to me, I’ll forward it.” This is usually used in complex network setups, like:
Bridging two networks without requiring routing configuration on hosts.
Supporting legacy setups or poorly segmented subnets.
Why this matters: If a host sends an ARP request for an IP not on its subnet, the router responds with its MAC to intercept and route the traffic.
2. Misconfigured or Overly Aggressive ARP Handling
Some routers respond to all ARP requests, even for IPs not in their subnet, either due to:
Misconfiguration
Custom firmware (e.g., DD-WRT, OpenWRT)
Manufacturer-specific behavior for DHCP relay, captive portals, or traffic monitoring
3. ARP Spoofing or Poisoning
If your router has been compromised, or if malware is present, it might intentionally answer ARP broadcasts to hijack traffic. This is uncommon but worth checking if the behavior is suspicious or recent.
4. Transparent Proxy / NAT Tricks
Some ISPs or routers use transparent proxies or advanced NAT tricks where the router pretends to be every device. This is common in carrier-grade NAT or when intercepting traffic for security/content filtering.
How to Check
Run a packet capture (e.g., Wireshark) and look at the ARP responses.
See which IPs the router is responding for. Are they inside your network? Are they active devices?
Log into the router and check for Proxy ARP, ARP table entries, or unusual features.
How to Fix
Disable Proxy ARP if it’s not needed.
Update firmware or reset the router to default settings.
Segment the network properly to avoid weird ARP behaviors.
Check for security breaches.
The answer does make perfect sense since Ultrahub I believe is OpenWRT, this points to either some one snooping, virus or connection method is being changed.
I ran wireshark previously and sure enough the router was answering all the ARP requests
Any ideas



Print Thread
