From owner-freebsd-net@FreeBSD.ORG Thu Jan 28 07:23:12 2010 Return-Path: Delivered-To: freebsd-net@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A7931106566B for ; Thu, 28 Jan 2010 07:23:12 +0000 (UTC) (envelope-from nazeemnss@gmail.com) Received: from mail-vw0-f54.google.com (mail-vw0-f54.google.com [209.85.212.54]) by mx1.freebsd.org (Postfix) with ESMTP id 5B9348FC13 for ; Thu, 28 Jan 2010 07:23:12 +0000 (UTC) Received: by vws18 with SMTP id 18so209567vws.13 for ; Wed, 27 Jan 2010 23:23:11 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:cc:content-type; bh=6p+e2mqLz5EDS9XBF0T9FS+Myuf7ht2s/NUU6qnPZYM=; b=hvYuMYsslKyeYOp/yxWYQXUrZxuZCxFH5TFepCPDerI0t0aKamBL6CA1MA2moTHMLa rYH2mHOPFc2wfJS/Khr6bpd+e0A8wnOZNG5xpmSo0fPXZNJWxZevi+1MhkdzdcrLIQ08 obUdisL12huRd3WbKh6SCx+ln+ry8O6YlFxiQ= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; b=NsR2FX7zxjbLwr1uucg7qofO5eWEavczessqv+YoMC8Mx0HXgs9go+liSbMWOg2FwK eckMoOnR/NB+GZqvGxG9hqNxyecfviSsgS7Ij2Nyoa1TvO+BqiOKWRlfc9LnhE0Lhm9r cLcWR+T6S/T6X3JJv2Y6TLsKdUdFEwLDvuqwA= MIME-Version: 1.0 Received: by 10.220.122.97 with SMTP id k33mr4053799vcr.35.1264663387597; Wed, 27 Jan 2010 23:23:07 -0800 (PST) In-Reply-To: <4B612997.8030505@incunabulum.net> References: <7609d8391001270601m489ab6e6xe956d1539f2cbe4e@mail.gmail.com> <4B612997.8030505@incunabulum.net> Date: Thu, 28 Jan 2010 12:53:07 +0530 Message-ID: <7609d8391001272323qa8694c0q9c716fc2e577eb47@mail.gmail.com> From: =?UTF-8?B?TmF6ZWVtINmG2KzZhSDZhNiv2YrZhg==?= To: Bruce Simpson Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: freebsd-net@freebsd.org Subject: Re: MROUTED: Problem with vif installation X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 Jan 2010 07:23:12 -0000 I have build the kernel with MROUTING option. Cause without it mrouted does not execute. But is this a problem with the tunnel creation as it says setsockopt MRT_ADD_VIF operation not permitted. The machine I use has 2 NICs. I have also enabled gateway "YES". I am trying to setup a multicast tunnel using mrouted. Anything I am missing or gone wrong? Is a tunnel to be setup in some other way first? -Nazeem On Thu, Jan 28, 2010 at 11:37 AM, Bruce Simpson wrote: > Did you remember to kldload ip_mroute or build your kernel with 'options > MROUTING' ? >