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
devices:netgear_wndr3800_openwrt [2021/09/09 02:26] – created Sean Rhonedevices:netgear_wndr3800_openwrt [2022/03/17 06:26] (current) Sean Rhone
Line 34: Line 34:
  
   opkg update && opkg install luci && sync   opkg update && opkg install luci && sync
 +
 +====== Wireless AP Mode ======
 +
 +  * [[https://openwrt.org/docs/guide-user/network/wifi/dumbap|Wireless Access Point / Dumb Access Point / Dumb AP]]
 +
 +===== Network =====
 +
 +  * [[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 ====== ====== LuCI ======
  
-  * http://192.168.1.1+  * http://192.168.1.3
  
-  * :!: Configuration below assumes this is being used as a Wireless Access Point ((Dumb AP)) +===== Scheduled Reboot ===== 
-  * https://openwrt.org/docs/guide-user/network/wifi/dumbap + 
-  * :!Configuration below is TODO+  https://www.albertogonzalez.net/how-to-reboot-nightly-your-openwrt-router/ 
 +  * https://openwrt.org/docs/guide-user/base-system/cron#periodic_reboot 
 + 
 +  * http://192.168.1.3/cgi-bin/luci/admin/system/crontab 
 + 
 +<code> 
 +# Restart 3:36 AM 
 +36 3 * * * sleep 70 && touch /etc/banner && reboot</code>
  
 ===== 1.1.1.1 DNS ===== ===== 1.1.1.1 DNS =====
Line 49: Line 78:
  
 <code>2606:4700:4700::1111</code> <code>2606:4700:4700::1111</code>
 +
 <code>2606:4700:4700::1001</code> <code>2606:4700:4700::1001</code>
 +
 <code>1.1.1.1</code> <code>1.1.1.1</code>
 +
 <code>1.0.0.1</code> <code>1.0.0.1</code>
  
Line 58: Line 90:
  
   * 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: Auto or 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/attic/devices/netgear_wndr3800_openwrt.1631168809.txt.gz · Last modified: 2021/09/09 02:26 by Sean Rhone