Link to home
Start Free TrialLog in
Avatar of WRXTC
WRXTC

asked on

Another PIX Port Forwarding Question

i need to forward port 39605 for utorrent on my pix, but it doesnt seem to be working. this is what i have so far:

static (inside,outside) tcp interface 39605 192.168.1.50 39605 netmask 255.255.255.255 0 0
static (inside,outside) udp interface 39605 192.168.1.50 39605 netmask 255.255.255.255 0 0

access-list utorrent permit tcp any interface outside eq 39605
access-list utorrent permit tcp any interface outside eq 39605
access-group utorrent in interface outside

its the "access-list utorrent permit tcp any interface outside eq 39605" command thats giving my problems. it keeps saying "invalid ip address interface". the outside address changes so i cant use an address in the ACL.  im also running v6.2.

any help is appreciated.
ASKER CERTIFIED SOLUTION
Avatar of batry_boy
batry_boy
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of WRXTC
WRXTC

ASKER

i mean udp.  after upgrading to 6.3 it works fine!

 thanks.