cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
426
Views
0
Helpful
2
Replies

I am trying to allow inbound remote desktop and drive mapping in a windows environment and want to know if the following will wo

davidmidgett
Level 1
Level 1

access-list ICS-GTECH_access_in permit tcp host 10.2.6.200 eq 3389 host 192.168.130.5 eq 3389
access-list ICS-GTECH_access_in permit udp host 10.2.6.200 eq netbios-ns host 192.168.130.5 eq netbios-ns
access-list ICS-GTECH_access_in permit udp host 10.2.6.200 eq 139 host 192.168.130.5 eq 139
access-list ICS-GTECH_access_in permit tcp host 10.2.6.200 eq www host 192.168.130.5 eq www
access-list ICS-GTECH_access_in permit tcp host 10.2.6.200 eq https host 192.168.130.5 eq https

 

1 Accepted Solution

Accepted Solutions

Jon Marshall
Hall of Fame
Hall of Fame

No it won't work because your source ports are the same as your destination ports and most connections don't usually work like that ie. your source ports are random.

In addition there is no mention of NAT rules although you may or may not need them depending on what you are doing currently.

Also can't guarantee it would work in terms of the ports but a quick internet search is all you need for that.

Jon

View solution in original post

2 Replies 2

Jon Marshall
Hall of Fame
Hall of Fame

No it won't work because your source ports are the same as your destination ports and most connections don't usually work like that ie. your source ports are random.

In addition there is no mention of NAT rules although you may or may not need them depending on what you are doing currently.

Also can't guarantee it would work in terms of the ports but a quick internet search is all you need for that.

Jon

Thanks,.

That worked by adding Any as the source and the port number on the destination.

Review Cisco Networking for a $25 gift card