From owner-freebsd-net@freebsd.org Thu Nov 29 18:53:26 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 89A1E1149287 for ; Thu, 29 Nov 2018 18:53:26 +0000 (UTC) (envelope-from reko.turja@liukuma.net) Received: from cerebro.liukuma.net (cerebro.liukuma.net [IPv6:2a00:dd80:20::47f]) by mx1.freebsd.org (Postfix) with ESMTP id C25017D129; Thu, 29 Nov 2018 18:53:25 +0000 (UTC) (envelope-from reko.turja@liukuma.net) Received: from cerebro.liukuma.net (localhost [127.0.0.1]) by cerebro.liukuma.net (Postfix) with ESMTP id C143CAA7046; Thu, 29 Nov 2018 20:53:14 +0200 (EET) X-Virus-Scanned: amavisd-new at liukuma.net Received: from cerebro.liukuma.net ([127.0.0.1]) by cerebro.liukuma.net (cerebro.liukuma.net [127.0.0.1]) (amavisd-new, port 10026) with LMTP id bIdCKv4j_9mK; Thu, 29 Nov 2018 20:53:14 +0200 (EET) Received: from RIVENDELL (dsl-olubng11-54f81b-200.dhcp.inet.fi [84.248.27.200]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) (Authenticated sender: ignatz@cerebro.liukuma.net) by cerebro.liukuma.net (Postfix) with ESMTPSA id C382CAA7044; Thu, 29 Nov 2018 20:53:13 +0200 (EET) DKIM-Filter: OpenDKIM Filter v2.10.3 cerebro.liukuma.net C382CAA7044 Message-ID: <32E091147E14489BAA213DB54E5984F8@RIVENDELL> From: "Reko Turja" To: , "Sean Bruno" References: <0C21716CF5BF4F21B4E45E22BD38208D@RIVENDELL> <219a9cb5-9612-0c8d-183d-bbe1692f9260@freebsd.org> In-Reply-To: <219a9cb5-9612-0c8d-183d-bbe1692f9260@freebsd.org> Subject: Re: Freebsd and 6rd Date: Thu, 29 Nov 2018 20:53:22 +0200 MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset="utf-8"; reply-type=original Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal Importance: Normal X-Mailer: Microsoft Windows Live Mail 16.4.3528.331 X-MimeOLE: Produced By Microsoft MimeOLE V16.4.3528.331 X-Rspamd-Queue-Id: C25017D129 X-Spamd-Result: default: False [-4.07 / 15.00]; ARC_NA(0.00)[]; RCVD_VIA_SMTP_AUTH(0.00)[]; R_DKIM_ALLOW(-0.20)[liukuma.net]; NEURAL_HAM_MEDIUM(-1.00)[-1.000,0]; FROM_HAS_DN(0.00)[]; TO_DN_SOME(0.00)[]; R_SPF_ALLOW(-0.20)[+ip6:2a00:dd80:20::47f/128]; TO_MATCH_ENVRCPT_ALL(0.00)[]; MIME_GOOD(-0.10)[text/plain]; STOX_REPLY_TYPE(1.00)[]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; RCVD_COUNT_THREE(0.00)[4]; DKIM_TRACE(0.00)[liukuma.net:+]; RCPT_COUNT_TWO(0.00)[2]; HAS_X_PRIO_THREE(0.00)[3]; MX_GOOD(-0.01)[cached: cerebro.liukuma.net]; DMARC_POLICY_ALLOW(-0.50)[liukuma.net,quarantine]; NEURAL_HAM_SHORT(-1.00)[-0.998,0]; RCVD_NO_TLS_LAST(0.10)[]; FROM_EQ_ENVFROM(0.00)[]; MID_RHS_NOT_FQDN(0.50)[]; IP_SCORE(-1.66)[ip: (-2.86), ipnet: 2a00:dd80:20::/48(-1.43), asn: 36236(-3.92), country: US(-0.09)]; ASN(0.00)[asn:36236, ipnet:2a00:dd80:20::/48, country:US]; RECEIVED_SPAMHAUS_PBL(0.00)[200.27.248.84.zen.spamhaus.org : 127.0.0.10] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 29 Nov 2018 18:53:26 -0000 -----Original Message----- Sent: Thursday, November 29, 2018 8:42 PM Subject: Re: Freebsd and 6rd > Same here. I followed the Century Link "How to" to activate 6rd on my > DSL router, and then added the following to my desktop behind it to get > things up and running: > ipv6_prefer="YES" > rtsold_enable="YES" > rtsold_flags="-dF em0" > "em0" will vary for your use case here, but this allows me to have > routeable ipv6 from my desktop. What I forgot to mention - really sorry about that - is that my connection to FBSD 11.2 firewall/router box is bridged on DSL modem. DSL modem can get the 6rd without problems but the less linux kernel/tcp stack and operator set blackbox I have on signal path, the better... -Reko