ftp problem

2010-01-06 Thread M. Keith Thompson
I have a very screwy problem. I have a pure-ftp server running pf on FreeBSD 7.0. For the most part the server works fine; users upload and download multi-megabyte files daily. However, I have one client (HP-UX) that can not get files larger that 98K. If I turn off pf, it works fine. The pflog

Re: ftp problem

2010-01-06 Thread Peter Maxwell
2010/1/6 M. Keith Thompson : > I have a very screwy problem.  I have a pure-ftp server running pf on > FreeBSD 7.0.  For the most part the server works fine; users upload > and download multi-megabyte files daily.  However, I have one client > (HP-UX) that can not get files larger that 98K.  If I t

Re: ftp problem

2010-01-06 Thread M. Keith Thompson
The states and tcpdump are with scrub turned off. I tried that and it did not change things. Begin of pf.conf --- ext_if="em0" ext_IP="xxx.yyy.15.125" local_if="lo0" net_eng="{xxx.yyy.103.224/27 xxx.yyy.203.248/29 aaa.bbb.44.62/32}" pingers="{xxx.yyy.24.13/32 xxx.yyy.24.119/32}" # Nor

Re: ftp problem

2010-01-06 Thread Mark Atkinson
On 01/06/10 09:57, M. Keith Thompson wrote: The states and tcpdump are with scrub turned off. I tried that and it did not change things. Unsuccessful: self tcp xxx.yyy.15.125:21<- vvv.zzz.226.92:50187 TIME_WAIT:TIME_WAIT self tcp xxx.yyy.15.125:20<- vvv.zzz.226.92:59433 FIN_WAIT_2:

Re: ftp problem

2010-01-06 Thread M. Keith Thompson
On 01/06/10 09:57, M. Keith Thompson wrote: > The states and tcpdump are with scrub turned off. I tried that and it > did not change things. > > Unsuccessful: > > self tcp xxx.yyy.15.125:21<- vvv.zzz.226.92:50187 TIME_WAIT:TIME_WAIT > self tcp xxx.yyy.15.125:20<- vvv.zzz.226.92:59433 F