Step 3: Configure the Router
The TL-WR741ND instructions can be found here:
http://wiki.openwrt.org/toh/tp-link/tl-wr741nd
If you are stuck, start here: http://openwrt.org
After you have a working SSH connection you can proceed.
Because of the router (by default) runs the web admin page on the port 80, we need to add a secondary port to serve our custom web site. For that, we need to configure the uhttpd (web server application) configuration file.
Download WinSCP, to simply do this through SSH.
http://winscp.net/download/winscp429.zip
Set up a new connection:
Host name: normally 192.168.1.1 (by default)
Port: 22
User name: root
Password: what you gave after installation
File protocol: SCP
Find this file: /etc/config/uhttpd
Copy the following into it:
config 'uhttpd' 'secondary'
option 'listen_http' '81'
option 'home' '/HomeAutomation/www'
option 'cgi_prefix' '/cgi-bin'
option 'script_timeout' '60'
option 'network_timeout' '30'
And save it.
Remove these ads by
Signing Up






































Visit Our Store »
Go Pro Today »




" Download WinSCP, to simply do this through SSH.
http://winscp.net/download/winscp429.zip
Set up a new connection:
Host name: normally 192.168.1.1 (by default)
Port: 22
User name: root
Password: what you gave after installation
File protocol: SCP "
but what do you mean by " Password: what you gave after installation " ?
do u mean the installation of OpenWRT firmware on the router?
http://wiki.openwrt.org/doc/howto/firstlogin
After the first login, I changed my password then I login again using:
ssh root@192.168.1.1
I tried to install the web UI using Luci due to I'm using MacOS,
but when I tried to update opkg with the command :
opkg update
It failed(as shown in the image attached), it seems like it has no internet connection,
but in fact, I'm able to browse websites on my browser.
Hope you could help me with this and sorry for my ignorance.
instead of the bleeding edge, download the latest: Backfire 10.03.1 final firmware which already has web GUI in it.
This will save you a lot of time.
https://openwrt.org/
you can do it with PUTTY:
http://the.earth.li/~sgtatham/putty/latest/x86/putty.exe
but you need to know linux command line, because it doesn't have any GUI.
WINSCP should work easily on any PC
http://tinyurl.com/3ft8u62
maybe try older versions, or ask for support.
cheers,