Skip to content

Instantly share code, notes, and snippets.

@Anashost
Last active May 15, 2025 17:24
Show Gist options
  • Select an option

  • Save Anashost/26be8b920ad792778d50953d59cefd80 to your computer and use it in GitHub Desktop.

Select an option

Save Anashost/26be8b920ad792778d50953d59cefd80 to your computer and use it in GitHub Desktop.
OpenWrt Wi-Fi Extender IP Configuration Examples

Router IP Setup Examples for OpenWrt Wi-Fi Extender

For each setup:

Main Router IP = IP of your current home/ISP router.

OpenWrt LAN IP = IP you assign to the OpenWrt device lan interface. Should be a different subnet.

OpenWrt WWAN IP = Static IP for OpenWrt to connect to the main router's Wi-Fi. Must not conflict with DHCP.

Temporary PC IP = Used while configuring OpenWrt via Ethernet, before bridging.


Examples:

Example 1: TP-Link / D-Link / Tenda (Common worldwide)

Main Router IP: 192.168.0.1

OpenWrt LAN IP: 192.168.10.1

OpenWrt WWAN IP: 192.168.0.100

Temporary PC IP: 192.168.10.2


Example 2: Netgear / Belkin / Linksys (USA, EU, Asia)

Main Router IP: 192.168.1.1

OpenWrt LAN IP: 192.168.10.1

OpenWrt WWAN IP: 192.168.1.100

Temporary PC IP: 192.168.10.2


Example 3: Ziggo (Netherlands)

Main Router IP: 192.168.2.254

OpenWrt LAN IP: 192.168.10.1

OpenWrt WWAN IP: 192.168.2.100

Temporary PC IP: 192.168.10.2


Example 4: Fritz!Box (Germany, Austria, Switzerland)

Main Router IP: 192.168.178.1

OpenWrt LAN IP: 192.168.10.1

OpenWrt WWAN IP: 192.168.178.100

Temporary PC IP: 192.168.10.2


Example 5: Huawei Routers (Often used with 4G/5G modems)

Main Router IP: 192.168.8.1

OpenWrt LAN IP: 192.168.10.1

OpenWrt WWAN IP: 192.168.8.100

Temporary PC IP: 192.168.10.2


Example 6: MikroTik (Popular with tech users globally)

Main Router IP: 192.168.88.1

OpenWrt LAN IP: 192.168.10.1

OpenWrt WWAN IP: 192.168.88.100

Temporary PC IP: 192.168.10.2


Example 7: ZTE Routers (Used in some ISP packages)

Main Router IP: 192.168.0.1

OpenWrt LAN IP: 192.168.10.1

OpenWrt WWAN IP: 192.168.0.100

Temporary PC IP: 192.168.10.2


Example 8: Cisco / Business Routers

Main Router IP: 192.168.100.1

OpenWrt LAN IP: 192.168.10.1

OpenWrt WWAN IP: 192.168.100.100

Temporary PC IP: 192.168.10.2


Example 9: Orange Livebox (France, some other EU regions)

Main Router IP: 192.168.1.1

OpenWrt LAN IP: 192.168.10.1

OpenWrt WWAN IP: 192.168.1.100

Temporary PC IP: 192.168.10.2


Example 10: BT Home Hub / EE (UK)

Main Router IP: 192.168.1.254

OpenWrt LAN IP: 192.168.10.1

OpenWrt WWAN IP: 192.168.1.100

Temporary PC IP: 192.168.10.2


Example 11: other custom routers

Main Router IP: 10.0.0.1

OpenWrt LAN IP: 10.0.10.1

OpenWrt WWAN IP: 10.0.0.100

Temporary PC IP: 10.0.10.2


Important Tips:

  • Choose an OpenWrt LAN IP on a completely different subnet than your main router.

  • Make sure the WWAN IP (for connecting to main Wi-Fi) is outside the main router DHCP range or reserved in the main router settings.

  • The Temporary PC IP is only used during direct Ethernet setup before bridging or switching to DHCP.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment