Differences

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

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Next revision Both sides next revision
openwrt:manual:zsun [2019/11/17 05:06]
theexpertnoob [0b. PreSetup A5-V11]
openwrt:manual:zsun [2019/11/17 05:15]
theexpertnoob [0b. PreSetup A5-V11]
Line 71: Line 71:
   * Root password is suggested but no longer required for LEDE.   * Root password is suggested but no longer required for LEDE.
   * Keep your A5-V11 hardwired and then connect via SSH to 192.168.1.1 as root. Make sure the router it is connected to is NOT also 192.168.1.1.   * Keep your A5-V11 hardwired and then connect via SSH to 192.168.1.1 as root. Make sure the router it is connected to is NOT also 192.168.1.1.
-  * Bunch of uci commands. Disabling firewall, DNSmasq and WiFi for setup. ​Copy and paste each into the command line of the shell prompt.+  * Copy and paste each into the command line of the shell prompt.
 <​code>​ <​code>​
-uci set uhttpd.main.listen_http=9080 +vi /etc/config/network
-uci set uhttpd.main.listen_https=9443 +
-uci set wireless.radio0.disabled=1 +
-uci commit +
-/etc/init.d/firewall stop +
-/​etc/​init.d/​firewall disable +
-/​etc/​init.d/​dnsmasq stop +
-/​etc/​init.d/​dnsmasq disable +
-reboot +
 </​code>​ </​code>​
-  * Reconnect+press I to edit. 
 +Under config interface '​lan'​ 
 +change '​static'​ to '​dhcp'​ 
 +then press SHIFT+Z, SHIFT+Z to exit. 
 +<​code>​ 
 +service network reload 
 +</​code>​ 
 +In my case, this is required by my router to access the internet. It wont allow Static IPs to connect to the internet as I manage "​static IPs" as reserved IPs on the router.
 <​code>​ <​code>​
 ping google.com ping google.com