OpenWrt Router Setup Guide Options | Generated by AI

Home 2026.03

Important: Since the router runs OpenWrt, you have two configuration options:

Keep OpenWrt’s br-lan as is (bridge of LAN ports + WiFi). Configure its WAN interface to get DHCP from your laptop:

  1. On OpenWrt:
  1. Result:
Laptop (192.168.201.1) → DHCP → OpenWrt WAN → OpenWrt LAN/WiFi devices

Option 2: Router as Switch/Bridge (Advanced)

Convert OpenWrt to bridge mode, making your laptop handle all routing/DHCP:

  1. On OpenWrt:
  1. Result:
Laptop (192.168.201.1) → DHCP → All devices (wired+wireless)

Which to choose?

For testing/quick setup → Option 1

For clean network → Option 2

Current recommendation:

Try Option 1 first since it’s simpler. On OpenWrt:

  1. Connect USB Ethernet to any LAN port on OpenWrt
  2. Log into OpenWrt LuCI (web interface)
  3. Network → Interfaces → Edit WAN (or create new)
  4. Protocol: DHCP client
  5. Device: Select the physical port connected to laptop
  6. Firewall: Assign to wan zone
  7. Save & Apply

Then connect a device to OpenWrt WiFi/LAN and test curl https://api.ipify.org

Want me to provide exact OpenWrt CLI commands instead of web interface?


Back Donate