Hello Daniel,
thank you very much for your first submission.
I will merge this patch shortly and bump the release number of the add-on so that the update will be installed on the systems that have the previous version installed.
Would you be interested in updating the miniupnpd package as well since the version seems to be a little bit old?
Best, -Michael
On Mon, 2017-05-22 at 04:12 +0200, Daniel Aleksandersen wrote:
From af68127dbc7ab96d45da9c0d6891e3f6a6576c78 Mon Sep 17 00:00:00 2001 From: Daniel Aleksandersen code@daniel.priv.no Date: Mon, 22 May 2017 04:00:58 +0200 Subject: [PATCH] miniupnpd should listen on green0 in default configuration
Resolves issue with message log flodded by denied local clients. "HTTP peer <ip>:<port> is not from a LAN, closing the connection" "SSDP packet sender <ip>:<port> not from a LAN, ignoring"
config/miniupnpd/miniupnpd.conf | 3 +++ 1 file changed, 3 insertions(+)
diff --git a/config/miniupnpd/miniupnpd.conf b/config/miniupnpd/miniupnpd.conf index 4a9cbc086..582758192 100644 --- a/config/miniupnpd/miniupnpd.conf +++ b/config/miniupnpd/miniupnpd.conf @@ -2,6 +2,9 @@ # LAN network interfaces IPs / networks # there can be multiple listening ips for SSDP traffic. # should be under the form nnn.nnn.nnn.nnn/nn +listening_ip=green0 +#listening_ip=green1
# HTTP is available on all interfaces # port for HTTP (descriptions and SOAP) traffic. set 0 for autoselect. port=0