cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
401
Views
0
Helpful
1
Replies

Help on Configuration of Remote Desktop

luciuszulu
Level 1
Level 1

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
 

1 Reply 1

rosaho
Level 3
Level 3

This discussion has been reposted from Cisco Support Community Olympics Trivia to the WAN, Routing and Switching community.