Hi All,
Haven't been here for a while, things looked a little quiet compared to a few years back
Anyway, hope someone can point me in the right direct in regards to port forwarding RDP traffic on an ASA. For the life of me I couldn't work out why the below config isn't working, I can post full config if anyone needs more info.
Also this is a lab environment so security isn't a concern with rpd.
* 10.10.10.4 is the inside TS server that I'm trying to access.
access-list outside_access_in extended permit tcp any interface outside eq 3389
static (inside,outside) tcp interface 3389 10.10.10.4 3389 netmask 255.255.255.255 0 0
access-group inside_access_in in interface inside
access-group outside_access_in in interface outside
Thanks heaps in advance!
Haven't been here for a while, things looked a little quiet compared to a few years back
Anyway, hope someone can point me in the right direct in regards to port forwarding RDP traffic on an ASA. For the life of me I couldn't work out why the below config isn't working, I can post full config if anyone needs more info.
Also this is a lab environment so security isn't a concern with rpd.
* 10.10.10.4 is the inside TS server that I'm trying to access.
access-list outside_access_in extended permit tcp any interface outside eq 3389
static (inside,outside) tcp interface 3389 10.10.10.4 3389 netmask 255.255.255.255 0 0
access-group inside_access_in in interface inside
access-group outside_access_in in interface outside
Thanks heaps in advance!