Why would I be getting ARP broadcasts from the Internet??

Post new topic   Reply to topic    DD-WRT Forum Index -> General Questions
Author Message
wcruppel
DD-WRT Novice


Joined: 25 Aug 2020
Posts: 2

PostPosted: Tue Aug 25, 2020 18:45    Post subject: Why would I be getting ARP broadcasts from the Internet?? Reply with quote
I switched ISPs recently, and now I'm suddenly getting flooded with ARP broadcasts from the Internet (IPs that are outside of my ISP's subnet) on my LAN, to the tune of about 60-70 Kbps. Not huge, I know, but entirely unexpected.

Why my ISP is sending these to my router in the first place is another question, and I'm asking them that.

But, why would DD-WRT broadcast these on my LAN? I don't see anywhere in the DD-WRT software where I can control this behavior. Can I stop this somehow?

Thanks.
Sponsor
eibgrad
DD-WRT Guru


Joined: 18 Sep 2010
Posts: 9157

PostPosted: Tue Aug 25, 2020 21:18    Post subject: Reply with quote
Try adding the following to the startup script.

Code:
for i in /proc/sys/net/ipv4/conf/*/arp_ignore; do echo 1 > $i; done
for i in /proc/sys/net/ipv4/conf/*/arp_announce; do echo 2 > $i; done

_________________
ddwrt-ovpn-split-basic.sh (UPDATED!) * ddwrt-ovpn-split-advanced.sh (UPDATED!) * ddwrt-ovpn-client-killswitch.sh * ddwrt-ovpn-client-watchdog.sh * ddwrt-ovpn-remote-access.sh * ddwrt-ovpn-client-backup.sh * ddwrt-mount-usb-drives.sh * ddwrt-blacklist-domains.sh * ddwrt-wol-port-forward.sh * ddwrt-dns-monitor.sh (NEW!)
wcruppel
DD-WRT Novice


Joined: 25 Aug 2020
Posts: 2

PostPosted: Wed Aug 26, 2020 1:13    Post subject: Reply with quote
eibgrad wrote:
Try adding the following to the startup script.


Thanks for the advice.
Display posts from previous:    Page 1 of 1
Post new topic   Reply to topic    DD-WRT Forum Index -> General Questions All times are GMT

Navigation

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You can attach files in this forum
You can download files in this forum