From owner-freebsd-net@freebsd.org Sat Jan 23 22:14:07 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 1AF1CA8D04E for ; Sat, 23 Jan 2016 22:14:07 +0000 (UTC) (envelope-from woodsb02@gmail.com) Received: from mail-lf0-x230.google.com (mail-lf0-x230.google.com [IPv6:2a00:1450:4010:c07::230]) (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 999D71022 for ; Sat, 23 Jan 2016 22:14:06 +0000 (UTC) (envelope-from woodsb02@gmail.com) Received: by mail-lf0-x230.google.com with SMTP id h129so66346312lfh.3 for ; Sat, 23 Jan 2016 14:14:06 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=geYqlU5b9MOvRGDHaM9uhLwoj5hWRZEVgVJxPrcl6aY=; b=HbQqsxSDz7IccJ2AdLo9vX1K33HHQPz3AD9oq76QCHLZp4jwinDp7hkT9IUnYoTE8d 44VJHO4by2K5+EkV3Vw5vZGYQiLv2eOPoBWpXxWxDf9mB2/vg92tHcd6rg45JIIL85u0 nAUNv9mvVgvhDf2tMrAHwUSA0ZjNXOqEk3TOfsOuhYhNMg1RuHzWk4lYM8x8fddHADeE nzd+zysQwJweXeUffSvvGdZ4ceYGTo24wkShujuLp+i7vID0aV29J4nP8NKph/y0S6R+ vjkb7pBBUI5bARcfANdSw2BzmTu+DS22RZHIxhch3Bxy/19ZE9MJ85J3GeW26tvQ+esF TE4w== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:date:message-id:subject:from:to :content-type; bh=geYqlU5b9MOvRGDHaM9uhLwoj5hWRZEVgVJxPrcl6aY=; b=Y1iDwBpjshHzjV9E2eN7jOrtr1YCfL+yfiLpgBrqWnTM3mxs1nRAQbzhm8OJqQbgyl OgDzvSRYtMCzx0pxRLkgt6POmEVIsAy6m+Vioc0JywnnYqr7p2YcUn38TgoMEUtpgj2u h4nLF8SQ8CJb4zgzWT3LjZYJxhzwJJ/SaLXmQ/m1aSvQ+tYTDFSL7A+O2jBSjw0LvQHx rUD3TqR3dtFGmOJkpzkPO8rqrkJVGeZgR08ijt1+TrdtdsvN/8TqB40U/5wqk2ap92Rp xVEFDCAN8dQiB6NZmgRB2MGaZ2syPJcs5EinpZtDHp8hSSpLan604pfJHIkQHtdrjAXe CxRg== X-Gm-Message-State: AG10YOSy5VDhoTql5Zv2wtGRZ5pYLkBbpvrQ9RbtB8TgAtIWem3PRuEVaM4CaalY7xy6q8Q72cnS2+34wPi6CQ== MIME-Version: 1.0 X-Received: by 10.25.29.147 with SMTP id d141mr3149747lfd.26.1453587244790; Sat, 23 Jan 2016 14:14:04 -0800 (PST) Received: by 10.25.89.10 with HTTP; Sat, 23 Jan 2016 14:14:04 -0800 (PST) Date: Sat, 23 Jan 2016 23:14:04 +0100 Message-ID: Subject: Multicast routing on FreeBSD 11 current From: Ben Woods To: freebsd-net@freebsd.org Content-Type: text/plain; charset=UTF-8 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: Sat, 23 Jan 2016 22:14:07 -0000 Hey everyone, I am trying to set up multicast routing on FreeBSD 11 current, so I can pass IPTV from my ISP to my set top box via my FreeBSD router. I intend to use net/igmpproxy as per this forum post: https://lafibre.info/remplacer-livebox/remplacer-sa-livebox-par-un-routeur-pfsense/ I am running the GENERIC kernel, except with VIMAGE enabled and SCTP disabled. When I try to load the kernel module, I am getting an error: % sudo kldload -v ip_mroute kldload: an error occurred while loading the module. Please check dmesg(8) for more details. % dmesg linker_load_file: Unsupported file type Any ideas what could be causing this error? Thanks for your help. Regards, Ben -- From: Benjamin Woods woodsb02@gmail.com