From owner-freebsd-net@FreeBSD.ORG Tue Nov 13 11:52:29 2012 Return-Path: Delivered-To: freebsd-net@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 2A36A23D for ; Tue, 13 Nov 2012 11:52:29 +0000 (UTC) (envelope-from thesaurarius.romae@yandex.ru) Received: from forward8.mail.yandex.net (forward8.mail.yandex.net [IPv6:2a02:6b8:0:202::3]) by mx1.freebsd.org (Postfix) with ESMTP id 489058FC12 for ; Tue, 13 Nov 2012 11:52:28 +0000 (UTC) Received: from smtp8.mail.yandex.net (smtp8.mail.yandex.net [77.88.61.54]) by forward8.mail.yandex.net (Yandex) with ESMTP id AE8FDF6139A for ; Tue, 13 Nov 2012 15:52:25 +0400 (MSK) Received: from smtp8.mail.yandex.net (localhost [127.0.0.1]) by smtp8.mail.yandex.net (Yandex) with ESMTP id 8ABCC1B60345 for ; Tue, 13 Nov 2012 15:52:23 +0400 (MSK) Received: from mail-vb0-f54.google.com (mail-vb0-f54.google.com [209.85.212.54]) by smtp8.mail.yandex.net (nwsmtp/Yandex) with ESMTP id qLl0cDIo-qMl0kpdo; Tue, 13 Nov 2012 15:52:23 +0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yandex.ru; s=mail; t=1352807543; bh=xPkqjh4s2rEH6TlGDPJgOF/3aK42IIvT/rZYE+Uz4To=; h=Received:X-Google-DKIM-Signature:MIME-Version:Received:Received: X-Originating-IP:Received:In-Reply-To:References:Date:Message-ID: Subject:From:To:Cc:Content-Type:X-Gm-Message-State; b=CIwaqZaKcHXkhpjRYAUo78LBGQSKM6V4+jGVWHem10gUdYquxdjUdV4MZBAr7rvIE RBU6f8ZIqf6bF/8Ott+GtVdQ/wcXFDPIywQA4GCUvqr0w4x4VVFcG9RYsbjK6Z+tNy cwOardeBpFaKdUg0h4g36fElieC7ucySEodL/uzw= Received: by mail-vb0-f54.google.com with SMTP id l1so9513088vba.13 for ; Tue, 13 Nov 2012 03:52:21 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=mime-version:x-originating-ip:in-reply-to:references:date :message-id:subject:from:to:cc:content-type:x-gm-message-state; bh=xPkqjh4s2rEH6TlGDPJgOF/3aK42IIvT/rZYE+Uz4To=; b=jR6z03dyK8flSXphvlZLjm9DcevRZ/qTBy5qLE4J8V9nM7vmLh2nbRLsuiOeKpXw8y 9V4XoVjuNPrTez+YZuYJLaM7ReSaffx18Vf61wJgSAMJ/z1XlviNPrH58HxNaybGCKS7 D+kn/d+djjY7L7bvoK83ezdg6g+DlrMZYe0ZNxs8CwNVanK5oJ6RSKtGEPubopzsOKZO 8p5yD03MUkNHO0bQZrGhpj9CjK6f7H2cCktW8MB1sn43GIW8AA4j/xlPsdfTQErjnGTr WjGnrDZwbBY6LSGxHNFbnvkGnU8+w4bmVSC0eZkcyqTdfn2z+BG7eQsbL1mLesFs6fhH o+wA== MIME-Version: 1.0 Received: by 10.58.207.196 with SMTP id ly4mr25750474vec.6.1352807541583; Tue, 13 Nov 2012 03:52:21 -0800 (PST) Received: by 10.58.229.200 with HTTP; Tue, 13 Nov 2012 03:52:21 -0800 (PST) X-Originating-IP: [78.36.196.85] Received: by 10.58.229.200 with HTTP; Tue, 13 Nov 2012 03:52:21 -0800 (PST) In-Reply-To: References: Date: Tue, 13 Nov 2012 15:52:21 +0400 Message-ID: Subject: Re: IPv6 NDP Proxy From: Thesaurarius Romae To: =?ISO-8859-1?Q?=D6zkan_KIRIK?= X-Gm-Message-State: ALoCoQnFfg9M4XWqSKk7Jexyoqc11Udr4b8xvd8um/+Fr26VHlicfQEkha6BggGNoi9efQkJF5Vh Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.14 Cc: freebsd-net@freebsd.org X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 13 Nov 2012 11:52:29 -0000 That's... So simple that it sounds like a genius idea :) It works great, thanks! :) On Nov 13, 2012 10:11 AM, "=D6zkan KIRIK" wrote: > you can bridge all interfaces with if_bridge. > Later, assign the IPv6 addresses to the bridge0 interface. > > > > On Sun, Nov 11, 2012 at 7:28 PM, Thesaurarius Romae < > thesaurarius.romae@yandex.ru> wrote: > >> Hello all! >> >> I have a small problem - I need to give IPv6 addresses to several machin= es >> on a network interfaces, but provider who gave me IPv6 /64 network wants >> to >> see all the IPv6 hosts in the same L2 network. >> >> To be more exact, I have a physical server at hetzner.de, with interface >> re0. I successfully configured IPv6 address on this interface and >> everything works fine, but I also have VMs on interfaces tap0, vboxnet0 >> and >> OpenVPN clients on tun0. I google about that subject and solution I foun= d >> is to use NDP proxy. But all the examples I found are for linux, while I >> use FreeBSD and can't figure how to the same thing on it. >> >> Here's the linux-solution: >> >> http://www.stocksy.co.uk/articles/Networks/ipv6_for_xen_hosts_on_a_hetzn= er_leased_server_with_a_routed_ipv4_allocation >> >> I'm pretty sure that solution is easy to implement and understand, but I >> guess my lack of IPv6-knowledge prevents me from figuring it. >> >> Thanks for your reply! >> >> P.S.: Please, CC me personally, since I'm not subscribed to the list. >> _______________________________________________ >> freebsd-net@freebsd.org mailing list >> http://lists.freebsd.org/mailman/listinfo/freebsd-net >> To unsubscribe, send any mail to "freebsd-net-unsubscribe@freebsd.org" >> > >