Bonjour,
j'utilise régulièrement la combinaison kubuntu 16.04 avec minidlna pour le partage vidéo, musique, photos vers mon raspberry pi sous OSMC,
j'ai suivi la documentation pour paramétrer minidlna, ainsi que le pare-feu via gufw,
tout fonctionnait très bien jusqu'il y a deux jours à peu près, mon routeur est paramétré en serveur dhcp et l'adressage ip a changé, j'ai donc modifié les règles du firewall mais impossible de détecter minidlna sur osmc. Lorsque je désactive le pare-feu le serveur apparaît et la navigation se fait s'en aucun problème, j'en conclu donc que le soucis vient de mes règles ou qu’une mise à jour a modifié l'utilisation des ports, actuellement paramétré sur 49200
voici mon fichier : minidlna.conf
# This is the configuration file for the MiniDLNA daemon, a DLNA/UPnP-AV media
# server.
#
# Unless otherwise noted, the commented out options show their default value.
#
# On Debian, you can also refer to the minidlna.conf(5) man page for
# documentation about this file.
# Specify the user name or uid to run as.
#user=minidlna
# Path to the directory you want scanned for media files.
#
# This option can be specified more than once if you want multiple directories
# scanned.
#
# If you want to restrict a media_dir to a specific content type, you can
# prepend the directory name with a letter representing the type (A, P or V),
# followed by a comma, as so:
# * "A" for audio (eg. media_dir=A,/var/lib/minidlna/music)
# * "P" for pictures (eg. media_dir=P,/var/lib/minidlna/pictures)
# * "V" for video (eg. media_dir=V,/var/lib/minidlna/videos)
# * "PV" for pictures and video (eg. media_dir=PV,/var/lib/minidlna/digital_camera)
media_dir=/home/memz/Musique/
media_dir=/home/memz/Images/photos
media_dir=/home/memz/Vidéos
# Set this to merge all media_dir base contents into the root container
# (The default is no.)
#merge_media_dirs=no
# Path to the directory that should hold the database and album art cache.
#db_dir=/var/cache/minidlna
# Path to the directory that should hold the log file.
#log_dir=/var/log
# Type and minimum level of importance of messages to be logged.
#
# The types are "artwork", "database", "general", "http", "inotify",
# "metadata", "scanner", "ssdp" and "tivo".
#
# The levels are "off", "fatal", "error", "warn", "info" or "debug".
# "off" turns of logging entirely, "fatal" is the highest level of importance
# and "debug" the lowest.
#
# The types are comma-separated, followed by an equal sign ("="), followed by a
# level that applies to the preceding types. This can be repeated, separating
# each of these constructs with a comma.
#
# The default is to log all types of messages at the "warn" level.
#log_level=general,artwork,database,inotify,scanner,metadata,http,ssdp,tivo=warn
# Use a different container as the root of the directory tree presented to
# clients. The possible values are:
# * "." - standard container
# * "B" - "Browse Directory"
# * "M" - "Music"
# * "P" - "Pictures"
# * "V" - "Video"
# * Or, you can specify the ObjectID of your desired root container
# (eg. 1$F for Music/Playlists)
# If you specify "B" and the client device is audio-only then "Music/Folders"
# will be used as root.
#root_container=.
# Network interface(s) to bind to (e.g. eth0), comma delimited.
# This option can be specified more than once.
network_interface=wlp4s0
# Port number for HTTP traffic (descriptions, SOAP, media transfer).
# This option is mandatory (or it must be specified on the command-line using
# "-p").
port=49200
# URL presented to clients (e.g. http://example.com:80).
#presentation_url=/
# Name that the DLNA server presents to clients.
# Defaults to "hostname: username".
friendly_name=memzDLNA
# Serial number the server reports to clients.
# Defaults to 00000000.
serial=681019810597110
# Model name the server reports to clients.
#model_name=Windows Media Connect compatible (MiniDLNA)
# Model number the server reports to clients.
# Defaults to the version number of minidlna.
#model_number=
# Automatic discovery of new files in the media_dir directory.
inotify=yes
# List of file names to look for when searching for album art.
# Names should be delimited with a forward slash ("/").
# This option can be specified more than once.
album_art_names=Cover.jpg/cover.jpg/AlbumArtSmall.jpg/albumartsmall.jpg
album_art_names=AlbumArt.jpg/albumart.jpg/Album.jpg/album.jpg
album_art_names=Folder.jpg/folder.jpg/Thumb.jpg/thumb.jpg
# Strictly adhere to DLNA standards.
# This allows server-side downscaling of very large JPEG images, which may
# decrease JPEG serving performance on (at least) Sony DLNA products.
strict_dlna=no
# Support for streaming .jpg and .mp3 files to a TiVo supporting HMO.
enable_tivo=no
# Notify interval, in seconds.
notify_interval=895
# Path to the MiniSSDPd socket, for MiniSSDPd support.
#minissdpdsocket=/run/minissdpd.sock
# Always set SortCriteria to this value, regardless of the SortCriteria
# passed by the client
# e.g. force_sort_criteria=+upnp:class,+upnp:originalTrackNumber,+dc:title
#force_sort_criteria=
# maximum number of simultaneous connections
# note: many clients open several simultaneous connections while streaming
#max_connections=50
et les règles du pare-feu :
L'ip de l'ordi : 192.168.4.6
L'ip d'OSMC : 192.168.4.8
je suis nouveau sur le forum et pas spécialement habitué au forum, j'espère que la mise en page et les informations sont correctes
Si une âme généreuse peut me venir en aide je suis preneur
si besoins d'infos supplémentaires
cordialement
EDIT : j'ai essayé de connecter mon serveur dlna à partir de kodi installé sur tablette android et les symptômes persistent, le serveur n'est pas visible malgré l'ajout de règles au niveau du pare-feu et lorsque je passe le pare-feu en autoriser les connections entrantes le serveur devient visible et la navigation dans l'arborescence ne pose aucun problème.
Les règles présentent sur l'image précédente montre la situation actuelle (les deux dernières règles) et la situation précédente fonctionnelle (les deux premières).
Tout cela me fait donc penser à un problème de paramétrage du firewall mais ce que je ne comprend pas c'est que j'ai utilisé la même syntaxe de règles qu'avant et je n'avais jamais rencontré ce problème, donc je sèche, un problème suite à une mise à jour entre kubuntu 16.04 et iptable-ufw-gufw?