From: Daniel Aleksandersen Date: Mon, 22 May 2017 02:00:58 +0000 (+0200) Subject: miniupnpd should listen on green0 in default configuration X-Git-Tag: v2.19-core112~72 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=3f5ece7ca2be9059719bb5cd78c3411b1f68401d;p=ipfire-2.x.git miniupnpd should listen on green0 in default configuration Resolves issue with message log flodded by denied local clients. "HTTP peer : is not from a LAN, closing the connection" "SSDP packet sender : not from a LAN, ignoring" Signed-off-by: Michael Tremer --- diff --git a/config/miniupnpd/miniupnpd.conf b/config/miniupnpd/miniupnpd.conf index 4a9cbc086a..582758192f 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