macdaddybighorn

WS-AP3825i AP Setup

Apr 11th, 2025
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.43 KB | None | 0 0
  1. Packages needed (pre-install ahead if possible)
  2. relayd
  3. luci-proto-relay
  4.  
  5. Assumptions:
  6. 192.168.70.1/24 on network being joined (WWAN) and extended
  7. 192.168.1.1/24 on LAN network for AP - NOTE if the WWAN network is to be on this subnet, this needs to be changed in the interfaces
  8.  
  9. Reference:
  10. https://openwrt.org/docs/guide-user/network/wifi/wifiextenders/bridgedap#method_2configuration_via_luci
  11.  
  12. For WS-AP3825i
  13. LAN2 Port = LAN
  14. LAN1 Port = WAN
  15.  
  16. Steps to set up for AP mode:
  17. Disable DHCP on br-lan (click ignore interface)
  18. Disable DHCP RA-Service and DHCPv6-Service (under IPV6 settings)
  19. Join the new network
  20. -It'll be called WWAN by default
  21. -Select LAN firewall zone, remove WWAN firewall zone
  22. -Select lock to BSSID if desired to stay locked to the AP
  23. Delete WAN and WAN6 interfaces
  24. Delete WAN zone under firewall settings
  25. Add static IP to WWAN (ex. 192.168.70.1)
  26. In Interfaces update WWAN to static (click change protocol) and populate IP, subnet mask, gateway, and DNS server (advanced tab)
  27. Reboot
  28. Install RelayD and luci-proto-relay (should already be installed)
  29. Reboot
  30. Add interface repeater_bridge
  31. - Use protocol Relay Bridge
  32. - Enter WWAN interface IP (192.168.70.1)
  33. - Select both LAN and WWAN in "Relay Between Networks"
  34. Reboot
  35. Set up wifi extender network (can be identical to the joined network for seamless roaming)
  36. - Mode: Master
  37. - Network: LAN
  38. - SSID and password (WPA2-PSK / WPA3-SAE recommended)
Advertisement
Add Comment
Please, Sign In to add comment