06-18-2008 03:09 PM - edited 03-05-2019 11:43 PM
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
Solved! Go to Solution.
06-18-2008 03:11 PM
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
06-18-2008 03:11 PM
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
06-18-2008 03:22 PM
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!
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide