cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
3198
Views
0
Helpful
2
Replies

Static entry on ASA

Armegeden
Level 1
Level 1

Hello's,

I have a ASA running 7.2.

I'm trying to issue this command:

static (inside,outside) tcp 4.1.14.10 3389 192.168.0.5 3389 netmask 255.255.255.255 0 0

And keep getting this:

ERROR: Static PAT using the interface requires the use of the 'interface' keyword instead of the interface IP address

This is my first time messing with an ASA and I'm just trying to forward any traffic on port 3389 (RDP) to 192.168.0.5.

Help?

Thanks

1 Accepted Solution

Accepted Solutions

Jon Marshall
Hall of Fame
Hall of Fame

If 4.1.14.10 is the IP address assigned to the ASA outside interface change your static statement to

static (inside,outside) tcp interface 3389 192.168.0.5 3389 netmask 255.255.255.255

Jon

View solution in original post

2 Replies 2

Jon Marshall
Hall of Fame
Hall of Fame

If 4.1.14.10 is the IP address assigned to the ASA outside interface change your static statement to

static (inside,outside) tcp interface 3389 192.168.0.5 3389 netmask 255.255.255.255

Jon

Gah!

Reading the error message, I tried "outside" instead of the word "interface". Syntax error.

Anyhow, did what you said + added ACL entry and everything working great.

Thanks so much for the fast response!

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:

Innovations in Cisco Full Stack Observability - A new webinar from Cisco