From owner-freebsd-ipfw Fri Aug 3 0:20:41 2001 Delivered-To: freebsd-ipfw@freebsd.org Received: from gekko.i-clue.de (server.ms-agentur.de [62.153.134.194]) by hub.freebsd.org (Postfix) with ESMTP id ECF2337B414 for ; Fri, 3 Aug 2001 00:20:36 -0700 (PDT) (envelope-from so@server.i-clue.de) Received: from i-clue.de (automatix.i-clue.de [192.168.0.112]) by gekko.i-clue.de (8.9.3/8.9.3/SuSE Linux 8.9.3-0.1) with ESMTP id JAA32138; Fri, 3 Aug 2001 09:28:51 +0200 Message-ID: <3B6A5129.406F6F4B@i-clue.de> Date: Fri, 03 Aug 2001 09:22:17 +0200 From: Christoph Sold Reply-To: so@server.i-clue.de X-Mailer: Mozilla 4.78 [en] (WinNT; U) X-Accept-Language: de,en MIME-Version: 1.0 To: alexus Cc: Andre LeClaire , freebsd-ipfw@FreeBSD.ORG Subject: Re: pcAnywhere References: <000901c11ba5$b2f6ff50$0d00a8c0@alexus> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-ipfw@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG alexus wrote: > > i dont' have /etc/natd.conf > > if i only put those lines that you gave me will my NAT work? /etc/natd.conf is not needed in most cases, because the default settings will work out of the box for most users. Just create the file, and put the redirect directives in. HTH -Christoph Sold > ----- Original Message ----- > From: "Andre LeClaire" > > The natd man page really explains it pretty well (even has a couple of > > examples). Say, for example, your inside machine's IP address is > > 192.168.0.1, then you would add to /etc/natd.conf: > > > > redirect_port tcp 192.168.0.1:5631 5631 > > redirect_port udp 192.168.0.1:5632 5632 > > > > then add "-f /etc/natd.conf" to the natd flags in /etc/rc.conf (if you > > haven't already done so). Reboot, and you're ready to go! > > > > On Wed, 1 Aug 2001, alexus wrote: > > > > > i understand that;) > > > > > > which command should i use in order to get it to work? > > > > > > > Yes, you can do this using natd's -redirect_port option. The ports > > > > you need to redirect are TCP 5631 and UDP 5632. > > > > > > > > On Tue, 31 Jul 2001, alexus wrote: > > > > > > > > > i have a windows box behind nat (natd) w/ pcAnywhere 10 > > > > > > > > > > is it possible using ipfw somehow access this computer from outside? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ipfw" in the body of the message