1

I have a modem/router connected via PowerLine Ethernet to 3 different routers working as AP devices across our home. Occasionally (and especially when walking between different AP areas) the new, closer AP fails to give me an IP without switching my WiFi on and off a few times. Is this a problem with the DHCP leasing settings I have on my main router?

The main modem/router at 192.168.1.1 has its DHCP server range set from 192.168.1.2-192.168.1.99. Each of the other AP routers has their IP addresses manually set to 192.168.1.101, 192.168.1.102, 192.168.1.103 respectively, and their DHCP servers disabled. The WiFi network names and passwords are the same on all devices to create a continuous network throughout the house.

Each of these AP routers and the main router seem to function fine and provide internet access when tested in isolation, and I’m given an IP address in the range of the main modem/router (e.g. 192.168.1.4).

Thanks very much for your time.

Conor
  • 11

1 Answers1

0

You have configured your network correctly in terms of IP addressing. Specifically:

  • All devices are using the same IP address subnetwork (I assume you're using the same subnet mask on all of them)
  • Your routers/APs have static IP addresses outside the DHCP address scope
  • Only one device is acting as a DHCP server

That leaves a few other possible problems:

  • The problem AP has an unreliable connection back to the cabled network. If so, your wireless devices can associate with it, but traffic cannot be forwarded to the rest of the network, including DHCP requests. You could test for this by setting up a continuous ping from the main router to the problem AP and observe whether any packets get lost. Another option is to set a static IP on a wireless device, start pinging the main router while wirelessly connected to it, then roam to the problem AP and observe whether you successfully associate, but the pings don't start going through.

  • There's wireless interference around the problem AP. This could be making it hard for devices to associate, stay associated, or communicate with the network once associated.