From owner-freebsd-net@freebsd.org Sat May 26 15:51:01 2018 Return-Path: Delivered-To: freebsd-net@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 91046EB1FE4 for ; Sat, 26 May 2018 15:51:01 +0000 (UTC) (envelope-from asomers@gmail.com) Received: from mail-wr0-x22d.google.com (mail-wr0-x22d.google.com [IPv6:2a00:1450:400c:c0c::22d]) (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 071FA74F18; Sat, 26 May 2018 15:51:01 +0000 (UTC) (envelope-from asomers@gmail.com) Received: by mail-wr0-x22d.google.com with SMTP id l41-v6so13842305wre.7; Sat, 26 May 2018 08:51:00 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:sender:in-reply-to:references:from:date:message-id :subject:to:cc; bh=ozOBa2GXiLyUCAUmWT1Au3K6nwQcnWCDuzuGSOESwU0=; b=Idya6mZmmNPZW6pJidPqY9VwWx1C+vmM7T9MhSE1fKvjEgO86ClcrvmQUAdXmeWGSi BlcBAwDLMRc/lhEhBwt3YaI+atJ8PYDEP0f/Qwd1ZKFycGl9iLbJXQZohM7e7caHa3/q /8oPhgMX+hhpX5RCCC2szrgwLs5WCHQB7TqJXEJrP2fcY2QEtQJJ5BMOvCLbQPAgXOoB ATWg6mo21GSicxM5W1NhI/EvTC4JnDQ1zU/F95wNWZcD6/9B/NFnsrGS7rMgqauTUiRt damtr1UDM71Rm503juVCloU1x4d5zs+AoeaFnFpoEGrxfqncaV2XcFQEqMHa220JLp4R bIOw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:sender:in-reply-to:references:from :date:message-id:subject:to:cc; bh=ozOBa2GXiLyUCAUmWT1Au3K6nwQcnWCDuzuGSOESwU0=; b=B5Ud/9Z1gwIm6P27Yma2GVQAspeWA6ZpQKt5UcEVXTk/Qc4ccn77Xo3khR+WP/30DD yo6bCau246NDXrOlsHJw+php2Lnqo9zUz9JAR8dEwO6W4HqUmwSJ2UP3R9cE89zM4Y3v uWYQtkCLVB79TxbbSe+vzbOt/H6Mk2J4mWfcdJ88tjLeKahVLA54c+n5vG8rlCRba0Ut cBW4p0pFlTV8XvAzHUYz77H6N4wKx8JGMOg4htqTjYLP138iNyWPLrdYalVJU5f2xrAD WZNzMXR5mOjuKJ+Mk4xLY+vV28gT0/FJHvZyGxVWxNQx5SpQT7kVJ5sMilB+k/fPSgp4 Kw1Q== X-Gm-Message-State: ALKqPwe/emqAB7SIvnjHFlH2czQQa88+4n2ooeE49yZTeEqo4MFjZwma r+11CiS5IIUCV2Ec64KwdlO1wvGrm62CN3uSvouERg== X-Google-Smtp-Source: ADUXVKJBjEImpeNWPt0vHkiIWEW2wV3a0oM3YZsgjlLs8WP6q39FFXA2emFyjrSo6F+VxjedkqT654ccwwd0U/ig6oQ= X-Received: by 2002:a19:380a:: with SMTP id f10-v6mr3821584lfa.47.1527349859578; Sat, 26 May 2018 08:50:59 -0700 (PDT) MIME-Version: 1.0 Sender: asomers@gmail.com Received: by 2002:ab3:724f:0:0:0:0:0 with HTTP; Sat, 26 May 2018 08:50:58 -0700 (PDT) In-Reply-To: References: From: Alan Somers Date: Sat, 26 May 2018 09:50:58 -0600 X-Google-Sender-Auth: qfsJHk1GYNHCvCsNqvZFpCiY2sI Message-ID: Subject: Re: Getting functional ipv6 on Century Link To: Sean Bruno Cc: "freebsd-net@freebsd.org" Content-Type: text/plain; charset="UTF-8" X-Content-Filtered-By: Mailman/MimeDel 2.1.26 X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 26 May 2018 15:51:01 -0000 On Sat, May 26, 2018 at 9:01 AM, Sean Bruno wrote: > http://www.centurylink.com/home/help/internet/modems-and- > routers/zyxel-c1100z/ipv6-turn-on.html > > US DSL carrier that seems to provide v6 via a 6rd configuration. This > all seems to be working and my modem reports it has stuff and things. > > What am I supposed to use as settings in rc.conf to enable client side > ipv6? Nothing I seem to do with router advertisement or whatever seems > to be be correct. > > sean > > I'm using IPv6 on CenturyLink . My OpenWRT router's configuration looks like this: /etc/config/network: ... config interface 'lan' option ifname 'eth0.1' option type 'bridge' option proto 'static' option netmask '255.255.255.0' option ipaddr '192.168.0.1' option ip6assign '64' config interface 'wan' option ifname 'eth0.2' option _orig_ifname 'eth0.2' option _orig_bridge 'false' option proto 'pppoe' option username '*****' option password '*****' option ipv6 '1' config interface 'wan6' option _orig_ifname 'eth0.2' option _orig_bridge 'false' option proto '6rd' option peeraddr '205.171.2.64' option ip6prefix '2602::' option ip6prefixlen '24' ... /etc/config/dhcp: ... config dhcp 'lan' option interface 'lan' option limit '150' option leasetime '12h' option start '101' option dhcpv6 'server' option ra 'server' option ra_management '1' ... Behind the firewall, On my FreeBSD machines I simply have this in /etc/rc.conf: ifconfig_em0_ipv6="inet6 accept_rtadv" Hope it helps. -Alan