From owner-freebsd-net@freebsd.org Fri Jun 10 10:23:24 2016 Return-Path: Delivered-To: freebsd-net@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 8C89EB71123; Fri, 10 Jun 2016 10:23:24 +0000 (UTC) (envelope-from kraduk@gmail.com) Received: from mail-wm0-x229.google.com (mail-wm0-x229.google.com [IPv6:2a00:1450:400c:c09::229]) (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 271B1131E; Fri, 10 Jun 2016 10:23:24 +0000 (UTC) (envelope-from kraduk@gmail.com) Received: by mail-wm0-x229.google.com with SMTP id m124so95635410wme.1; Fri, 10 Jun 2016 03:23:24 -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=RoQApsBeSGaBqUZJ3tMsKRbTHaIkiJQZI27vqD98ZxE=; b=g+DtpYpHsJEV6Mpvwtkt6GV1EIWlnpdP0hBh2f85FVingdBKPOmEGD10XHwVeVI3oV bVztp7V0xHDuZm6yjAKUr7lLS8yJIvHYNY67W8UyGslYUXpags5mzUz4bmSMuuo9JOos c4mfiJPo9lHq3NxmUpdsJoCzQRsxve2u6EYunxKMl0w9J3aakJBJbH9hqjuSY44RNRVL FrJB5hVS8QeGcMByG+G1Di892XNo4752VEcIrnz+J5+lQ0sKq8kN/gHCGTX/VQ8BdvkH /EnAtk0XLllf6ZMUb7hf/lKZlKcifJEaQIylBe38rNwtHZEEbHJz8xZPo3Eyp6kBaMsX iFOA== 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=RoQApsBeSGaBqUZJ3tMsKRbTHaIkiJQZI27vqD98ZxE=; b=OoNfYbspbOy+vgpuz5WW301MbjO6yeGwy0gMHjroaqBRBZEW1u8612bze+lJD1ac5h jT7DKHEzWM0q6iHiixb535giii4U9S6Xqy+Xna2UQymSqrgLNn5rh+uODA+uwqW8deVi zor2xKENySP/PJ9G3Jdh8lRW9TfwUxHV8hkjpUygNBYhrb7wktT3XkLI5wqFyHcucGyj SavNFALT8m5D+kwr0edLRqJn+EPuHlDkxUcdEXYXxwFYEPvecqVXIwMPk/uX93ciiVch trjZua7XP2El1f4tebpbLnD2DougB5Ex4Es+QCys87G2H2V10+WynvtyNs5ZhIrFU0uz 3mYA== X-Gm-Message-State: ALyK8tJQ7thKS06jOJ5dR1CfNCnDtXcRrhKi6A63H1SWbtZ0rDk9cY/aU/wkdHoi08nXdovEv/Ld6V7HOrMD9w== X-Received: by 10.28.142.144 with SMTP id q138mr2028873wmd.30.1465554201780; Fri, 10 Jun 2016 03:23:21 -0700 (PDT) MIME-Version: 1.0 Received: by 10.28.6.12 with HTTP; Fri, 10 Jun 2016 03:23:21 -0700 (PDT) In-Reply-To: <20160610071254.GC2817@box-hlm-03.niklaas.eu> References: <20160610065224.GB2817@box-hlm-03.niklaas.eu> <20160610071254.GC2817@box-hlm-03.niklaas.eu> From: krad Date: Fri, 10 Jun 2016 11:23:21 +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-net@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 10 Jun 2016 10:23:24 -0000 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 >