Routers Network

Access Point Setup: How to Extend Your Wi-Fi Properly

By Daniel Roul Last updated
Access Point Setup

An access point, or AP, is a device that broadcasts Wi-Fi while your main router handles everything else. Setting up a spare router as an access point is the best way to extend coverage into a room your Wi-Fi cannot reach, as long as you can run an Ethernet cable to it. It gives you full speed in that area, unlike an extender, which relays the signal wirelessly and loses performance. This guide walks through the setup.

Access Point vs Extender vs Mesh

Choosing the right approach matters, so here is the short version.

An access point connects to your main router by Ethernet cable and broadcasts Wi-Fi from its location. Because the connection back to the router is wired, it delivers full speed with no relay penalty. This is the best-performing option when running a cable is practical.

A Wi-Fi extender picks up your router’s wireless signal and rebroadcasts it, needing no cable but usually costing you speed in the extended area, since it relays over the air. Some extenders, such as Comfast units, can also run in AP mode when you are able to run a cable.

A mesh system uses several units that coordinate as one network, with automatic roaming, and can use either wireless or wired connections between nodes.

If you can get a cable to the spot, an access point is the strongest and cheapest option, especially if you already have an old router sitting in a drawer.

What You Need

  • Your main router, which stays in charge of the network.
  • A second router or dedicated access point for the new location.
  • An Ethernet cable long enough to run between them.
  • Your main router’s address, usually 192.168.1.1 or 192.168.0.1.

How to Set Up a Router as an Access Point

Do this before moving the second router to its final spot.

  1. Check for a built-in AP mode. Many routers include an Access Point or Bridge mode that handles everything automatically. Log in to the second router, look under Operation Mode, Administration, or Advanced, and if AP mode exists, select it and follow the prompts. That does the work of the manual steps below.
  2. Note your main router’s settings. Log in to your main router and note its IP address, for example 192.168.1.1, and its DHCP range, such as 192.168.1.100 to 192.168.1.200.
  3. Connect a computer to the second router and log in to its admin page, before connecting it to your main network.
  4. Give it a fixed IP address outside the DHCP range. In its LAN settings, change its address to something on the same network but outside the pool your main router hands out, such as 192.168.1.2 or 192.168.1.50. This prevents an address conflict and gives you a fixed place to reach its settings later.
  5. Turn off DHCP on the second router. This is the crucial step. Only the main router should hand out addresses. Find the DHCP Server setting and disable it. Leaving it on causes conflicts and unreliable connections.
  6. Configure the Wi-Fi. Set the network name and password. Using the same name and password as your main network lets devices roam between them, though the switch is not always seamless on ordinary routers. Using a different network name, such as adding “Upstairs”, lets you choose deliberately. Set the channel manually so it does not clash with your main router, for example channel 1 on one and channel 11 on the other for 2.4 GHz.
  7. Save and reboot the second router.
  8. Connect the two with Ethernet. This part matters: run the cable from a LAN port on your main router to a LAN port on the access point. Do not use the WAN or Internet port on the second unit, since that creates a separate network and the double NAT problem described below.
  9. Place and test it. Put the access point where you need coverage, connect a device to it, and confirm you have internet.

The Double NAT Problem, and How to Avoid It

This is the mistake that causes most access point setups to misbehave.

If you plug the cable into the second router’s WAN port and leave its DHCP server running, it creates its own separate network behind your main one. This is called double NAT, and it causes problems with gaming, VPNs, port forwarding, and devices that need to see each other, such as printers and smart-home gear.

Avoiding it comes down to the two steps above: disable DHCP on the second unit, and connect LAN port to LAN port. Do those, and the access point simply extends your existing network instead of creating a new one.

How to Reach Your Access Point Later

Because you gave it a fixed address, you can reach its settings anytime by typing that address, such as 192.168.1.2, into a browser while connected to your network. Note it down, since it will not appear at the usual 192.168.1.1, which belongs to your main router.

Wrapping Up

Setting up an access point is the best way to extend Wi-Fi when you can run a cable, since the wired link means full speed rather than the relay penalty of an extender. The steps that matter most are giving it a fixed IP outside your DHCP range, turning off its DHCP server, and connecting LAN port to LAN port rather than using the WAN port. Get those right and your spare router becomes a proper extension of your existing network, with no double NAT and no compromises. If running a cable is not practical, compare the alternatives in our guide on improving your wireless Wi-Fi network.

Frequently asked questions

What is the difference between an access point and a Wi-Fi extender?

An access point connects to your router by Ethernet cable and broadcasts Wi-Fi at full speed. An extender relays your router's wireless signal without a cable, which is easier to place but usually slower in the extended area. If you can run a cable, an access point performs much better.

Can I use an old router as an access point?

Yes, and it is one of the best uses for a spare router. Give it a fixed IP outside your main router's DHCP range, disable its DHCP server, configure the Wi-Fi, and connect it LAN port to LAN port with your main router. Many routers also have a built-in AP mode that automates this.

Why do I need to disable DHCP on the access point?

Because only one device should hand out IP addresses on a network. If both your main router and the access point run DHCP, devices get conflicting addresses and the network becomes unreliable. Disabling it on the access point leaves your main router in charge.

Which port do I plug the Ethernet cable into?

A LAN port on both devices. Run the cable from a LAN port on your main router to a LAN port on the access point. Using the access point's WAN or Internet port creates a second network and causes double NAT, which breaks gaming, VPNs, and device discovery.

Should the access point use the same Wi-Fi name as my router?

You can do either. The same name and password lets devices move between them automatically, though switching is not always seamless on ordinary routers. A different name, such as adding the room, lets you choose deliberately which one to join.

What is double NAT and why does it matter?

Double NAT happens when a second router creates its own network behind your main one, usually because it was connected via its WAN port with DHCP still enabled. It causes trouble with gaming, VPNs, port forwarding, and devices seeing each other. Connecting LAN to LAN with DHCP off avoids it.

More from the blog