Category Archives: Proxy

How to configure Firestarter to use VPN services on Linux

VPN LinuxIn my experience Firestarter is a effective firewall and, on Linux, it starts automatically every time we boot up Ubuntu. But, when I decided to use a VPN tunnel through openvpn, I had some connection problems. In fact I was able to initialize my VPN services but, after a while, all the internet connections were mysteriously shut down.

The “problem” was Firestarter which cut off the connection as forbidden considering my inbound/outbound Policy.

To solve this matter you have to open a tunnel on Firestarter to allow VPN working:

1- open the configuration file my VPN provider gives to its users (generally its a text file containing all the configuration info used, in my case, by openvpn) and I searched for the IP address of the default starting connection used to authenticate the VPN services (e.g. 177.458.563.25). Save somewhere or memorize this VPN IP address.

2- open a Terminal and type:

sudo nautilus

3- using nautilus go to File System (it’s before home folder) and open etc–>firestarter and open the file user-pre using Gedit (or your preferred text editor)

4- the user-pre file is usually empty so don’t panic and write these lines into it:

iptables -A INPUT -j ACCEPT -s xxx.xxx.xxx.xxx -p esp
iptables -A INPUT -j ACCEPT -s xxx.xxx.xxx.xxx -p udp -m multiport -sports isakmp,10000
iptables -A INPUT -j ACCEPT -i tun+
iptables -A OUTPUT -j ACCEPT -d xxx.xxx.xxx.xxx -p esp
iptables -A OUTPUT -j ACCEPT -d xxx.xxx.xxx.xxx -p udp -m multiport -dports isakmp,10000
iptables -A OUTPUT -j ACCEPT -o tun+

Now you have to substitute the xxx.xxx.xxx.xxx with the VPN IP address you have found at step 1 (in my example was 177.458.563.25).

5- Save the user-pre file and close Gedit and Nautilus

6- open a new Terminal and restart Firestarter typing:

sudo /etc/init.d/firestarter restart

That’all! Now your VPN works on your Linux computer and Firestarter has accepted a new Routed IP Tunnel into its allowed policies configuration.  AddThis

Video – AnonimoX Firefox cuida tu privacidad en internet Ubuntu, Windows etc. by Pedrote2222

AddThis

Use the anonymoX add-on for Firefox to visit website protected by IP selection

What about listening to Pandora or other USA IP-based online music services if you are not into the USA? There are many add-on for Firefox which can help you to use the right proxy for appearing in different places in the world but, in my experience, you can have some difficulties when you try to use them.

In fact the IPs of free proxies change frequently and sometimes you are obliged to spend a lot of time searching for the right IP of free proxies. Other times the free proxy addresses are so overcrowded that you have to wait many seconds before you can visualize webpages.

One exception is anonymoX, a simple add-on for Firefox which always works properly and assure a good connection speed. AnonymoX has two different service levels, the free basic service has fewer features but it really works properly and it’s fast.

With the free level you can choose your favourite IP exit country between USA, UK and NL. You can also decide if you prefer to stealth your web surfing using anonymoX features or the classic TOR servers. Moreover, you can change your fictional ID every times you want also while you are surfing the web.

During all our tests anonymoX was able to assure us a good surfing privacy, in particular we successfully tried to change browser id and we really appreciated the possibility of visiting .onion websites through the Tor option. Recommended!!! AddThis

Google Music con Aplicación también para Linux

Desde hace unos meses Google ya ofrece el servicio Musica por streaming y de poder tener hasta 20.000 canciones almacenada en ” las nubes “; todavía este servicio no está disponible en España y Europa pero es igualmente posible conseguir una invitación.

Ante de todo hay que tener una cuenta de Gmail o crearse una. Luego dirigirse a la pagina de proxy.org para elegir un proxy de USA. Después de elegir el proxy hay que pegar la dirección que permite pedir la invitación a nombre de vuestra cuenta de Gmail y ya esperar que llegue la invitación por parte de Google, yo ya recibí la invitación y ya tengo mi Google Music activado.

Es un servicio muy interesante y funciona muy muy bien, aparte de los Artistas y las Canciones que nos Ofrece Google de forma gratuitas también podemos administrar nuestra música, la que tengamos en nuestro PC y subirla a nuestro Google Music gracias a una Aplicación especifica para Linux ( .deb, rpm, 32/64 bit ), así que ya no hay que instalar la versión para Windows y lanzarla con Wine. También está disponible una Aplicación para Android para que podamos escuchar en Streaming y administrar nuestra música sin tener que llenar la memoria de nuestro Smartphone.

Me parece un excelente servicio por parte de Google, funciona muy bien y sin coste alguno. Os dejo unos enlaces para que podáis pedir la invitación (yo tengo 8 disponibles, si alguien quiere inviar su correo yo puedo enviarle una invitación) y también otros para poder bajar la Aplicación para Android.

Proxy.org: http://proxy.org/

URL Invitación: http://music.google.com/music/usernotinvited.

Aplicación para Android: https://market.android.com/details?id=com.google.android.music

AddThis

I2P a real versatile anonymizing network for Linux and Windows

This week for our Freeware Page, we tested I2P a freeware which let you to surf internet without revealing your IP and encrypt your data. As described on the I2P Homepage, this freeware is a “anonymizing network, offering a simple layer that identity-sensitive applications can use to securely communicate. All data is wrapped with several layers of encryption, and the network is both distributed and dynamic, with no trusted parties”. During out test we used bothXP and Ubuntu because I2P is a java file even is it seems to be a exe file and it could be used on all the Linux OS. On Windows XP it is very simple to use I2P but at the beginning it is really slow and for this reason we suggest to keep it run for about twelve hours because this freeware needs to build its own network and for this it takes some hours. When ready you have to setup all the software you want to filter through it. For this reason, we setted Firefox (Preferences-> Advanced -> Network -> Settings) Manual Proxy Configuration to HTTP Proxy as localhost, port 4444. Then we put a tick on “Use this proxy server for all protocols” and we finished indicating “No proxy for” as localhost, 127.0.0.1. After some seconds we discovered that our IP was now in the northern part of the France (far away from our real location). To setup I2P it is necessary to point Firefox on http://localhost:7657/index.jsp because, by default, I2P tries to launch Internet Explorer also when it works on Linux. After a week of tests we can say that I2P is a little bit slower than TOR but it can easily be integrated on your browser, mail client, chat and others programs. For our (limited) experience I2P is the most complete anonymizing network we know. To conclude, as already discussed also on this post none or nothing can create a perfectly anonymous software but I2P can help to better improve our privacy. Recommended! AddThis mp3 link

How to install OpenDNS on Ubuntu (or XP, Vista and Leopard) for your peace of mind!

I strongly believe that all you know OpenDNS yet. But for the few who still do not know this powerful free online tool we have posted a brief review in our Freeware Page. OpenDNS is very easy to configure and could be very useful to bypass all the restrictions that some ISP apply in certain countries. In Ubuntu 8.04, for example you have just to substitute your ISP default DNS with OpenDNS servers (208.67.222.222 and 208.67.220.220) in System – Administration – Network or to read the instruction contained on the proper OpenDNS page if you prefer to use the Terminal. For Windows and Apple users, we recommend to follow the official guide for XP, Vista and OSX. Moreover, if you decide to open a free account with OpenDNS, you will able to deeply examine or better manage all your network web traffic in just few clicks. Recommended! AddThis mp3 link