From owner-freebsd-questions Thu Dec 3 06:09:59 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id GAA11604 for freebsd-questions-outgoing; Thu, 3 Dec 1998 06:09:59 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from ns.cityip.co.za (ns.cityip.co.za [196.25.223.140]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id GAA11596 for ; Thu, 3 Dec 1998 06:09:54 -0800 (PST) (envelope-from wjv@cityip.co.za) Received: from wjv by ns.cityip.co.za with local (Exim 2.05 #1) id 0zlZRa-00058V-00; Thu, 3 Dec 1998 16:09:22 +0200 Message-ID: <19981203160921.A19702@cityip.co.za> Date: Thu, 3 Dec 1998 16:09:21 +0200 From: Johann Visagie To: Greg Quinlan Cc: questions@FreeBSD.ORG Subject: Re: Natd - IP Redirect! References: <01be1ec2$19080fc0$380051c2@greg.qmpgmc.ac.uk> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.93.2i In-Reply-To: <01be1ec2$19080fc0$380051c2@greg.qmpgmc.ac.uk>; from Greg Quinlan on Thu, Dec 03, 1998 at 01:37:40PM -0000 X-PGP: ftp://ftp.cityip.co.za/users/wjv/pubkey.asc Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Thu, 03 Dec 1998 at 13:37 SAST, Greg Quinlan wrote: > > What about socks5? > Is this similar to natd but with proxying? No, quite different (though it may well be used for the same purposes). Socks is a circuit-level proxy (as opposed to application layer proxies like Squid). In order to use socks to proxy a specific service, you need a client for that service which has been adapted to use socks (many web browsers, etc., can do so out of the box). NAT is purely an address translation scheme. It gives users on the internal, reserve-numbered network the illusion that they have full, direct IP connectivity to the Internet. I recommend the natd(8) man page for a succinct but comprehensive description of how the process works. Note that there's no reason why you can't use NAT and proxying (whether circuit- or application-level) simultaneously. -- V Johann Visagie | wjv@CityIP.co.za | Tel: +27 21 419-7878 | ICQ: 20645559 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message