jump to navigation

How to open ports for eMule and BitTorrent on a Cisco ASA 5505 April 30, 2008

Posted by Tiziano Fogliata in Tips.
Tags: , , ,
trackback

If you want to use BitTorrent or eMule on pc protected by a Cisco ASA 5505, you have to open some ports on your Cisco firewall in order to download at full speed.

To do this, try these rules in your firewall configuration:

access-list outside_access_in extended permit tcp any interface outside eq XXXX
static (inside,outside) tcp interface XXXX 192.168.1.4 XXXX netmask 255.255.255.255

Replace XXXX with the port number you need to open (e.g. 4662 TCP and 4672 UDP for eMule)

Replace 192.168.1.4 with your pc private lan IP.

Comments»

1. sas - November 25, 2008

good

2. andreas - December 29, 2008

hmmm… this doesn’t seem to work for me.
I get this in my SSH:

DALUX-FALUN-FW-01# access-list outside_access_in extended permit tcp any inter$

access-list outside_access_in extended permit tcp any interface outside eq 4669
^
ERROR: % Invalid input detected at ‘^’ marker.
DALUX-FALUN-FW-01#

the ^ is under the second “c” in “access-list”…

3. wilsonics - April 29, 2009

Thanks dude, this really worked! I’ve been looking for a fix like this for days and days now!

4. d - September 22, 2009

andreas, you need to be in config mode.