OpenWRT: Backfire 10.03.1 LuCI Essentials

By | February 15, 2013

Change default http port

The listening port is defined in /etc/config/uhttpd file.

root@OpenWrt:/etc/config# cat uhttpd 
# HTTP listen addresses, multiple allowed
list listen_http        0.0.0.0:80

Securing LuCI

root@OpenWrt:/etc/config# cat uhttpd 
# HTTP listen addresses, multiple allowed
list listen_http        192.168.1.1:80

Enable SSL

1. For a full LuCI installation with HTTPS support
opkg install luci-ssl

2. For upgrading from HTTP to HTTPS
opkg install uhttpd-mod-tls luci-ssl
Private key and certificate will be generated on next hardware reboot.

Loading