From owner-freebsd-questions Wed Feb 9 20:40:23 2000 Delivered-To: freebsd-questions@freebsd.org Received: from dan.emsphone.com (dan.emsphone.com [199.67.51.101]) by builder.freebsd.org (Postfix) with ESMTP id 2F5984385 for ; Wed, 9 Feb 2000 20:40:19 -0800 (PST) Received: (from dan@localhost) by dan.emsphone.com (8.9.3/8.9.3) id WAA78876; Wed, 9 Feb 2000 22:39:51 -0600 (CST) (envelope-from dan) Date: Wed, 9 Feb 2000 22:39:51 -0600 From: Dan Nelson To: Ivan Fetch Cc: freebsd-questions@FreeBSD.ORG Subject: Re: What can natd forward besides telnet, ftp, http, Etc? Message-ID: <20000209223951.A78747@dan.emsphone.com> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0.1i In-Reply-To: ; from "Ivan Fetch" on Wed Feb 9 21:20:31 GMT 2000 X-OS: FreeBSD 4.0-CURRENT Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG In the last episode (Feb 09), Ivan Fetch said: > I was wondering where there might be a list of what natd can > forward "automatically" besides telnet, ftp, http, Etc. More > specifically, I am using FreeBSD 3.4-release and natd as a very nice > gateway. I notice that one of the things which is not forwarded from > the internal network to the internet is VPN packets sent from one of > the win98 clients. IS it possible to have these packets be forwarded > (I know with Linux this took some patching and such)? What else > (real audio?) does natd have "difficulty" forwarding from the > internal network to the outside world? Natd will automatically forward any outgoing TCP or UDP stream. It only needs special knowledge of the few programs that embed IP numbers in the data stream (ftp being the most common one). Win98's PPTP tunnel doesn't use TCP or UDP, so it's a bit harder for natd. You can try the "-pptpalias localIP" option, to let a single internal machine use PPTP. -- Dan Nelson dnelson@emsphone.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message