From owner-freebsd-net@FreeBSD.ORG Fri May 21 11:40:30 2004 Return-Path: Delivered-To: freebsd-net@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A984516A4CE for ; Fri, 21 May 2004 11:40:30 -0700 (PDT) Received: from services.cse.ucsc.edu (services.cse.ucsc.edu [128.114.48.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9773243D41 for ; Fri, 21 May 2004 11:40:30 -0700 (PDT) (envelope-from kumarv@cse.ucsc.edu) Received: from [192.103.17.191] ([192.103.17.191]) (authenticated bits=0)i4LIePMD017128 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Fri, 21 May 2004 11:40:25 -0700 (PDT) Message-ID: <40AE4D1B.8030207@cse.ucsc.edu> Date: Fri, 21 May 2004 11:40:27 -0700 From: Kumar Viswanath User-Agent: Mozilla Thunderbird 0.6 (X11/20040502) X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-net@freebsd.org Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Subject: MIPV6. Question about Route Table and next hop entry X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.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: Fri, 21 May 2004 18:40:30 -0000 Hello Folks, I am working on extensions to Mobile IPv6 and faced with a strange situation. The current MIPv6 implementation works fine but we would like to extend it to work with IPv4 endpoints. This is the setup. The CN (correspondent node) is a v4 only capable node. The AR's (Access Routers) and the MN (mobile node) are dual stack capable. All the MIPv6 signaling between the AR's is tunneled through a 6to4 tunnel. When the MN moves from AR1 to AR2 it sends a Binding Update (BU) message with its New Careoff v6 address. According to the original implementation after AR1 receives the BU it creates a V6 tunnel to the NCOAv6 address of the MN and routes packets to the MN. However in the extension, since the CN is a v4 only node and the dstaddr is the v4 address of the MN, the BU also contains the careoff v4 address of the MN. Now the question is whether it is possible to create a route table entry at AR1 for the NCOAv4 address which points to the NCOAv6 as the next hop. The idea being that we can use the existing code to tunnel CN's packets to the NCOv6 address of the mobile node. Any help or suggestions/advice would be very useful. (Other than not use MIPv6 at all :-)). Thanks Kumar P.s if replying can you pls cc me at my email id. -- http://inrg.cse.ucsc.edu/~kumarv