From owner-freebsd-net@FreeBSD.ORG Tue Sep 9 23:32:15 2014 Return-Path: Delivered-To: freebsd-net@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 7BB736CD for ; Tue, 9 Sep 2014 23:32:15 +0000 (UTC) Received: from sdf.lonestar.org (mx.sdf.org [192.94.73.24]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mx.sdf.org", Issuer "SDF.ORG" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 40A0D9DB for ; Tue, 9 Sep 2014 23:32:14 +0000 (UTC) Received: from otaku.freeshell.org (IDENT:case@otaku.freeshell.org [192.94.73.9]) by sdf.lonestar.org (8.14.8/8.14.5) with ESMTP id s89NVwF7010757 (using TLSv1/SSLv3 with cipher DHE-RSA-AES256-SHA (256 bits) verified NO); Tue, 9 Sep 2014 23:32:01 GMT Date: Tue, 9 Sep 2014 23:31:58 +0000 (UTC) From: John Case X-X-Sender: case@faeroes.freeshell.org To: Ian Smith Subject: Re: How can sshuttle be used properly with FreeBSD (and with DNS) ? In-Reply-To: <20140909195046.L58647@sola.nimnet.asn.au> Message-ID: References: <20140909183722.R58647@sola.nimnet.asn.au> <20140909195046.L58647@sola.nimnet.asn.au> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: freebsd-net@freebsd.org, John Nielsen X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.18-1 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, 09 Sep 2014 23:32:15 -0000 On Tue, 9 Sep 2014, Ian Smith wrote: > On Tue, 9 Sep 2014 19:33:05, Ian Smith wrote: > > > add 1000 divert natd ip from any to any in recv xl0 > > add 2000 divert natd ip from any to any out xmit xl0 > > Oops, 'ip' should nowadays be 'ip4|ipv4' for divert rules, if ip6 is > configured on that interface. Last I heard, ip6 packets break divert. Thanks for your help. I will try it with two sets of nat and see how it goes...