Page 1 of 1

Security

Posted: Mon Aug 26, 2013 8:38 am
by lpks
Trying to set up wifi hot spots for a cafe. All working on a TPLINK 901v2. OpenWRT and DDWRT both failed, but gargoyle all good. Thanks.

Here's the issue. I cant prevent visitors from accessing the login page. I have a very long strong password but don't feel safe leaving a login available for years ata a time. If I cut web admin, then remote admin is blocked too. Tried using a firewall rule, but it wont block the address.

My current plan is to block both web interfaces once everything is working. I can save a backup and then just reset the wireless units and restore from backup when necessary. It's a hassle, but I think its safe. Is it? Is there another option?

Re: Security

Posted: Sat Aug 31, 2013 1:01 am
by ericwong
I think you can simply turn off the web admin http server using SSH.
I don't know what it the command for gargoyle but I know this works for Openwrt.

Re: Security

Posted: Sat Aug 31, 2013 1:31 pm
by homolka
Connect to the router via ssh

Enter the command:
/etc/init.d/uhttpd stop
/etc/init.d/uhttpd disable

On OpenWRT it works

Or change the web interface port, edit the file /etc/config/uhttpd

# Server configuration
config uhttpd main

# HTTP listen addresses, multiple allowed
list listen_http 0.0.0.0:80
# list listen_http [::]:80

# HTTPS listen addresses, multiple allowed
list listen_https 0.0.0.0:443
# list listen_https [::]:443