cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
298
Views
5
Helpful
1
Replies

Windows terminal services and ...

admin_2
Level 3
Level 3

Hell-o,

Just installed a pix515e at our satelite campus across our WAN. What do I need to do now, to pass thru the firewall to see all the Windows servers and workstations and be able to terminal service to the servers?

Any advise or suggestions greatly welcome.

TIA,

Gary

1 Accepted Solution

Accepted Solutions

wasonce_2000
Level 1
Level 1

Just create a access-list entry to allow port 3389 from your ip the server you wish to Terminal to. Once this is done make sure the access-list is being applied to the external interface.

access-list 100 permit ip any any eq 3389

access-list 100 deny ip any any

access-group 100 in interface outside

View solution in original post

1 Reply 1

wasonce_2000
Level 1
Level 1

Just create a access-list entry to allow port 3389 from your ip the server you wish to Terminal to. Once this is done make sure the access-list is being applied to the external interface.

access-list 100 permit ip any any eq 3389

access-list 100 deny ip any any

access-group 100 in interface outside