DD-WRT router causing IP address conflicts across network

3

My DD-WRT router has lost its mind!

(Caveat: technically neither of these devices are "routing". I'm going to call them routers anyway.)

I just set up two DD-WRT routers, one as a WAP (working fine) and one in Client Bridge (routed) mode (the problem). Not long after setup I started seeing IP address conflicts on other machines. The event log always points the finger at my Client Bridge router's MAC address.

Neighbour table overflow

The log on my router is flooded with Neighbour table overflow errors. These start a minute or two after boot. The network is rather large, with +200 IP addresses being used in this subnet. The other router shows no such errors.

Mass ARP requests from 1.1.1.1

I'm also seeing constant ARP requests (with the problem router's MAC address) from 1.1.1.1. Seems like it's bugging everything on the network for its MAC address and then promptly forgetting it (or never receiving a response).

Configuration:

Model: Buffalo N600

Firmware: DD-WRT v24SP2-MULTI (03/21/11)

Wireless Mode: Client Bridge (routed)

brctl show output:

bridge name      bridge id            STP enabled     interfaces
br0              80000.106f3f289f6a   no              eth0
                                                      eth1

Neither device is configured for DHCP, however there does seem to be a rogue DHCP server on the network right now...

I'm not sure what configuration details are relevant and I'd rather not have comments flooded, so just ping me in this chat if you want to know something.

Why is my router stealing IP addresses and how can I stop it?

Tanner Faulkner

Posted 2012-12-05T16:00:00.323

Reputation: 11 948

1Same here. Did you find out anything? – Max Ried – 2015-07-19T20:29:59.880

1@MaxRied In hindsight, yes! The subnet mask was way off, and the networking scheme wasn't in private space to begin with. I suspect the router was trying to build a table for the entire 20.0.0.0 space. I never did get the router to work, but fixing the subnet mask might've helped. – Tanner Faulkner – 2015-07-21T17:45:56.807

1@TannerFaulkner Unfortunately this doesn't apply to me :( Mine sends valid arp requests - valid but from 1.1.1.1... – Max Ried – 2015-07-21T17:47:51.693

1What are you bridging to? Also is there only 1 dhcp server per subnet? I assume there is another subnet before the gateway as you are using a bridge to something... Also on a 200 pc network you should see a constant stream of ARP requests, unless you are running wireshark on the edge device you won't see the responses. – Supercereal – 2012-12-05T17:25:37.323

1

Also so I know what options you have selected did you do everything in this list for the AP? http://www.dd-wrt.com/wiki/index.php/Wireless_Access_Point It doesn't hurt for me to make sure you don't have both the AP and Bridge setup as dhcp servers.

– Supercereal – 2012-12-05T17:26:21.603

No answers