Same priority pf/altq queues not supported?

2010-07-04 Thread Maxim Khitrov
Hello all, I'm configuring pf on FreeBSD 7.3 and would like to use the following altq settings: altq on $ext priq bandwidth 9240Kb queue {low, red, med, top} altq on {$int1, $int2, $srv} priq bandwidth 100Mb queue {low, red, med, top} queue low priority 1 priq(default) # Default priority queue

pf and ftp

2010-07-04 Thread Vadym Chepkov
Hi, pftpx port was removed in FreeBSD. How does one configure pf firewall to work with ftp protocol nowadays? Thank you, Vadym Chepkov___ freebsd-pf@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-pf To unsubscribe, send any

Re: pf and ftp

2010-07-04 Thread olli hauer
On 2010-07-04 18:42, Vadym Chepkov wrote: > Hi, > > pftpx port was removed in FreeBSD. How does one configure pf firewall to work > with ftp protocol nowadays? > > Thank you, use ftp-proxy instead, it is included in the OS. ___ freebsd-pf@freebsd.org

Re: pf and ftp

2010-07-04 Thread Vadym Chepkov
interesting, at some point pftpx was claimed to be a replacement for ftp-proxy, I distinctly remember that. But according to port it's now part of the base FreeBSD. I guess these things do happen :) Thanks, Vadym On Jul 4, 2010, at 1:01 PM, Jille Timmermans wrote: > Hi, > > ftp-proxy(8) is

Re: pf and ftp

2010-07-04 Thread Jille Timmermans
Hi, ftp-proxy(8) is what you are looking for :) http://www.openbsd.org/faq/pf/ftp.html -- Jille Vadym Chepkov schreef: > Hi, > > pftpx port was removed in FreeBSD. How does one configure pf firewall to work > with ftp protocol nowadays? > > Thank you, > Vadym Chepkov

Re: pf and ftp

2010-07-04 Thread olli hauer
If I remember correctly the there was first pftpx and a (unusable) buid-in ftp-proxy. Then ftpseesame was build as successor of pftpx and this went into the system. Now the build-in ftp-proxy was extend to for ipv6 ... pftpx/ftpsesame site: http://www.sentia.org/projects/ftpsesame/ lasted version

Re: pf and ftp

2010-07-04 Thread Vadym Chepkov
And it's broken now too :( ===> ftp-proxy-4.4p1_1 depends on shared library: event-1.4 - found ===> Configuring for ftp-proxy-4.4p1_1 ===> Building for ftp-proxy-4.4p1_1 Warning: Object directory not changed from original /usr/ports/ftp/ftp-proxy/work/ftp-proxy-4.4p1 cc -O -pipe -march=athlon

Re: pf and ftp

2010-07-04 Thread Vadym Chepkov
true that, but 6.4 still didn't reach EOL On Jul 4, 2010, at 2:01 PM, Remko Lodder wrote: > > It's included in 8 by default, and perhaps even 7. > > 'man ftp-proxy' does miracles, perhaps you do not even need to build it :) > > > On Jul 4, 2010, at 7:57 PM, Vadym Chepkov wrote: > >> And it'

Re: pf and ftp

2010-07-04 Thread olli hauer
On 2010-07-04 19:57, Vadym Chepkov wrote: > And it's broken now too :( > > ===> ftp-proxy-4.4p1_1 depends on shared library: event-1.4 - found > ===> Configuring for ftp-proxy-4.4p1_1 > ===> Building for ftp-proxy-4.4p1_1 > Warning: Object directory not changed from original > /usr/ports/ftp/

Re: pf and ftp

2010-07-04 Thread Vadym Chepkov
6.4 And it seems for some reasons this line in Makefile doesn't take affect: CFLAGS+=-I${LOCALBASE}/include I did make configure modified generated port's Makefile manually and then make build was successful Vadym On Jul 4, 2010, at 2:12 PM, olli hauer wrote: > On 2010-07-04 19:57,

Re: pf and ftp

2010-07-04 Thread olli hauer
On 2010-07-04 20:07, Vadym Chepkov wrote: > true that, but 6.4 still didn't reach EOL > > > On Jul 4, 2010, at 2:01 PM, Remko Lodder wrote: > >> >> It's included in 8 by default, and perhaps even 7. >> >> 'man ftp-proxy' does miracles, perhaps you do not even need to build it :) >> So it's best

Re: pf and ftp

2010-07-04 Thread Vadym Chepkov
that one didn't work for me, that's why I went to pftpx to begin with. From ports it seems to be working fine at the moment. I am preparing to upgrade to 7.x and the very first step is to make sure all ports work :) So hopefully it will be removed soon anyway. Thank you, Vadym On Jul 4, 2010,