From owner-freebsd-hackers Thu Jul 18 15:24:23 1996 Return-Path: owner-hackers Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id PAA23686 for hackers-outgoing; Thu, 18 Jul 1996 15:24:23 -0700 (PDT) Received: from gateway.tcsi.com (tcsi.com [137.134.47.2]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id PAA23679 for ; Thu, 18 Jul 1996 15:24:21 -0700 (PDT) Received: from draco.tcs.com (draco.tcs.com [137.134.40.2]) by gateway.tcsi.com (8.7.4/8.7.3) with ESMTP id PAA05006; Thu, 18 Jul 1996 15:24:13 -0700 (PDT) Received: from cozumel.tcs.com (cozumel.tcs.com [137.134.104.12]) by draco.tcs.com (8.7.5/8.7.3) with ESMTP id PAA16790; Thu, 18 Jul 1996 15:24:32 -0700 (PDT) From: Douglas Ambrisko Received: (ambrisko@localhost) by cozumel.tcs.com (8.6.10/8.6.10) id PAA01404; Thu, 18 Jul 1996 15:24:10 -0700 Message-Id: <199607182224.PAA01404@cozumel.tcs.com> Subject: Re: Retake .. Re: IP masquerading over tunel device To: brandon@tombstone.sunrem.com (Brandon Gillespie) Date: Thu, 18 Jul 1996 15:24:10 -0700 (PDT) Cc: freebsd-hackers@FreeBSD.ORG In-Reply-To: from "Brandon Gillespie" at Jul 18, 96 02:43:43 pm X-Mailer: ELM [version 2.4 PL25] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-hackers@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Brandon Gillespie writes: | | Ok, so now that the responses seem to have settled, what is the | solution? I saw many different solutions proposed, with some being | related? To reiterate: | | 1: P100 + FreeBSD + Modem | 1: PowerMAC + MacOS 7.5 | | Both have network cards, I want to use the FreeBSD box as a | router/proxy/gateway/whatever to the PPP device so the mac can access the | internet through this machine. My references to Win95 were in regard to a | friend who has the same setup, but with a Win95 machine instead, and he | has it working in Linux. | | I have full control over the dialup system I am connecting to (I run | it). Infact, it is a multiport master off a FreeBSD box. | | I have no problem in upgrading the P100 to -CURRENT, if this is the | solution, but once there what do I need to do? The solution I use at home, is to run Socks on my gateway machine and then setup everything to go through that. Since Netscape supports Socks, things work well at with 4 machines running FreeBSD/MS-Windows sharing one ppp session. The problem is that Socks5 is really nice except it is a very fast moving target so the version on ftp.nec.com keeps changing. Also things work and then things break between releases. I've submitted some bug fixes back to the author and it I hope the next release should work well again. Unfortunately due to licensing terms we can't save off a version else where on the net. Anyways it is something to checkout, http://www.socks5.nec.com, there are also "wedges" to socks'ify non socks stuff. Doug A.