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

LEDE Bugs lede-bugs at lists.infradead.org
Wed Feb 15 11:10:10 PST 2017


The following task has a new comment added:

FS#482 - Web server listens on all interfaces (Archer MR200)
User who did this - Henryk Heisig (Heinz)

----------
I Check this and webserver run OK.

But I check iptables and I see:
/ # iptables -S
-P INPUT ACCEPT
-P FORWARD ACCEPT
-P OUTPUT ACCEPT
-A INPUT -i rmnet0 -p tcp -m tcp --dport 443 -j DROP
-A INPUT -i rmnet0 -p tcp -m tcp --dport 80 -j DROP
-A INPUT ! -i bridge0 -p icmp -j DROP
-A INPUT -i bridge0 -p icmp -j DROP
-A FORWARD -i bridge0 -p tcp -m state --state INVALID -j DROP

It looks like TCP traffic from interface rmnet0 to port http(80) and https(443) are droped.

In my opinion add **-p 192.168.225.1:80** is not necessary.
----------

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



More information about the lede-bugs mailing list