From owner-freebsd-net Fri Nov 29 2:28:29 2002 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 2D35437B401 for ; Fri, 29 Nov 2002 02:28:27 -0800 (PST) Received: from mail.libertysurf.net (mail.libertysurf.net [213.36.80.91]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5D4DE43EB2 for ; Fri, 29 Nov 2002 02:28:26 -0800 (PST) (envelope-from tayo@nerim.net) Received: from fujitsu (213.36.28.146) by mail.libertysurf.net (6.5.026) id 3DE4935E0004DCAF for freebsd-net@FreeBSD.ORG; Fri, 29 Nov 2002 11:28:24 +0100 Message-ID: <01f501c29792$256e4c00$dc8c24d5@fujitsu> From: "Michel Gravey" To: Subject: ipv6 question (another) Date: Fri, 29 Nov 2002 11:29:05 +0100 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 8bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2720.3000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Sender: owner-freebsd-net@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Hi, Ipv6 is now set on one subnet, using prefixlen 64. My provider gives me a tunnel and a /48. Would be possible for my /48 to be divided in two subnet? I have a subnet for windows boxes and a subnet for unix boxes and beetween them an ip330 (nokia, which does support ipv6). For now, only the unix subnet is connected. When i try to add another subnet in my routing table (route add -inet6 -net 2001:7a8:10dd:1:: -host 2001:7a8:10dd::6 -prefixlen 64 ) it appears on the routing table with a /0. I try to ping (ping6 2001:7a8:10dd:1::1) the other firewall (ip330) interface but it does'nt respond. I have configured ipv6 forwarding on the ip330 (net:ip6:forwarding = 1). My freebsd router, which have the gif0 configured is a 4.5-p23. Why does the route appears on netstat -rn with a /0 (2001:7a8:10dd:1::/0 on the good interface, xl0)? I think I'm doing something bad or wrong but I don't know what (newbie in ipv6). If you have any ideas... Thanks in advance, Michel ----- Original Message ----- From: "Michel Gravey" To: ; "Dima Dorfman" ; Cc: Sent: Thursday, November 28, 2002 2:28 PM Subject: Re: ipv6 question (solved) > Hi, > > It finally works. It was a firewall problem. I have to had in ipf.rules a > pass in quick proto ipv6 from IPV6GATEWAY to MYIPADRESS and a > pass out quick proto ipv6 from MYIPADRESS to IPV6GATEWAY. > I have to modify the ipf6.rules to (pass in quick all and pass out quick > all). > I have to use ifconfig gif0 tunnel MYIPADRESS IPV6GATEWAY (like in the > handbook) and not ifconfig gif0 giftunnel MYIPADRESS IPV6GATEWAY. > > Does anybody have a good working ipfilter conf for ipv6 ? (I try some ipv4 > rules but it don't seem to work) > > Michel > > ----- Original Message ----- > From: )> > To: "Michel Gravey" > Cc: > Sent: Thursday, November 28, 2002 2:34 AM > Subject: Re: ipv6 question > > > > >>>>> On Wed, 27 Nov 2002 15:11:05 +0100, > > >>>>> "Michel Gravey" said: > > > > > zenith# ping6 www.kame.net > > > PING6(56=40+8+8 bytes) 2001:7a8:1:a0de::2 --> > > > 2001:200:0:4819:210:f3ff:fe03:4d0 > > > ^C > > > --- apple.kame.net ping6 statistics --- > > > 12 packets transmitted, 0 packets received, 100% packet loss > > > > > If you have any idea concerning this problem, please email me. > > > > Please show us the result of > > > > % netstat -rn > > % ping6 2001:7a8:1:a0de::1 (which is your default router) > > % traceroute6 -n www.kame.net > > > > JINMEI, Tatuya > > Communication Platform Lab. > > Corporate R&D Center, Toshiba Corp. > > jinmei@isl.rdc.toshiba.co.jp > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-net" in the body of the message