Recently I decided to upgrade my wireless network at home. My current setup is a pfsense firewall and a airport extreme accesspoint.
For my new Wireless LAN I decided to implement WPA2 Enterprise with EAP-TTLS and a radius backend.
From the wiki entry of EAP-TTLS:
"EAP-TTLS offers very good security. The client does not need be authenticated via a CA-signed PKI certificate to the server, but only the server to the client. This greatly simplifies the setup procedure as a certificate does not need to be installed on every client."
First I describe the installation of the freeRADIUS server and the configuration of the Airport Extreme. Next the client configuration on OS/X Leopard and finally the installation of a EAP client for windows that supports TTLS on Windows XP/Vista.
Continue reading "WPA2 Enterprise with 802.1x / EAP-TTLS" »

Paros is a proxy program you can use to evaluate the security of web applications. It's free of charge and runs completely in Java. Through Paros's proxy nature, all HTTP and HTTPS data between server and client, including cookies and form fields, can be intercepted and modified.
In this first article I describe how to install Paros in Ubuntu 8.04 LTS, in a future article I give a description of installing it in OS/X and a brief description of the workings.
Continue reading "Paros Web Proxy on Ubuntu 8.04 LTS" »
We use OpenVPN a lot.
In the Tiger days I used Tunnelblick and everything was fine. But now in the Leopard days things are less than optimal. Tunnelblick crashes a lot, isn't updated in a while and gave al sorts of routing problems.
So I decided to compile the latest and greatest from source and start the VPN connection from the Terminal. Although I miss the visual indicator this works very well at the moment. Maybe I make a GUI frontend in the future but for now I can connect steady to our servers.
Continue reading "Compiling Openvpn on OS/X Leopard" »