From owner-freebsd-net@FreeBSD.ORG Wed Oct 15 09:20:53 2014 Return-Path: Delivered-To: freebsd-net@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 0268A2FA for ; Wed, 15 Oct 2014 09:20:53 +0000 (UTC) Received: from mail-wi0-x230.google.com (mail-wi0-x230.google.com [IPv6:2a00:1450:400c:c05::230]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 906218A9 for ; Wed, 15 Oct 2014 09:20:52 +0000 (UTC) Received: by mail-wi0-f176.google.com with SMTP id hi2so12357683wib.9 for ; Wed, 15 Oct 2014 02:20:51 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:from:date:message-id :subject:to:cc:content-type; bh=8kOSMbIVzJ+yQEdQNx12Kzg1dlZqJmd/iOvHh/aOEVQ=; b=x5FtQdrSKWQtvyEoK3XD1EZXoH6ZBR/egOCi9uMq7nl1BcXsiqyhcL2pd5T8AoVA+G rbAHiWm0m1eyvd5wBSnnSkA1NoUiEi6Av2EIH1Z4QqEYIPPYhcslN8eH+qRi3YXpRIb6 tq5Gmvcjzu2uzSI/cYpPDloPL7OZq0sU7YSv2Oi3prr0/ZoCgscM7JX9/oIN1OlHNVST 6RpTAAj82B+R3vuOetg38eoa+PPmvcvjKIG7d0/UzFevz9tE0B4QrPui8xXx4RCQrq5j Glhb2GYPNad06HOk85w95dEdDj3/KxWzBC4TCK5IIKZ/GeugBEpCbUbDN9Q2TT+nXRCU wA+A== X-Received: by 10.194.189.82 with SMTP id gg18mr1558213wjc.115.1413364850933; Wed, 15 Oct 2014 02:20:50 -0700 (PDT) MIME-Version: 1.0 Sender: cochard@gmail.com Received: by 10.194.164.73 with HTTP; Wed, 15 Oct 2014 02:20:30 -0700 (PDT) In-Reply-To: <543D9C48.3010907@wp.pl> References: <543D9C48.3010907@wp.pl> From: =?ISO-8859-1?Q?Olivier_Cochard=2DLabb=E9?= Date: Wed, 15 Oct 2014 11:20:30 +0200 X-Google-Sender-Auth: m1q9pFxv5NX00emCb6sP-MlmAfc Message-ID: Subject: Re: Multicast routing, IGMP, IPTV doubts.. To: Marek Salwerowicz Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.18-1 Cc: "freebsd-net@freebsd.org" X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Oct 2014 09:20:53 -0000 On Tue, Oct 14, 2014 at 11:57 PM, Marek Salwerowicz wrote: > > Unfortunately after starting igmpproxy: > > # igmpproxy -d -vv igmpproxy.conf > > the igmpproxy starts but can't build routing table: > Current routing table (Age active routes): > ----------------------------------------------------- > No routes in table... > ----------------------------------------------------- > received packet from 10.66.255.248 shorter (32 bytes) than hdr+data length > (24+32) > received packet from 10.66.255.248 shorter (32 bytes) than hdr+data length > (24+32) > received packet from 10.66.255.248 shorter (32 bytes) than hdr+data length > (24+32) > > > Do you have any idea how should I configure my box to be able to route the > IPTV traffic? > Oops... this ports wasn't adapted to SOCK_RAW changes brings in FreeBSD 10. I will try to fix it. Regards,