User Tools

Site Tools


devices:netgear_wndr3800_openwrt

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
Last revisionBoth sides next revision
devices:netgear_wndr3800_openwrt [2021/09/09 02:26] – created Sean Rhonedevices:netgear_wndr3800_openwrt [2021/09/09 04:19] Sean Rhone
Line 35: Line 35:
   opkg update && opkg install luci && sync   opkg update && opkg install luci && sync
  
-====== LuCI ======+====== Wireless AP Mode ======
  
-  * http://192.168.1.1+  * [[https://openwrt.org/docs/guide-user/network/wifi/dumbap|Wireless Access Point / Dumb Access Point / Dumb AP]]
  
-  * :!: Configuration below assumes this is being used as a Wireless Access Point ((Dumb AP)) +===== Network ===== 
-  * https://openwrt.org/docs/guide-user/network/wifi/dumbap + 
-  * :!: Configuration below is TODO+  * [[https://openwrt.org/docs/guide-user/network/openwrt_as_routerdevice|OpenWrt as router device]] 
 + 
 +  * Sets router IP to ''192.168.1.3'' 
 +  * Sets router Gateway and DNS to ''192.168.1.1'' 
 +  * Disables DHCPv6 
 + 
 +<code> 
 +uci set network.lan.ipaddr=192.168.1.3 && uci set network.lan.gateway=192.168.1.1 && uci set network.lan.dns=192.168.1.1 && uci set dhcp.lan.dhcpv6=disabled && uci set dhcp.lan.ra=disabled && uci commit && service network restart && sync</code> 
 + 
 +===== Services ===== 
 + 
 +  * Disables ''dnsmasq'', ''firewall'', and ''odhcpd'' services 
 + 
 +<code> 
 +/etc/init.d/dnsmasq disable && /etc/init.d/dnsmasq stop && /etc/init.d/firewall disable && /etc/init.d/firewall stop && /etc/init.d/odhcpd disable && /etc/init.d/odhcpd stop && /etc/init.d/network reload && sync</code> 
 + 
 +====== LuCI ====== 
 + 
 +  * http://192.168.1.3
  
 ===== 1.1.1.1 DNS ===== ===== 1.1.1.1 DNS =====
Line 58: Line 76:
  
   * Country Code: US   * Country Code: US
-  * Channel: 11+  * Channel: 1
   * Width: 40 MHz   * Width: 40 MHz
   * Encryption: WPA2-PSK CCMP AES   * Encryption: WPA2-PSK CCMP AES
-  * :!: 802.11w Management Frame Protection: Disabled 
  
-<code>The Crossroads (2.4GHz)</code>+<code>The Bridge Encampment (2.4GHz)</code>
  
 ==== 5GHz ==== ==== 5GHz ====
  
   * Country Code: US   * Country Code: US
-  * :!: Channel: 153 +  * :!: Channel: 36 
-  * Width: 80 MHz+  * Width: 40 MHz
   * Encryption: WPA2-PSK CCMP AES   * Encryption: WPA2-PSK CCMP AES
-  * :!: 802.11w Management Frame Protection: Disabled 
- 
-<code>Highgate (5GHz)</code> 
- 
-===== Firewall ===== 
  
-  * Forward ports ''80'' and ''443''+<code>Overseer's Tower (5GHz)</code>
  
 ====== Recovery ====== ====== Recovery ======
/var/www/wiki/data/pages/devices/netgear_wndr3800_openwrt.txt · Last modified: 2022/03/17 06:26 by Sean Rhone