Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 1 Aug 2001 21:55:20 -0500 (EST)
From:      Andre LeClaire <leclaire@switzcpl.lib.in.us>
To:        alexus <ml@db.nexgen.com>
Cc:        freebsd-ipfw@FreeBSD.ORG
Subject:   Re: pcAnywhere
Message-ID:  <Pine.BSF.4.21.0108012135130.5745-100000@switzcpl.lib.in.us>
In-Reply-To: <009701c11ae1$ab2a6290$0d00a8c0@alexus>

next in thread | previous in thread | raw e-mail | index | archive | help
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!

Andre


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.
> > 
> > Andre
> > 
> > 
> > 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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.4.21.0108012135130.5745-100000>