[FS#482] Web server listens on all interfaces (Archer MR200)

LEDE Bugs lede-bugs at lists.infradead.org
Wed Feb 8 00:40:26 PST 2017


A new Flyspray task has been opened.  Details are below. 

User who did this - Rodrigo (zero) 

Attached to Project - LEDE Project
Summary - Web server listens on all interfaces (Archer MR200)
Task Type - Feature Request
Category - Base system
Status - Unconfirmed
Assigned To - 
Operating System - All
Severity - Low
Priority - Very Low
Reported Version - lede-17.01
Due in Version - Undecided
Due Date - Undecided
Details - In LEDE 17.01.0-rc1 with TP-LINK Archer MR200, the web interface of the 4G modem is activated in file:

/etc/init.d/enablemodem

with:

adb shell httpd -h /WEBSERVER/www/ &

It might be better to listen only on the internal interface, like:

adb shell httpd -h /WEBSERVER/www/ -p 192.168.225.1:80 &


More information can be found at the following URL:
https://bugs.lede-project.org/index.php?do=details&task_id=482



More information about the lede-bugs mailing list