Link to home
Start Free TrialLog in
Avatar of NTGuru705
NTGuru705Flag for United States of America

asked on

PIX 505 Port Forward

I need to port forward SSH traffic that is headed to my PIX 505 and send it to an internal host. The trouble with this is the SSH port my Pix is listnening on. I need to use a different port number and port forward to the internal host on teh SSH port.

So for the sake of argument I need to take port 50 TCP on the outside and port forward to 22 on the inside host... can someone advise how to do that... ?

I also need to port forward port 2005 TCP to port 2005 TCP on an internal host.

Thanks
Avatar of btassure
btassure
Flag of United Kingdom of Great Britain and Northern Ireland image

static (inside,outside) tcp [outside ip] 50 host [inside ip] 22

and

static (inside,outside) tcp [outside ip] 2005 host [inside ip] 2005
You will also need to modify your incoming ACLs to permit the traffic in.
ASKER CERTIFIED SOLUTION
Avatar of JFrederick29
JFrederick29
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