Date: Wed, 6 Nov 2002 23:56:27 +0100 From: Thomas Spreng <spreng@socket.ch> To: freebsd-questions@freebsd.org Subject: Re: NAT question Message-ID: <20021106225627.GA59502@rock.stable.ch> In-Reply-To: <3DC940EF.9520.511A225@localhost> References: <3DC940EF.9520.511A225@localhost>
next in thread | previous in thread | raw e-mail | index | archive | help
On Wed, Nov 06, 2002 at 04:18:55PM -0500, Alvaro Rosales R. wrote: > Hi fellows Im trying to setup natd on my FreeBDS 4.5 box, And I want to test my clients I > have starte natd an put the open parameter on the firwall flags., but when I ping an > internet address from my client (my client has as default gateway the internal ip address > of the natd box).What would I need to do to make mi clients ping an external ip > address?. > Thanks in advance Hi, have you set up a nat rule for your internal ip address range? If not, you need to map them to your 'official' ip address. Using ipnat that rule would look like: map [external interface] [internal ip range] -> 0.0.0.0/32 if you're using natd check the manual for the corresponding rule. cheers, tom To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20021106225627.GA59502>