From owner-freebsd-questions@FreeBSD.ORG Wed Oct 22 13:05:17 2014 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 2DDE8A51 for ; Wed, 22 Oct 2014 13:05:17 +0000 (UTC) Received: from mail-yh0-x232.google.com (mail-yh0-x232.google.com [IPv6:2607:f8b0:4002:c01::232]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id E52DE182 for ; Wed, 22 Oct 2014 13:05:16 +0000 (UTC) Received: by mail-yh0-f50.google.com with SMTP id a41so3434924yho.9 for ; Wed, 22 Oct 2014 06:05:16 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=oH9ufHmzGWane8feV//N1nmbh15XuhFpTfoGjX3HnTU=; b=MmqQxadA9A4gk7DYnsvCxR++pqzQCBiN2khl71d0TGlfSh5f7YZpYulk8n944BipH+ FX7e550NcmNorog5WfMRKT+JjPwlGTaiO/EQiF8Uq2UhNB6tl7jLECf9q8rCowhiCXzf +YBQt8vhngxpilQ6D/cG2s3VBC7rjtcRhes7DtOFTR1V1Eztd9QPNF6mq5oI7YyK6ZUc bBjitWZj7rnFYPMjP4viyqtLD4N/SZaA1RZhLz1NQikoNYOJ1kqdNHbTK+4wC61eQzJr d5SxEv/tGvnWGeIzm9AO8S2hZnRG04elwZA+iZnmDIrJP7CCZq6f+7JRm+BzHG5Z/WQ5 ECug== MIME-Version: 1.0 X-Received: by 10.236.37.4 with SMTP id x4mr1761854yha.187.1413983105637; Wed, 22 Oct 2014 06:05:05 -0700 (PDT) Received: by 10.170.156.139 with HTTP; Wed, 22 Oct 2014 06:05:05 -0700 (PDT) In-Reply-To: References: Date: Wed, 22 Oct 2014 14:05:05 +0100 Message-ID: Subject: Re: IPv6 aliases on FreeBSD 10 From: krad To: pepe Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.18-1 Cc: FreeBSD Questions X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 22 Oct 2014 13:05:17 -0000 it works for me fine, although im only using /64 prefixes, im not sure you should be mixing the prefixes though. Are you running rtadvd on the lan as I am? On 22 October 2014 09:22, pepe wrote: > Hello > > I have little problem with IPv6 aliases. Not working at all. Default IPv6 > address works fine. When I try to connect (or ping or traceroute or > anything) withn alias address it just timeouts. Ifconfig output for IPv6 > is: > > inet6 2001:14b8:1801:c001::1 prefixlen 48 > inet6 2001:14b8:1801:c001::42 prefixlen 64 > inet6 2001:14b8:1801:c001::2 prefixlen 64 > > So, ::1 works, ::2 or ::42 does not. And they're now prefix /64, but I > tried with prefix /48 for aliases too, it doesn't change anything. > > When I try to traceroute alias ips from outside it stops here: > > > 11 lah1-er23.ip6.dnaip.fi (2001:14b8::1177) 2054.594 ms !H * * > > > When I try to traceroute with alias ip as source only output in tcpdump is > this: > > 11:11:39.215209 IP6 (hlim 64, next-header ICMPv6 (58) payload length: 16) > bronx.iim.wtf > irc.nebula.fi: [icmp6 sum ok] ICMP6, echo request, seq 1 > > bronx.iim.wtf if my ::2 and irc.nebula.fi is of course where I tried to > traceroute. > > So. Anyone have any ideas what might be wrong here? > > -- > Perttu Laine, pepe@kahvipannu.com > http://kpn.kahvipannu.fi > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to " > freebsd-questions-unsubscribe@freebsd.org" >