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.