Re: [HEADS UP] merging projects/pf into head

2012-09-07 Thread Mark Atkinson
On 09/05/2012 11:36, Gleb Smirnoff wrote: > What's bad with "getting stuck" with old syntax? I personally don't > have any problems with it. I have had problems with performance, > however. Just as an aside is there a decent set of stable web docs for FreeBSD's current syntax? I'm constantly bur

Re: ftp problem

2010-01-07 Thread Mark Atkinson
On 01/07/10 10:26, M. Keith Thompson wrote: It does a list first to see which file to get. Then it tries to download the 1st file. It starts downloading the file around: 14:40:49.668739 Yep, I see that, the only anomoly is no '226 transfer complete' on the command channel after the Fin + P

Re: ftp problem

2010-01-07 Thread Mark Atkinson
On 01/06/10 13:40, M. Keith Thompson wrote: 14:40:49.329499 IP vvv.zzz.226.92.50201> xxx.yyy.15.125.ftp: P 80:105(25) ack 755 win 17680 0x: 4500 004d 3160 3406 26e0 a4eb e25c E..M1`..4.&\ 0x0010: 97a6 0f7d c419 0015 1590 303f bf82 ad2d ...}..0?...-

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: Personal firewall with two interfaces

2008-12-09 Thread Mark Atkinson
one and rename your interfaces (based on which one is inserted -- maybe via devd). You could also code something up in like /etc/rc.d/early.sh to figure out which one is available and rename it. for example: ifconfig msk0 name external ifconfig xl0 name internal ifconfig sk0 name wireless and

Re: udp fragmentation

2007-07-09 Thread Mark Atkinson
tation is presented to your device under test. Note that you have to use -p (preserve header) for sending any fragments smaller than the protocol header. -- Mark Atkinson [EMAIL PROTECTED] (!wired)?(coffee++):(wired); ___ freebsd-pf@freebsd.org mailing li