04-14-2015 09:16 AM - edited 03-11-2019 10:46 PM
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
Solved! Go to Solution.
04-14-2015 12:52 PM
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
04-14-2015 12:52 PM
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
04-14-2015 12:52 PM
Thanks,.
That worked by adding Any as the source and the port number on the destination.
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide