Cisco Pix Firewall Help

Associate
Joined
18 Nov 2010
Posts
679
Hi Guys
I need a Cisco Guru here’s my task it’s for a Cisco PIX 506e

I need to enable remote access via RDP+FTP+TELNET
So Need to create an ACL allowing a "Public IP Address" to port 21, 23, 3389


Can anyone help?
 
On the current config the out side access list is called "acl-outside"

So i think this should do the trick..... from what I have got from googling.....?

access-list acl-outside permit tcp host ***.***.***.*** any eq 21
access-list acl-outside permit tcp host ***.***.***.*** any eq 23
access-list acl-outside permit tcp host ***.***.***.*** any eq 3389

The "***.***.***.***" meaning the public IP of the server that needs the remote access....

Will get them to test it, if anyone could help any further then great
 
Back
Top Bottom