What Is Router AP Mode? Difference from Router Mode and How to Set It Up

Adding a second router usually calls for AP mode rather than leaving it in router mode.

What is AP mode?

A mode that turns off a router's NAT and DHCP functions, leaving only its role as a wireless access point (AP) that broadcasts a Wi-Fi signal. A router in AP mode doesn't create its own network β€” it just adds a wireless access point to an existing one.

Router mode vs. AP mode

In router mode, a router translates a public IP to private IPs (NAT) and hands out addresses via DHCP; in AP mode, it leaves that job entirely to an upstream device, simply joining the network already created by whatever it's plugged into. Devices connecting through an AP-mode router get their IP address from the upstream router, not from the AP-mode unit itself.

Why AP mode matters: avoiding double NAT

Plugging a second router straight into an existing one tends to create a double-NAT situation, since the second router also defaults to running its own private IP range in router mode. That leaves devices behind two layers of NAT, which can worsen online gaming NAT type, break port forwarding, or prevent devices from finding each other across the split network. Switching the second router to AP mode leaves only one network and avoids the problem.

AP mode vs. wireless repeaters and mesh nodes

AP mode connects via a wired Ethernet cable, carrying the full wired speed forward wirelessly. A wireless repeater instead receives the existing Wi-Fi signal over the air and re-broadcasts it, which can cut available bandwidth nearly in half. Mesh Wi-Fi nodes differ by automatically coordinating optimal paths across multiple units as one system, though a wired mesh node behaves similarly to AP mode in principle.

How to switch to AP mode

Log into the router's admin page (often at an address like 192.168.0.1), find the operating mode or wireless bridge setting, and switch it to AP (Access Point) mode. Then connect the router's LAN port β€” not its WAN port β€” to a LAN port on the upstream router or switch. After the setting saves and the router restarts, its admin page will be reachable at the new IP address it receives from the upstream network.

Things to watch for when setting up AP mode

Plugging a cable into the WAN port of an AP-mode router makes it act as a router again and reintroduces double NAT, so the LAN port must be used. Some routers auto-adjust their management IP range to match the upstream network when switched to AP mode, but others don't, requiring a manual check to avoid an address conflict. Firewall and port forwarding features are also mostly disabled in AP mode, so those need to be configured on the upstream router-mode device instead.

For more on double NAT itself

For more on why double NAT happens and what problems it causes, a dedicated guide to setting up bridge mode covers the same underlying issue from the other end β€” bridge mode addresses it on the ISP modem side, while AP mode addresses it on an additionally purchased router.

If the goal is just extending wireless range

If the actual goal is simply extending Wi-Fi coverage to a dead zone rather than joining a wired network, mesh Wi-Fi fundamentals and general signal-boosting techniques are worth reading instead.

Frequently Asked Questions

Can I still set a separate Wi-Fi name and password on a router in AP mode?

Yes β€” an AP-mode router can still have its own SSID and password configured independently. IP address assignment and firewall duties, though, are handled by the upstream router instead.

Does every router support AP mode?

Most home routers offer an AP mode or similar 'bridge' setting, though some budget models don't. In that case, manually turning off just the DHCP server function can approximate the effect, though not as cleanly as true AP mode.