RDP
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-10-2005 08:28 AM - edited 03-03-2019 10:56 AM
I have noticed a few of our staff gaining access to the p.c's at home using the the RDP function in XP.
How do I block this from happening on our CISCO PIX 501.
Thanks
Mark
- Labels:
-
Other Routing

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-10-2005 09:19 AM
Hello Mark,
on your PIX, block TCP port 3389, this should disable RDP access...
HTH,
GP
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-10-2005 04:40 PM
it depends on whether they access directly or via some sort of vpn.
assuming the user was directly establishing rdp back home, then an outbound acl would help.
e.g.
access-list outbound deny tcp any any eq 3389
access-list outbound permit ip any any
access-group outbound in interface inside
