Salut,
Merci pour le tuto il est super

sauf que pour ma par la dernière partie ne fonctionne pas... impossible d'accéder à l'interface WEB :
Petit problème... Google Chrome n'est pas parvenu à accéder à la page 192.168.0.15:49200.
Suggestions :
Essayez de recharger : 192.168.0.15:49200/web/ushare.html
Rechercher sur Google :
pourtant tout a été installé correctement, je n'ai eu aucune erreur lors de l'installation.
Merci d'avance pour votre aide.
PS : j'ai même tenté d'ouvrir le port 49200 sur la freebox mais sans succès, sinon voici mon fichier de config :
# /etc/ushare.conf
# Configuration file for uShare
# uShare UPnP Friendly Name (default is 'uShare').
USHARE_NAME=DekiQnap
# Interface to listen to (default is eth0).
# Ex : USHARE_IFACE=eth1
USHARE_IFACE=eth0
# Port to listen to (default is random from IANA Dynamic Ports range)
# Ex : USHARE_PORT=49200
USHARE_PORT=49200
# Port to listen for Telnet connections
# Ex : USHARE_TELNET_PORT=1337
USHARE_TELNET_PORT=1337
# Directories to be shared (space or CSV list).
# Ex: USHARE_DIR=/dir1,/dir2
USHARE_DIR=/Qmultimedia
# Use to override what happens when iconv fails to parse a file name.
# The default uShare behaviour is to not add the entry in the media list
# This option overrides that behaviour and adds the non-iconv'ed string into
# the media list, with the assumption that the renderer will be able to
# handle it. Devices like Noxon 2 have no problem with strings being passed
# as is. (Umlauts for all!)
#
# Options are TRUE/YES/1 for override and anything else for default behaviour
USHARE_OVERRIDE_ICONV_ERR=yes
# Enable Web interface (yes/no)
ENABLE_WEB=yes
# Enable Telnet control interface (yes/no)
ENABLE_TELNET=yes
# Use XboX 360 compatibility mode (yes/no)
ENABLE_XBOX=yes
# Use DLNA profile (yes/no)
# This is needed for PlayStation3 to work (among other devices)
ENABLE_DLNA=yes