I am a novice in Cisco. I need to allow remote access to inside servers over Internet. I am using Cisco 1941 Router that is currently in use in our organisation.
The router configuration is Zone Based and I have added the following configuration to enable RDC
ZONE:
zone security RDC
ZONE-PAIR
zone-pair security DATA-RDC source DATA destination RDC
service-policy type inspect DATA-RDC
POLICY-MAP:
policy-map type inspect DATA-RDC
class type inspect RDC
inspect
class class-default
drop
CLASS-MAP:
class-map type inspect match-any RDC
match access-group name RDC
NAT:
ip nat inside source static tcp 172.18.0.22 3389 41.80.7.120 3389 extendable
ACCESS-LIST:
ip access-list extended RDC
permit tcp host 172.18.0.32 any eq 3389
permit ip any any
BUT I continue to receice RDC error message:
Remote Desktop can't connect to the remote computer for one of these resoans:
1. Remote access to server not enabled
2. The remote computer is turned off
3. The remote computer is not available on network.
I am able to access the router and ping lacal servers remotely.
Please help me to resolve the problem:
Full router configuration is attached.
Lucius