]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/commitdiff
miniupnpd should listen on green0 in default configuration
authorDaniel Aleksandersen <code@daniel.priv.no>
Mon, 22 May 2017 02:00:58 +0000 (04:00 +0200)
committerMichael Tremer <michael.tremer@ipfire.org>
Mon, 22 May 2017 19:03:01 +0000 (20:03 +0100)
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"

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
config/miniupnpd/miniupnpd.conf

index 4a9cbc086acec3d9b082281b9a1a0ce2d3e05cda..582758192f48c3554e765cea7ce3eb08f418829e 100644 (file)
@@ -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