Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision Next revisionBoth sides next revision | ||
| toh:tp-link:tl-features [2013/06/20 07:09] – lorema | toh:tp-link:tl-features [2019/03/22 12:23] – tags vgaetera | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| + | ====== TP-Link firmware features ====== | ||
| + | |||
| + | This guide will let you know the tools required to install, in order to mimic some original features you miss from the original firmware, when upgrade to OpenWrt. **TP-Link naming scheme** is, that numbers behind the comma, refer to changes in the firmware only, the hardware is identical. | ||
| + | |||
| + | ^ Marketing buzz-words ^ OEM firmware ^ Alternatives in OpenWrt ^ | ||
| + | | Access WebUI on tplinklogin.net | hosts | [[#hosts]] | | ||
| + | | Bandwidth Control | ||
| + | | Dynamic DNS | ? | [[docs: | ||
| + | | FTP Server | ||
| + | | Hardware NAT | ||
| + | | Media Server | ||
| + | | Multiple WLAN | ? | [[docs: | ||
| + | | Print server | ||
| + | | WPS (Not recommended) | ? | ||
| + | | Storage Sharing | ||
| + | | UPnP | ||
| + | |||
| + | ==== hosts ==== | ||
| + | Even if you didn't install LuCI is nice to have | ||
| + | <code bash> | ||
| + | ssh root@tplinklogin.net | ||
| + | </ | ||
| + | This feature lets you access LuCI pointing your browser to http:// | ||
| + | |||
| + | === Editing /etc/hosts file === | ||
| + | Not recommended, | ||
| + | <code bash> | ||
| + | echo 192.168.1.1 tplinklogin.net >> /etc/hosts | ||
| + | </ | ||
| + | |||
| + | === Adding UCI domain === | ||
| + | < | ||
| + | uci add dhcp domain | ||
| + | uci set dhcp.@domain[-1].name=tplinklogin.net | ||
| + | uci set dhcp.@domain[-1].ip=192.168.1.1 | ||
| + | uci commit dhcp | ||
| + | </ | ||
| + | |||
| + | === Using LuCI WebUI === | ||
| + | * Go to http:// | ||
| + | * Click the [Add] button. | ||
| + | * Complete the fields: | ||
| + | * Hostname '' | ||
| + | * IP address '' | ||
| + | * Click the [Save & Apply] button. | ||