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 revisionBoth sides next revision
devices:netgear_wndr3800_openwrt [2021/09/09 02:26] – created Sean Rhonedevices:netgear_wndr3800_openwrt [2021/09/09 04:14] 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]] 
 + 
 +===== 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 ======
  
-  * :!: Configuration below assumes this is being used as a Wireless Access Point ((Dumb AP)) +  * http://192.168.1.3
-  * https://openwrt.org/docs/guide-user/network/wifi/dumbap +
-  * :!: Configuration below is TODO+
  
 ===== 1.1.1.1 DNS ===== ===== 1.1.1.1 DNS =====
/var/www/wiki/data/pages/devices/netgear_wndr3800_openwrt.txt · Last modified: 2022/03/17 06:26 by Sean Rhone