From owner-freebsd-questions Mon Feb 28 7:53:18 2000 Delivered-To: freebsd-questions@freebsd.org Received: from cytosine.dhs.org (cx272244-a.orng1.occa.home.com [24.1.177.149]) by hub.freebsd.org (Postfix) with ESMTP id 9861337B722 for ; Mon, 28 Feb 2000 07:53:14 -0800 (PST) (envelope-from bhishan@cytosine.dhs.org) Received: (from bhishan@localhost) by cytosine.dhs.org (8.9.3/8.9.3) id HAA08085; Mon, 28 Feb 2000 07:53:11 -0800 (PST) (envelope-from bhishan) From: Bhishan Hemrajani Message-Id: <200002281553.HAA08085@cytosine.dhs.org> Subject: Re: NATD Internet Gateway In-Reply-To: <20000227230830.A67610@kearneys.ca> from Brent Kearney at "Feb 27, 2000 11:08:30 pm" To: Brent Kearney Date: Mon, 28 Feb 2000 07:53:11 -0800 (PST) Cc: Jeremy , FreeBSD Questions X-Mailer: ELM [version 2.4ME+ PL68 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG The only way I know of how to do this is using redirect_port with natd. I have searched myself for something like this myself, but most programs that I have run into were fixed with redirect_port. What you do is make a conifg file in /etc for natd (ie: /etc/natd.conf) and have the ports you need to redirect in there. This is one I have for IRC: redirect_port tcp 192.168.0.11:1024 1024 (note: you need to have more of those for more transfers, each port higher than the other) And you can configure mirc for windows to use certain ports so that it doesn't conflict with the ports of the other computers you have on your lan. Hope this helps. --bhishan > > Dear Sir or Madam, > > I am currently running a NATD internet gateway which provides my LAN > > (consisting of win98SE machines) access to my Satelite internet uplink. > > The gateway is running FreeBSD3.2 Stable. > > > > I am looking for a way to have FreeBSD forward packets throughout my LAN in > > the same way that the Sygate program for Windows 9x/NT does. With Sygate, > > internet games all worked without extra configuration of the host, as did > > DCC file transfers, FTP files transfers, etc.. I know there is a way to set > > this up, but as yet it alludes me. > > > > Any advice or reference would be greatly appreciated. > > > > Jeremy, consider installing socks5 (/usr/ports/net/socks5). Although > it's for Linux, this HOWTO will help you configure the necessary files > to do what you're trying to accomplish: > > http://dcfonline.sfu.ca/ying/linux/socks5/index.html > > Good luck! > > -Brent > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message