From owner-freebsd-net Thu Nov 28 5:28:40 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 EBE9B37B401 for ; Thu, 28 Nov 2002 05:28:38 -0800 (PST) Received: from mail.libertysurf.net (mail.libertysurf.net [213.36.80.91]) by mx1.FreeBSD.org (Postfix) with ESMTP id EFC0043EAF for ; Thu, 28 Nov 2002 05:28:37 -0800 (PST) (envelope-from tayo@nerim.net) Received: from fujitsu (213.36.114.230) by mail.libertysurf.net (6.5.026) id 3DE4935E0002EB6B; Thu, 28 Nov 2002 14:28:12 +0100 Message-ID: <013001c296e2$1941e780$dc8c24d5@fujitsu> From: "Michel Gravey" To: , "Dima Dorfman" , Cc: References: <002501c2961e$d39f6860$dc8c24d5@fujitsu> Subject: Re: ipv6 question (solved) Date: Thu, 28 Nov 2002 14:28:53 +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, 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