cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
217
Views
0
Helpful
1
Replies

Multiple PAT statements 1 public Ip, I host, 2 different TCP Ports.

BrianChernish
Level 1
Level 1

Can I do this (and will it work)?

I have an ASA 5505 v8.2(5) with a single useable (static) IP address on the outside interface.

I have a Host inside that I would like to RDP to from the outside AND I also need to access a web page, which it hosts, from the outside.

 

Can I:

access-list outsidein extended permit tcp any host 72.xxx.xxx.234 eq 3389
access-list outsidein extended permit tcp any host 72.xxx.xxx.234 eq 8080

static (inside,outside) tcp interface 3389 10.51.1.50 3389 netmask 255.255.255.255
static (inside,outside) tcp interface 8080 10.51.1.50 8080 netmask 255.255.255.255

 

Thanks,

Brian

 

p.s. I have this working with just the RDP (port 3389) at this point.  Question is whether or not I can add the second PAT.

1 Reply 1

rizwanr74
Level 7
Level 7

Hi there,

 

Yes you can add the second line as well, as long as port numbers are unique for incoming traffic from the cloud.

 

Hope that answers your question.

 

Thanks

Rizwan Rafeek

Getting Started

Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community:

Review Cisco Networking products for a $25 gift card