Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 04 Sep 2004 13:31:35 +0200
From:      Greg Armer <greg@propdata.co.za>
To:        IPFW List <freebsd-ipfw@freebsd.org>
Subject:   [Fwd: Re: Proftp ipfw rule]
Message-ID:  <1094297495.15945.7.camel@fyre.codelounge.co.za>

next in thread | raw e-mail | index | archive | help
I set up proftpd with: 

PassivePorts 10050 10080

and ipfw rules as follows,

add allow tcp from any to any established
add allow tcp from any to any 21 setup
add allow tcp from any to any 10050-10080

Works like a charm

HTH

Greg

On Sat, 2004-09-04 at 11:01, Scott Stahl wrote: 

> I need to allow access to my ftp server and am having problems.
> 
> I have the following in my proftpd.conf:
> 
> PassivePorts 49152 65534
> 
> I also have the following in my ipfw.conf:
> 
> add 02500 allow tcp from any to any 49152-65534
> 
> This doesn't seem to work unless I disable the firewall.  Any help would be
> greatly appreciated.
> 
> Scott.
> 
> 
> _______________________________________________
> freebsd-ipfw@freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-ipfw
> To unsubscribe, send any mail to "freebsd-ipfw-unsubscribe@freebsd.org"



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1094297495.15945.7.camel>