From owner-freebsd-questions@freebsd.org Fri Jun 10 10:23:51 2016 Return-Path: Delivered-To: freebsd-questions@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B9ED2B71196; Fri, 10 Jun 2016 10:23:51 +0000 (UTC) (envelope-from kraduk@gmail.com) Received: from mail-wm0-x236.google.com (mail-wm0-x236.google.com [IPv6:2a00:1450:400c:c09::236]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4A79314A3; Fri, 10 Jun 2016 10:23:51 +0000 (UTC) (envelope-from kraduk@gmail.com) Received: by mail-wm0-x236.google.com with SMTP id v199so142533780wmv.0; Fri, 10 Jun 2016 03:23:51 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to; bh=kQCzvnAEN4Cc6VmVrQoD8vhxGnu/yYO42MW7cmXXq/o=; b=Ksx38M8DrpNafMzp8oHd9gdk1+McfAgXzobmG3C2iJur64iq5wwmsjgSST8pynSdfG yhceychJ1yo5oEd3aDEQKZDjzblFRoafXSLAdkH7Sm260KBe8FMlENxz/SeQTfuEBxVF r0blQrUATnJp5tqdW4EDUjNJjHvgpRunqfpT5OFnCscmojfDC0xzZAwduSdntQkMQjcT 80oWGvqaebBFeCYQseeIbLtUFWQ4XpIMf8p1yIYtvoFhyebqpYZfF5+jZYC7OL16q9Xo CLWFtE4aWe9klB2yjCzTfgiJtGVblKODfSj+h7357CoptqVrA0QsCYf7cfPeso7EZZvY A/gg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to; bh=kQCzvnAEN4Cc6VmVrQoD8vhxGnu/yYO42MW7cmXXq/o=; b=D9L3CqsCktmDmJH47JAXBcwQ3YTVoqKNO1qjfk4TNCc2AC3tVZsmapiQ2eRpdREP9i 9ZRpXMOEgPKKrP/ay5OG224AgIu6ceKUvdtLyfFlxKw7UWIGm9S7ZDCtXSHO3dRztTnb GEUAQyG2A1oYUhk6cxy9f+jL/u8c5OSScqPWH8Olb3uhb+g8x0UuSaL+uz4IOCBTg6vM WvvH3BpCC1sYDub/zwXwWwuvIALfM2gFpUbqJeEzH0byArKWPLF+/+GlAWzoZ1S8ADmY lA0QR7zyZA4rykJQFIO1gxsWJSb5R5tvcJXXMgc1JTfoXTGJ80JFpW5Ub8D/xEeAcnvk uyOQ== X-Gm-Message-State: ALyK8tI3edH9nEc+56QZ3ZMVTUle3MsiiXg/sKpS+DAOJbFk3MVM34fbkLExO38kT5tp6QRAZLrSmFmATt0Z/Q== X-Received: by 10.195.11.103 with SMTP id eh7mr1460367wjd.56.1465554229874; Fri, 10 Jun 2016 03:23:49 -0700 (PDT) MIME-Version: 1.0 Received: by 10.28.6.12 with HTTP; Fri, 10 Jun 2016 03:23:49 -0700 (PDT) In-Reply-To: References: <20160610065224.GB2817@box-hlm-03.niklaas.eu> <20160610071254.GC2817@box-hlm-03.niklaas.eu> From: krad Date: Fri, 10 Jun 2016 11:23:49 +0100 Message-ID: Subject: Re: And what about ipv6_defaultrouter? To: freebsd-net@freebsd.org, FreeBSD Questions Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.22 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 10 Jun 2016 10:23:51 -0000 also dont forget to check in rc.conf.local as well as rc.conf On 10 June 2016 at 11:23, krad wrote: > No, you should only need the if you want to act as a router for some other > machines. > > gateway_enable="YES" > ipv6_gateway_enable="YES" > > The following should only be required for normal ipv6 > > ifconfig_vtnet0_ipv6="inet6 accept_rtadv" > rtsold_enable="YES" > > Have a look at these variables, and make sure they are set correctly or on > defaults > > ipv6_network_interfaces=vtnet0 > or > ipv6_activate_all_interfaces=yes > > > Also make sure the nic is actually up ie do and ifconfig vtnet0 up > > On 10 June 2016 at 08:12, Niklaas Baudet von Gersdorff > wrote: > >> Niklaas Baudet von Gersdorff [2016-06-10 08:52 +0200] : >> >> > --------------------8<-------------------- >> > ifconfig_vtnet0="DHCP" >> > ifconfig_vtnet0_ipv6="inet6 accept_rtadv" >> > rtsold_enable="YES" >> > -------------------->8-------------------- >> [...] >> > --------------------8<-------------------- >> > ipv6_defaultrouter="" >> > -------------------->8-------------------- >> >> Plus these lines: >> >> --------------------8<-------------------- >> gateway_enable="YES" >> ipv6_gateway_enable="YES" >> -------------------->8-------------------- >> >> Niklaas >> > >