08-17-2015 09:55 AM - edited 03-11-2019 11:26 PM
Hi
I have 2 internal hosts which are part of the same subnet as my inside interface and I have a single public IP. My internal hosts are:
Host A - 10.10.10.1 (RDP)
Host B - 10.10.10.2 (HTTPS)
How can I configure NATS so that I can access one of the internal hosts from the outside using RDP and the other using HTTPS using the same external IP. Ive tried using the following for config for the RDP host but it states the IP address is used on the external interface
object network HostA
host 10.10.10.1
nat (inside,outside) static <external IP> service tcp 3389 3389
I should mention that this is a virtual environment and I am SSHd into my ASA through my external IP on the ASA
Thanks
Solved! Go to Solution.
08-17-2015 11:09 AM
08-17-2015 11:09 AM
Instead of <external IP> use the keyword "interface".
Jon
08-17-2015 01:15 PM
Thanks Jon, I figured it out half an hour later :-)
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