Hi TechRepublic friends
I am trying to configure CISCO 1841 router for remote desktop connection (port no 3389). I understand, this can be done through port forwarding.
What I like to achieve: Nat is being enabled on the router. One of the server on the LAN by ip 192.168.1.xx has to be accessed from outside the office for maintenance purpose.
– There is no BVI interface configured in the router. ip nat inside source static tcp 172.16.2.60 3389 interface BVI1 3389. In this scenario, how do I enable BVI interface.
– Can this be achieved through ACL, something like this. access-list 101 permit udp any host
access-list 101 deny ip any any
Please advise me through sample config:
Thanks & regards
MRM