From owner-freebsd-hackers Wed Mar 12 15:33:24 2003 Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BFB0437B404 for ; Wed, 12 Mar 2003 15:33:22 -0800 (PST) Received: from ambrisko.com (adsl-64-174-51-42.dsl.snfc21.pacbell.net [64.174.51.42]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5D41F43FBD for ; Wed, 12 Mar 2003 15:29:34 -0800 (PST) (envelope-from ambrisko@www.ambrisko.com) Received: from www.ambrisko.com (localhost [127.0.0.1]) by ambrisko.com (8.12.6/8.12.6) with ESMTP id h2CNTYhZ004122 for ; Wed, 12 Mar 2003 15:29:34 -0800 (PST) (envelope-from ambrisko@www.ambrisko.com) Received: (from ambrisko@localhost) by www.ambrisko.com (8.12.6/8.12.6/Submit) id h2CNSIUt004047; Wed, 12 Mar 2003 15:28:18 -0800 (PST) (envelope-from ambrisko) From: Doug Ambrisko Message-Id: <200303122328.h2CNSIUt004047@www.ambrisko.com> Subject: Re: redirect everything to socks5 In-Reply-To: <20030310231600.GA62069@stone.locallink.net> To: Keith Pitcher Date: Wed, 12 Mar 2003 15:28:18 -0800 (PST) Cc: freebsd-hackers@FreeBSD.ORG X-Mailer: ELM [version 2.4ME+ PL94b (25)] MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=US-ASCII Sender: owner-freebsd-hackers@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Keith Pitcher writes: | Living in rural slow connection land, I've been playing around with | satellite Internet. The problem is the company only has Win | drivers. (Linux driver is in the works, but no plans to open source it, will be | released as a binary - the bastards) | | Anyhow, to get the download speed of the satellite it uses a http proxy and | a socks5 proxy. This works fine for things that allow proxies or socks. But | there are a lot of things that don't support it. | | Is there a way to "socksify" everything my freebsd box does, so no | matter what I do, I can just point it to the socks machine and it works? "runsocks" works for most apps as long as they use a shared libc and don't link to libc_r. If they use libc_r you need to make a libc_r shim for that. Also a libc shim for Linux would be needed for Linux apps that use a shared libc. Now I did find that Netscape and runsocks/socks gateway had trouble with https type transfers. Doing a packet capture it would do an unencrupted request, fail and then reture with an encrypted request. This confused the state of the proxied connection. | Would also be handy to have a way to "socksify" the box when it acts as a | network gateway, so I'd only have one really strangely configured machine and | the rest would be normal. You might be able to do a nat like thing to a socks proxy via divert. Another work-around is to run a "gateway/router" thing on a Windows box and then point your machine to that gateway and it would socksify the transfer to the other network. This actually works well except for depending on a Windows box. Not knowing enough about these things but slightly interested in DirectWay for our trailer I've read about interfaces that go to Ethernet or 802.11b. I wonder if these can automatically do that since I don't use Windows I would need that type of solution. Doug A. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message