View previous topic :: View next topic |
Author |
Message |
EnochRoot
Joined: 14 Feb 2018 Posts: 2 Location: UK
|
Posted: Wed Feb 14, 2018 10:13 am Post subject: [Solved] Minissdpd on Debian Testing spamming log files |
|
|
Presumably after an update to the version of minissdpd running on my two Debian testing boxes, am seeing a lot of log spam from minissdpd picked up by logcheck, in the shape of entries like
Code: | Feb 14 06:02:06 nasqueron minissdpd[30585]: peer 192.168.0.22:64111 is not from a LAN |
I've seen references on the forum to changing the configuration for miniupnp to treat network ranges as part of the LAN, but can't see how to do this for minissdpd.
Minissdpd config (/etc/default/minissdpd) shown below
Code: | # MiniSSDPd default configuration
# Set this to 1 if you want to start the daemon
START_DAEMON=1
# Set this to the IP/interface you want the demon to run on
# Notes:
# 1. It is mandatory to use the network interface name in order to enable IPv6
# HTTP is available on all interfaces.
# 2. Specifying IP when built with IPv6 support is disabled by original
# author, so this option may not be available outside Debian.
MiniSSDPd_INTERFACE_ADDRESS=0.0.0.0
# This defines other options which you might want to use when
# starting MiniSSDPd.
MiniSSDPd_OTHER_OPTIONS="-6"
|
Thanks
Enoch
Last edited by EnochRoot on Sat Feb 17, 2018 6:30 pm; edited 1 time in total |
|
Back to top |
|
 |
miniupnp Site Admin
Joined: 14 Apr 2007 Posts: 1593
|
Posted: Sat Feb 17, 2018 6:20 pm Post subject: |
|
|
MiniSSDPd_INTERFACE_ADDRESS should be set up correctly :
MiniSSDPd_INTERFACE_ADDRESS=eth0
(if eth0 is your LAN interface) _________________ Main miniUPnP author.
https://miniupnp.tuxfamily.org/ |
|
Back to top |
|
 |
EnochRoot
Joined: 14 Feb 2018 Posts: 2 Location: UK
|
Posted: Sat Feb 17, 2018 6:30 pm Post subject: |
|
|
Thanks that has fixed the problem, and very obvious too when I look at the comments in the config file ! |
|
Back to top |
|
 |
|