question about ipfw syntax

Gilberto Villani Brito linux at giboia.org
Tue Apr 25 13:04:24 UTC 2006


Add this rules:
$cmd 00540 divert natd all from any to <external ip> 5000 in via fxp1
$cmd 00541 divert natd all from <internal ip of computer> 5000 to any out via fxp1

Gilberto


On Sun, 23 Apr 2006 21:44:17 -0400
"Tom Cruickshank" <tcruicksh at gmail.com> wrote:

> Hello,
> 
>      I_m running Freebsd 6.0 and trying to do port forwarding on port 5000
> using ipfw.
> 
>  
> 
> Here is what I currently have.
> 
> Cmd = _ipfw _q add _  
> 
>  
> 
>  
> 
> $cmd 00530 accept all from any any to <external ip> 5000 in via fxp0
> 
> $cmd 00535 accept all from any any to <internal ip of computer> 5000 out via
> fxp0
> 
> /sbin/natd -n fxp0 redirect_port tcp <internal ip>:5000 5000
> 
>  
> 
>  
> 
> Would this be the correct method to have port 5000 open on my firewall?
> 
>  
> 
> Please let me know. Thanks.
> 
>  
> 
> Tom
> 
>  
> 
> 
> -- 
> No virus found in this outgoing message.
> Checked by AVG Free Edition.
> Version: 7.1.385 / Virus Database: 268.4.5/322 - Release Date: 4/22/2006
>  
> _______________________________________________
> freebsd-ipfw at freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-ipfw
> To unsubscribe, send any mail to "freebsd-ipfw-unsubscribe at freebsd.org"
> 


More information about the freebsd-ipfw mailing list