Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 26 May 1999 14:39:50 -0600
From:      Oscar Bonilla <obonilla@fisicc-ufm.edu>
To:        Nick Faso <fason@aasis.albany-academy.org>
Cc:        freebsd-questions@FreeBSD.ORG
Subject:   Re: natd syntax
Message-ID:  <19990526143949.B344@fisicc-ufm.edu>
In-Reply-To: <Pine.BSF.3.95q.990526163549.5935A-100000@aasis.albany-academy.org>; from Nick Faso on Wed, May 26, 1999 at 04:36:31PM -0400
References:  <Pine.BSF.3.95q.990526163549.5935A-100000@aasis.albany-academy.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On Wed, May 26, 1999 at 04:36:31PM -0400, Nick Faso wrote:
> I want to redirect everything directed to port 7837, on 10.0.0.2 . If you
> could please assist me with this. I tried -port_redirect tcp 10.0.0.2:7837
> 205.131.13.80:7837   ....but i got an error.
> Thanks,
> Nick
> 

ipfw add 300 forward 205.131.13.80,7837 tcp from any to 10.0.0.2 7837

if you have nat you sure have ipfirewall in your kernel...

regards,

-Oscar

-- 
For PGP Public Key: finger obonilla@fisicc-ufm.edu


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?19990526143949.B344>