Celeb Glow
updates | March 16, 2026

Wireless bridge DNS issues

I just moved into a new place, and now use Comcast's Cisco 105+ as a cable modem/wifi gateway.

I've set up my Buffalo WZR-300HP (DD_WRT v24 SP2) as a wireless bridge, using the "Client Bridge (Routed)" setting as my Wireless Mode.

Cisco (primary router) IP: 10.0.0.1
Buffalo (secondary) IP: 10.0.0.2

In the secondary router, I've set my gateway and DNS to 10.0.0.1. However, after 5 minutes or so, any machine connected via LAN to the secondary router will lose DNS. The only thing that fixes it is a computer reboot or disable/enable the network adapter, which I'm assuming refreshes DNS for something?

I'm guessing there's more info needed, so please let me know if that's the case. Otherwise, any thoughts?

primary router settings

secondary router settings

11

1 Answer

The settings for the primary are wrong: the initial DHCP address cannot be 10.0.0.2 because that is already taken, in a static lease, by the Buffalo.

Also, the two ranges overlap. You should separate them. For instance, in router 1 use the range

 10.0.0.32-10.0.0-95

and in the Buffalo use

 10.0.0.160-10.0.0.223

In this way, there will be no conflict.

3

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy