From owner-freebsd-net@FreeBSD.ORG Tue Mar 12 22:48:50 2013 Return-Path: Delivered-To: net@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 93A323AE for ; Tue, 12 Mar 2013 22:48:50 +0000 (UTC) (envelope-from ml@my.gd) Received: from mail-wi0-x22b.google.com (mail-wi0-x22b.google.com [IPv6:2a00:1450:400c:c05::22b]) by mx1.freebsd.org (Postfix) with ESMTP id 1596DE29 for ; Tue, 12 Mar 2013 22:48:49 +0000 (UTC) Received: by mail-wi0-f171.google.com with SMTP id hn17so2296806wib.4 for ; Tue, 12 Mar 2013 15:48:49 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=x-received:references:mime-version:in-reply-to:content-type :content-transfer-encoding:message-id:cc:x-mailer:from:subject:date :to:x-gm-message-state; bh=LVP96pu9j/5jTTLARSzICk4VQPzG8V7n+CjWL7AveiA=; b=ecEhERdhrTGOqa1yDQzQZOx61mNvdxQl1fKKMzODQSug/qmEeag9mhr7t+Zsr1huAh +ICyc0jO4U4rlaN4yWlGJybv3mzdj0O9DTcMw6YWRmn+GoLgJ8dConOAwZsCRd9mdIyO K6kW63G/3tjOuVGmq+WVqlFupkCJAygTO2oRHaER3u0SMfMDwqH+kwSYWN9WXJQ1ODRc 4KoXZ/WqOkeAgtPoWiBhfJmFH+gWLCCDViz1tIIdp7HXwjiOyqY2/PGmTVX8mKlet1HW r4qLvPvM09MywavnKcA06dD5zFQ1+bU7D01YQr48X7Z1wmFtJajCddtdAjh7biTjTRXL RJMg== X-Received: by 10.181.11.164 with SMTP id ej4mr23274743wid.29.1363128529265; Tue, 12 Mar 2013 15:48:49 -0700 (PDT) Received: from ?IPv6:2a01:e35:8a58:2600:44f:9d86:7662:2487? ([2a01:e35:8a58:2600:44f:9d86:7662:2487]) by mx.google.com with ESMTPS id ed6sm27252525wib.9.2013.03.12.15.48.47 (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Tue, 12 Mar 2013 15:48:48 -0700 (PDT) References: <71891.1363118795.16472820492257460224@ffe17.ukr.net> Mime-Version: 1.0 (1.0) In-Reply-To: <71891.1363118795.16472820492257460224@ffe17.ukr.net> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable Message-Id: <2F8A1662-CE4F-44A8-81B9-B84970A2E4FD@my.gd> X-Mailer: iPhone Mail (10B144) From: Damien Fleuriot Subject: Re: Problems of using ipv6 addresses on loc0 Date: Tue, 12 Mar 2013 23:48:29 +0100 To: Vladislav Prodan X-Gm-Message-State: ALoCoQnIZph8oxvqccmehrdBFqCm9JFvVm1wdCJexCADPQr1ver7BwTW3DrhBfNZ1pWk0vXdAupo Cc: "net@freebsd.org" X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Mar 2013 22:48:50 -0000 On 12 Mar 2013, at 21:06, "Vladislav Prodan" wrote: >=20 > I have a FreeBSD 8.2-STABLE amd64. >=20 > Network: > vlan300: flags=3D8843 metric 0 mtu= 1500 > description: Uplink_1 > inet > inet6 =20 >=20 > vlan400: flags=3D8843 metric 0 mtu= 1500 > description: Uplink_2 > inet > inet6 =20 >=20 > vlan100: flags=3D8843 metric 0 mtu= 1500 > description: Internal_LAN > inet > inet6 2001:67c:21f0::ffff prefixlen 64 >=20 > lo0: flags=3D8049 metric 0 mtu 16384 > options=3D3 > inet 127.0.0.1 netmask 0xff000000 > inet6 ::1 prefixlen 128 > inet6 fe80::1%lo0 prefixlen 64 scopeid 0x9 > inet6 2001:67c:21f0:f::1 prefixlen 64 > nd6 options=3D3 >=20 > Some services, such as named, refused to use ipv6 with lo0. > Option > query-source-v6 address 2001:67c:21f0::1; > makes a mistake and named service will not start. > Problems with the ipv6 address are on vlan100 - no. >=20 > P.S. BIND 9.9.2-P1 >=20 > --=20 > Vladislav V. Prodan =20 > System & Network Administrator=20 > http://support.od.ua =20 > +380 67 4584408, +380 99 4060508 > VVP88-RIPE >=20 The addresses for lo0 and BIND's query-source differ (extraneous :f), so unl= ess this is a typo, that may be your problem.=