From owner-freebsd-current@FreeBSD.ORG Wed Aug 25 08:29:06 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B41BD16A4CE for ; Wed, 25 Aug 2004 08:29:06 +0000 (GMT) Received: from kraid.nerim.net (smtp-103-wednesday.nerim.net [62.4.16.103]) by mx1.FreeBSD.org (Postfix) with ESMTP id 813F343D48 for ; Wed, 25 Aug 2004 08:29:06 +0000 (GMT) (envelope-from bettan@nerim.net) Received: from frederic (linux-win.com [62.212.121.38]) by kraid.nerim.net (Postfix) with SMTP id 4FC244191D; Wed, 25 Aug 2004 10:29:05 +0200 (CEST) Message-ID: <003a01c48a7d$959b6230$0401a8c0@frederic> From: "bettan" To: "George V. Neville-Neil" References: <20040824185742.45B945D04@ptavv.es.net><011801c48a12$184bc600$0401a8c0@frederic> Date: Wed, 25 Aug 2004 10:29:05 +0200 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1437 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1441 cc: freebsd-current@freebsd.org Subject: Re: altq on freebsd 5.2-current X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 25 Aug 2004 08:29:06 -0000 I have that with netstat -nr : Internet6: Destination Gateway Flags Netif Expire ::1 ::1 UH lo0 fe80::%xl0/64 link#1 UC xl0 fe80::20a:5eff:fe3e:ebf7%xl0 00:0a:5e:3e:eb:f7 UHL lo0 fe80::%vr1/64 link#3 UC vr1 fe80::205:5dff:fea2:98ef%vr1 00:05:5d:a2:98:ef UHL lo0 fe80::%lo0/64 fe80::1%lo0 U lo0 fe80::1%lo0 link#7 UHL lo0 fe80::%tun0/64 fe80::20a:5eff:fe3e:ebf7%tun0 U tun0 fe80::20a:5eff:fe3e:ebf7%tun0 link#8 UHL lo0 ff01::/32 ::1 U lo0 ff02::%xl0/32 link#1 UC xl0 ff02::%vr1/32 link#3 UC vr1 ff02::%lo0/32 ::1 UC lo0 ff02::%tun0/32 fe80::20a:5eff:fe3e:ebf7%tun0 UC tun0 I used the same config en 5.2.1-release and it's worked. ----- Original Message ----- From: "George V. Neville-Neil" To: "bettan" Cc: Sent: Tuesday, August 24, 2004 10:57 PM Subject: Re: altq on freebsd 5.2-current > At Tue, 24 Aug 2004 21:39:39 +0200, > bettan wrote: > > > > altq works good on freebsd 5.63-beta1 now.But I have a other problem with > > 5.3-beta-1 with ipv6.I put this lines en my rc.conf but ping6 fails : > > > > ipv6_ifconfig_xl0="2001:7a8:3d26::1 prefixlen 64" > > rtadvd_enable="YES" > > rtadvd_interfaces="xl0" > > ipv6_gateway_enable="YES" > > ipv6_defaultrouter="NO" > > ipv6_static_routes="tun0" > > ipv6_route_tun0="default -interface tun0" > > > > And i have put that in sysctl.conf: > > > > net.inet6.ip6.forwarding=1 > > > > But ping6: UDP connect: No route to host . > > Have you checked your interfaces and routing table? The output of > netstat -rn and ifconfig would be useful here. > > Later, > George > _______________________________________________ > freebsd-current@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-current > To unsubscribe, send any mail to "freebsd-current-unsubscribe@freebsd.org"