Atlantilde Blog de Alexandre Anriot

Materiel

Introduction

J'ai possédé par le passé différents types de stations de travail / serveurs, notamment dans le cadre du portage d'applications sur OpenBSD. Machines Sparc, UltraSparc, serveurs Alpha 1000A et DS10A, machines Apple (m68k), Zaurus, etc.

Voici une liste de matériel subsistant à l'heure actuelle.

Matériel Soekris

Modèles :

  • 2x Net4501 + carte vpn1401 + carte wireless MP-2511MP Plus + carte CompactFlash 128 Mo + alimentation ;
  • 1x Net4801 + carte lan1621 + carte ComptaFlash 128 Mo + 1 kit de montage pour disque dur 2,5" + alimentation.

Cartes VPN (test via hifn(4) sur une plateforme OpenBSD 3.7) :

$ sudo sysctl kern.usercrypto
kern.usercrypto=0

$ sudo openssl speed -evp aes-256-cbc
To get the most accurate results, try to run this
program when this computer is idle.
Doing aes-256-cbc for 3s on 16 size blocks: 118091 aes-256-cbc's in 2.99s
Doing aes-256-cbc for 3s on 64 size blocks: 31088 aes-256-cbc's in 2.95s
Doing aes-256-cbc for 3s on 256 size blocks: 7859 aes-256-cbc's in 2.98s
Doing aes-256-cbc for 3s on 1024 size blocks: 1959 aes-256-cbc's in 2.98s
Doing aes-256-cbc for 3s on 8192 size blocks: 242 aes-256-cbc's in 2.93s
OpenSSL 0.9.7d 17 Mar 2004
built on: date not available
options:bn(64,32) md2(int) rc4(idx,int) des(ptr,risc1,16,long) aes(partial) blowfish(idx)
compiler: information not available
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-256-cbc 631.46k 675.53k 674.15k 672.17k 676.68k

$ sudo sysctl kern.usercrypto=1
kern.usercrypto: 0 -> 1

$ sudo openssl speed -evp aes-256-cbc
To get the most accurate results, try to run this
program when this computer is idle.
Doing aes-256-cbc for 3s on 16 size blocks: 6343 aes-256-cbc's in 0.16s
Doing aes-256-cbc for 3s on 64 size blocks: 6281 aes-256-cbc's in 0.09s
Doing aes-256-cbc for 3s on 256 size blocks: 6055 aes-256-cbc's in 0.17s
Doing aes-256-cbc for 3s on 1024 size blocks: 4919 aes-256-cbc's in 0.07s
Doing aes-256-cbc for 3s on 8192 size blocks: 1747 aes-256-cbc's in 0.05s
OpenSSL 0.9.7d 17 Mar 2004
built on: date not available
options:bn(64,32) md2(int) rc4(idx,int) des(ptr,risc1,16,long) aes(partial) blowfish(idx)
compiler: information not available
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-256-cbc 649.52k 4287.83k 9018.65k 71637.62k 305310.38k

Ces informations sont également disponibles sur Bsdcow.

Matériel divers

  • 1x Zaurus SL-C3000 + carte wireless NL-2511CF (Mercury) + adaptateur Linksys USB200M (usb-ethernet).