From owner-freebsd-net@FreeBSD.ORG Wed May 23 21:00:07 2007 Return-Path: X-Original-To: freebsd-net@freebsd.org 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 C2CF516A41F for ; Wed, 23 May 2007 21:00:07 +0000 (UTC) (envelope-from julian@elischer.org) Received: from outM.internet-mail-service.net (outM.internet-mail-service.net [216.240.47.236]) by mx1.freebsd.org (Postfix) with ESMTP id A224513C487 for ; Wed, 23 May 2007 21:00:07 +0000 (UTC) (envelope-from julian@elischer.org) Received: from mx0.idiom.com (HELO idiom.com) (216.240.32.160) by out.internet-mail-service.net (qpsmtpd/0.32) with ESMTP; Wed, 23 May 2007 14:00:07 -0700 Received: from julian-mac.elischer.org (nat.ironport.com [63.251.108.100]) by idiom.com (Postfix) with ESMTP id 03E60125A2A; Wed, 23 May 2007 14:00:04 -0700 (PDT) Message-ID: <4654AB5B.2030906@elischer.org> Date: Wed, 23 May 2007 14:00:11 -0700 From: Julian Elischer User-Agent: Thunderbird 2.0.0.0 (Macintosh/20070326) MIME-Version: 1.0 To: Hideki Yamamoto References: <20070524.000513.68113235.yamamoto436@oki.com> <4654A939.50702@elischer.org> In-Reply-To: <4654A939.50702@elischer.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-net@freebsd.org Subject: Re: can netgraph support IPv6 over IPv6 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: Wed, 23 May 2007 21:00:07 -0000 Julian Elischer wrote: > Hideki Yamamoto wrote: >> Hi, >> >> I have a question about netgraph. >> I succeeded in connecting two box by netgraph as follows: >> >> [ipv6 streaming server]==IPv6==[FBSD box]--IPv4--[FBSD >> box]==IPv6==[client] >> >> The above client can receive ether frame from ipv6 streaming server. >> I used netgraph and FreeBSD 6.2 for this diagram. >> >> As the IPv4 network between two FBSD box is not stable, >> I would like to change IPv4 backbone network into IPv6 backbone >> network. This IPv6 backbone network uses different address space from >> IPv6 network connected with server and client. >> >> My quetion is if netgraph support IPv6 over IPv6. >> Before testing, releted information is welcomed. > > netgraph doesn't care.. > it knows nothign about ipV4 or ipV6 if you use the ng_ksocket type it > MAY need expension to > bind to an ipv6 address.. translated to English: Netgraph doesn't care. It knows nothing about ipV4 or ipV6. If you use the ng_ksocket type, it MAY need a patch to bind to an ipv6 address. (I have not checked). > >> >> Best regard, >> >> Hideki Yamamoto >> >> >> >> _______________________________________________ >> 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" > > _______________________________________________ > 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"