From 3f5ece7ca2be9059719bb5cd78c3411b1f68401d Mon Sep 17 00:00:00 2001 From: Daniel Aleksandersen 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 : is not from a LAN, closing the connection" "SSDP packet sender : not from a LAN, ignoring" Signed-off-by: Michael Tremer --- config/miniupnpd/miniupnpd.conf | 3 +++ 1 file changed, 3 insertions(+) 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 -- 2.39.5