Wednesday 29 September 2010

Finally got OpenVPN and Firestarter to play nice

My last post indicated there were web pages out there you could refer to to get Firestarter and OpenVPN to work together.

However the following link provided me with the details for MY situation (your own may obviously be different)

http://ignore-your.tv/2006/08/03/openvpn-and-firestarter/

So, for me I had to update the user-pre file with details of my tap interface. Thus I added the following:-

$IPT -A INPUT -i tap+ -j ACCEPT
$IPT -A OUTPUT -o tap+ -j ACCEPT

To find out if you must add details for a tap or tun interface, run the command 'ifconfig -a' from your command line and look for the 'tap0' or 'tun0' (or similar text). Note, this of course will only show up IF your VPN is already up and running - but not working (due to Firestarter ;-)

Friday 24 September 2010

Security - Linux style

Maybe it's because I have been left scarred by my use of Windows or maybe it's simply good sense but I am adding a firewall and virus checker to my Fedora install.