Installing Web GUI on your Repeater and/or Phantom Vision/Vision+ Linux/Mac OSX: In a terminal window, issue: ssh root@192.168.1.2 Windows: Launch PuTTy, in the 'Host Name' field, enter: root@192.168.1.2 Password: 19881209 Issue the following commands in the remote SSH session: For the repeater (IP 192.168.1.2) CODE: SELECT ALL /etc/init.d/lighttpd stop /etc/init.d/lighttpd disable For the Phantom (IP 192.168.1.1) CODE: SELECT ALL /etc/init.d/uhttpd stop For both: CODE: SELECT ALL echo 127.0.0.1 downloads.openwrt.org openwrt.org >> /etc/hosts Establish the remote port forward: On Linux/Mac OSX: CODE: SELECT ALL exit sudo ssh -g -R 80:downloads.openwrt.org:80 root@192.168.1.2 Password: 19881209
In this file on your Phantom/repeater:
/etc/opkg.conf
You need to change the following line:
CODE: SELECT ALL src/gz barrier_breaker http://downloads.openwrt.org/snapshots/trunk/ar71xx/packages/ to CODE: SELECT ALL src/gz barrier_breaker http://downloads.openwrt.org/barrier_breaker/14.07-rc3/ar71xx/generic/packages/
In the remote SSH session, now issue: CODE: SELECT ALL opkg update opkg remove firewall3 opkg install luci /etc/init.d/uhttpd enable
( An updated firewall package is installed with the WebUI which will conflict and fail if the old one is not removed first! ) Remove the remote port forward: CODE: SELECT ALL exit Linux/Mac OSX: In a terminal window, issue: ssh root@192.168.1.2 Windows: Launch PuTTy, in the 'Host Name' field, enter: root@192.168.1.2 Password: 19881209 In the remote SSH session, issue: CODE: SELECT ALL /etc/init.d/uhttpd start exit In your browser, go to: http://192.168.1.2 You should see the LuCI Web Interface after a short pause. Username: root Password: 19881209 Some have reported that the redirect to the LuCI WebUI never occurs. If after a few seconds you don't see a login page, use this URL instead:: http://192.168.1.1/cgi-bin/luci