11-21-2020 08:05 AM - edited 11-21-2020 08:22 AM
Hello All
I am new here so i need some help .
I have a RDP Server inside (LAN ) (192.168.1.73)
I have a Cisco ASA inside (192.168.1.1)
I wanted to access the RDP server from outside
But NOT from the default port .......... i want to use 4488 port from outside
(See screen shot )
Like if i do RDP from outside on port 4488
i want ASA to translated to RDP port 3389 and directed to my RDP server inside.
I have already opened port 4488 in my firewall
(See screen shot )
How can configure NAT rule ?
so i can access my RDP server from outside on port 4488 and it will be automatically redirected to RDP 3389 ?
Please guide me on ASDM (I am new with this firewall )
Regards
m
Solved! Go to Solution.
11-21-2020 09:27 AM
below command level should able to give you what you looking :
object network RDP-Host
host 192.168.1.73
access-list outside_access_in extended permit object RDP any any
object network RDP-Host
nat (any,outside) static interface service tcp 4488 3389
11-21-2020 09:27 AM
below command level should able to give you what you looking :
object network RDP-Host
host 192.168.1.73
access-list outside_access_in extended permit object RDP any any
object network RDP-Host
nat (any,outside) static interface service tcp 4488 3389
11-21-2020 11:13 AM
Thank you here is CLI output.
ciscoasa(config)# object network RDP-Host
ciscoasa(config-network-object)# host 192.168.1.73
ciscoasa(config-network-object)#
ciscoasa(config-network-object)# access-list outside_access_in extended permit$
WARNING: <outside_access_in> found duplicate element
ciscoasa(config)#
ciscoasa(config)# object network RDP-Host
ciscoasa(config-network-object)# nat (any,outside) static interface service tc$
ciscoasa(config-network-object)#
but when i am trying RDP from ouside on port 4488 it failed .
screen shot .
please advise .
11-21-2020 11:24 AM
i changed this and its working ............. SUPER THANKS.............
object network RDP-Host
nat (any,outside) static interface service tcp 3389 4488
11-21-2020 12:12 PM
Glad all working, I may be miss-typed otherway around, good you able to figure it out. thank you for the resolution.
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