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 ;-)

No comments: