From owner-freebsd-questions Tue Sep 24 13:46:45 1996 Return-Path: owner-questions Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id NAA23605 for questions-outgoing; Tue, 24 Sep 1996 13:46:45 -0700 (PDT) Received: from alaska.net (root@calvino.alaska.net [206.149.65.3]) by freefall.freebsd.org (8.7.5/8.7.3) with SMTP id NAA23562 for ; Tue, 24 Sep 1996 13:46:29 -0700 (PDT) Received: from hmmm.alaska.net by alaska.net (5.x/SMI-SVR4) id AA23988; Tue, 24 Sep 1996 12:45:40 -0800 Date: Tue, 24 Sep 1996 20:46:37 +0000 () From: hmmm To: dwhite@resnet.uoregon.edu Cc: Mitch James , questions@FreeBSD.org Subject: Re: Private network & routing to the internet via PPP w/one IP In-Reply-To: Message-Id: Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-questions@FreeBSD.org X-Loop: FreeBSD.org Precedence: bulk > > and want to route the private network IP's in and out to the Internet. > Question: Are the private LAN's IP addresses Internet-legal? If yes, you > should be able to enable gatewaying in /etc/sysconfig and all should be > well. If not, you'll have to use SOCKS or NAT as a proxy server. > > Yes, there is a socks5 port at > ftp://ftp.freebsd.org/pub/FreeBSD/ports/net/socks5 reading iijPPP docs, i see that it does arp proxying. isn't this good enough? do you still need SOCKS or other stuff?