On 12/16/05, Joe S <[EMAIL PROTECTED]> wrote: > I've had the same problem for years. :) > Finally tossed the box. I'm going to regret that move if a solution is > found. :( Yes, the solution (read: hack) works and I've verified it with with a few other people and several units of my own. Throughput using OpenBSD is surprisingly good, I was able to achieve ~48mbit/s of packet-passing throughput (@1500byte packets) from one fxp interface to another with PF/NAT. I was able to scp ~18-20mbit/s to the unit as well, openssl speed tests weren't wonderful but weren't shabby for the hardware it resides on:
# openssl speed -evp aes-128-cbc Doing aes-128-cbc for 3s on 16 size blocks: 1142781 aes-128-cbc's in 3.01s Doing aes-128-cbc for 3s on 64 size blocks: 390725 aes-128-cbc's in 3.01s Doing aes-128-cbc for 3s on 256 size blocks: 101947 aes-128-cbc's in 3.00s Doing aes-128-cbc for 3s on 1024 size blocks: 25829 aes-128-cbc's in 2.99s Doing aes-128-cbc for 3s on 8192 size blocks: 3135 aes-128-cbc's in 3.00s OpenSSL 0.9.7g 11 Apr 2005 options:bn(64,32) md2(int) rc4(idx,int) des(ptr,risc1,16,long) aes(partial) blowfish(idx) available timing options: USE_TOD HZ=100 [sysconf value] timing function used: getrusage The 'numbers' are in 1000s of bytes per second processed. type 16 bytes 64 bytes 256 bytes 1024 bytes 8192 bytes aes-128-cbc 6079.00k 8313.82k 8699.48k 8839.32k 8560.64k > BTW, FreeBSD or Linux(yuck) worked ok, as in, it booted fine. They all boot and run fine. I independently confirmed NetBSD 3.0RC6 and FreeBSD 6.0 as well.

