Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 31 Aug 2004 03:19:39 +0900
From:      Hajimu UMEMOTO <ume@FreeBSD.org>
To:        "bettan" <bettan@nerim.net>
Cc:        freebsd-current@freebsd.org
Subject:   Re: altq on freebsd 5.2-current 
Message-ID:  <ygey8jwebes.wl%ume@FreeBSD.org>
In-Reply-To: <011801c48a12$184bc600$0401a8c0@frederic>
References:  <20040824185742.45B945D04@ptavv.es.net> <011801c48a12$184bc600$0401a8c0@frederic>

next in thread | previous in thread | raw e-mail | index | archive | help
Hi,

>>>>> On Tue, 24 Aug 2004 21:39:39 +0200
>>>>> "bettan" <bettan@nerim.net> said:

bettan> altq works good on freebsd 5.63-beta1 now.But I have a other problem with
bettan> 5.3-beta-1 with ipv6.I put this lines en my rc.conf but ping6 fails :

bettan> ipv6_ifconfig_xl0="2001:7a8:3d26::1 prefixlen 64"
bettan> rtadvd_enable="YES"
bettan> rtadvd_interfaces="xl0"
bettan> ipv6_gateway_enable="YES"
bettan> ipv6_defaultrouter="NO"
bettan> ipv6_static_routes="tun0"
bettan> ipv6_route_tun0="default -interface tun0"

You are trying to set an IPv6 route to a pseudo interface statically.
It will success only when the interface has a link-local address (an
IPv6 address).  So, you need to make sure that an IPV6CP is
established at the time.  Why don't you set from /etc/ppp/ppp.conf by
`add default HISADDR6'?

Sincerely,

--
Hajimu UMEMOTO @ Internet Mutual Aid Society Yokohama, Japan
ume@mahoroba.org  ume@{,jp.}FreeBSD.org
http://www.imasy.org/~ume/



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?ygey8jwebes.wl%ume>