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" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]>; "Dima Dorfman" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> 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: <JINMEI Tatuya / $B?@L@C#:H (B <[EMAIL PROTECTED]>)> > To: "Michel Gravey" <[EMAIL PROTECTED]> > Cc: <[EMAIL PROTECTED]> > Sent: Thursday, November 28, 2002 2:34 AM > Subject: Re: ipv6 question > > > > >>>>> On Wed, 27 Nov 2002 15:11:05 +0100, > > >>>>> "Michel Gravey" <[EMAIL PROTECTED]> 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. > > [EMAIL PROTECTED] > > > > To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-net" in the body of the message