Question : How do i enable RDP on a Cisco 1841 router

I have a running config that is allowing internet workstations can browse etc . The server tech wants to RDP to a server that's static ip . I tried to see if i could figure it out but no sucess .
Can anyone see what might be the issue.  The WAN is coming via the fast e 0/0 i wanted to point that out the router is serving as a dlink \ linksys stnadard router would be. I tried a logmein but it's 64 platform

The server address is 10.84.18.10
Code Snippet:
1:
2:
3:
4:
5:
6:
7:
8:
9:
10:
11:
12:
13:
14:
15:
16:
17:
18:
19:
20:
21:
22:
23:
24:
25:
26:
27:
28:
29:
30:
31:
32:
33:
34:
35:
36:
37:
38:
39:
40:
41:
42:
43:
44:
45:
46:
47:
48:
49:
50:
51:
52:
53:
54:
55:
56:
57:
58:
59:
60:
61:
62:
63:
64:
65:
66:
67:
68:
69:
70:
sh run
Building configuration...
 
Current configuration : 975 bytes
!
version 12.4
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
!
hostname ulyop1841
!
boot-start-marker
boot-end-marker
!
enable secret 5 $1$72BB$KMixvrQNWMc7Q.RksdnGk0
enable password cisco0
!
no aaa new-model
!
resource policy
!
memory-size iomem 15
mmi polling-interval 60
no mmi auto-configure
no mmi pvc
mmi snmp-timeout 180
ip subnet-zero
ip cef
!
!
no ip dhcp use vrf connected
!
!
!
!
!
!
interface FastEthernet0/0
 description OUTSIDE
 ip address 72.88.212.19 255.255.255.0
 ip nat outside
 duplex auto
 speed auto
!
interface FastEthernet0/1
 description INSIDE
 ip address 10.84.18.5 255.255.255.0
 ip nat inside
 duplex auto
 speed auto
!
ip classless
ip route 0.0.0.0 0.0.0.0 72.88.212.1
!
ip http server
ip nat inside source list 2 interface FastEthernet0/0 overload
!
access-list 2 permit 10.84.18.0 0.0.0.255
!
control-plane
!
!
line con 0
line aux 0
line vty 0 4
 password cisco
 login local
!
end

Answer : How do i enable RDP on a Cisco 1841 router

Try port forwarding :

ip nat inside source static tcp 10.84.18.10 3389 72.88.212.19 3389 extendable
Random Solutions  
 
programming4us programming4us