From owner-freebsd-net@freebsd.org Fri Jan 15 15:56:58 2016 Return-Path: Delivered-To: freebsd-net@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E7E8DA84664 for ; Fri, 15 Jan 2016 15:56:58 +0000 (UTC) (envelope-from andrnils@gmail.com) Received: from mail-wm0-x234.google.com (mail-wm0-x234.google.com [IPv6:2a00:1450:400c:c09::234]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 827AF159E; Fri, 15 Jan 2016 15:56:58 +0000 (UTC) (envelope-from andrnils@gmail.com) Received: by mail-wm0-x234.google.com with SMTP id f206so25866519wmf.0; Fri, 15 Jan 2016 07:56:58 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=jwE/fbkjS+8ctMik2otFMh/NdOkDyscxNSQte4HBRWo=; b=nqdvJr0ZZuGLs5vVgxuR43WPdvcYNtJ+Pjc3nF69VqbDWeO/2XsAv+CXmf+Fzyjzkc 5zLVQ2Z82s1oAJbZvvhpkMHl3Z0K24BWM4tSCQNsiYCqC9GJUHAtIFiO0eR+u73fN2cW BbJJdUNezVWMQ7Xx96l/QLILv77J4u+/KJFCcH+EHmB22pJVJL+KocQS5HTZDR8rqn8v Ltcy2uEyPCD3xWZzMKOHjaWvYIdxlw668H1qLEFqEt4iqFstlpa60dzzbi+m40eqYjE2 0sORzVJA4lsgxXEAUZsIoYpHNo64qPp0SjIFfnhJe/9zHLFCaSjXWXDTJ1C60GDNvkhP q0YA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:date :message-id:subject:from:to:cc:content-type; bh=jwE/fbkjS+8ctMik2otFMh/NdOkDyscxNSQte4HBRWo=; b=R7hdnr3yyQAJl6nPcD2QOwG4/BndlAsl1C18dOemAKXP8CBTWdxqksHNYb/OeXThzY uLgpF7slbXLDBpM6Kmk/FJFYoNFRGKsHWydgtgT3woEQUjrBAG7LGTFQDnFWcgewex8r ZbCsa9KsueEJfcdv1cZvuGz4Nz4JZhRIV6lFxXIfZtXZxhg6k7OyAhUUEFmb7yepE98c sVenNkYSSnBfk+TooG9OlEts9HCu6ERjVchGKX8IUzgGvQ5KUatqpt45xxF+uxfDF6FA f/n5SXGxyoDqAV3qMlx+MDXcW75GNN8BaF055I0UCE2vKjpEdf91h4gCdXUYtFynA+lP nwgg== X-Gm-Message-State: AG10YOTVSjhM1J1FUs2dD5bTPx50F9LFn3Wy8G/2YYaNmVK4LE5InNcZRuJUnmLrrVAMbqtg8NEnnQwU6P00rA== MIME-Version: 1.0 X-Received: by 10.28.182.133 with SMTP id g127mr4032576wmf.61.1452873416997; Fri, 15 Jan 2016 07:56:56 -0800 (PST) Received: by 10.28.16.199 with HTTP; Fri, 15 Jan 2016 07:56:56 -0800 (PST) In-Reply-To: <5699161C.1010009@FreeBSD.org> References: <20160115145225.e0dbde9632d5122df8acbb41@aei.mpg.de> <5699161C.1010009@FreeBSD.org> Date: Fri, 15 Jan 2016 16:56:56 +0100 Message-ID: Subject: Re: upnp/dlna From: Andreas Nilsson To: Guido Falsi Cc: =?UTF-8?B?R2Vycml0IEvDvGhu?= , FreeBSD Net Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.20 X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 15 Jan 2016 15:56:59 -0000 On Fri, Jan 15, 2016 at 4:54 PM, Guido Falsi wrote: > On 01/15/16 14:52, Gerrit K=C3=BChn wrote: > > Hi, > > > > I have two FreeBSD boxes running mediatomb and minidlna. I also have a > > couple of clients, mostly internet radios by different manufacturers > > (Sangean, Philips, Renkforce...). > > I have the (weird) issue that neither mediatomb nor minidlna appears to > see > > the multicasts discovery messages (not even with tcpdump!) sent by the > > clients. Subsequently they never answer them and are not found by the > > client devices. > > I forget one thing, Are the mindlna and mediatomb installed in a jail? > If that's the case, they will never receive multicasts and so, never > reply, since multicasts which are not forwarded to jailed IPs. You'll > have to install them on the main machine. > > I've also read this can be worked around using vimage, but I have never > tried that > I have minidlna running in a jail and vimage and it is working great with my philips "smart" tv. Best regards Andreas