I have applied ACL to one of the vlans that permits http, https, rdp to some servers, telnet to some server. The ACL ends with deny ip any to any log
I noticed that after i implemented the ACL, the clients in that vlan started having MS outlook freezing issues. The outlook will open but as soon as you click send/receive button, it would freeze. i know it is ACL related because when i take ACL off, everything goes back to normal.
I have these lines
permit ip any host 1.1.1.1 (1.1.1.1 be my exchnage server)
permit udp any host 1.1.1.1
But is still freezes the outlook functionality.
what protocols and ports do i need to open to stop this issue?
Thank you,