Making Moblock actually useful for everyday use

Moblock is a fantastic alternative to PeerGuardian for Linux systems. Running some form of blocking software is important to protect your privacy when using P2P applications like BitTorrent and Gnutella; if you’re not using anything, you should be.

Unfortunately, in it’s default configuration the filtering can be a little aggressive. There is nothing whitelisted (explictly allowed), so any IP address caught in the filter is blocked. This list of filtered IP address ranges includes addresses belonging to Microsoft and Google, meaning that all traffic to those companies is blocked - including HTTP traffic and instant messaging.

To enable both MSN and Google Talk, find the following line in the file /etc/moblock/moblock.conf:

#WHITE_TCP_OUT="http https"

Now, remove the ‘#’ from the start and add the ports as follows:

WHITE_TCP_OUT="http https 1863 5222"

Presto!

The numbers 1863 and 5222 are the port numbers for the MSN protocol and XMPP protocol that Google Talk uses. If you have another application that is being blocked by Moblock, you should be able to find what port it uses here.

For installation instructions on Ubuntu, check out this Ubuntu Forums thread.

3 comments ↓

#1 Amon on 10.26.07 at 9:16 pm

I have been reading a bit about blocking software recently, especially since Oink got busted and they now have my account details.

Was just wondering what you would recommend for a windows based system?

#2 Craig on 10.27.07 at 1:33 pm

I’ve used PeerGuardian in the past and it’s worked fine for me - there’s a link in the main post.

No blocking software will be 100% effective, but it’s a good first line of defense.

#3 jure on 08.05.08 at 7:47 am

I would also recommend whitelisting 993, 995 and 587 if you are using pop/imap for accessing gmail

Leave a Comment