Heads Up :
The post you are writing will appear in a public forum. Please ensure all content is appropriate for public consumption. Review the employee guidelines for the community here.
Can anyone give me a quick walkthrough on how to set up an access rule to block a TCP port? I need to stop people from playing a game (World of Warcraft) and I need to block 3724. I've tried various combinations of inside outgoping, inside incoming a...
Thanks for the help thus far. Here is the ACL:access-list inside_access_in extended deny udp any eq 3724 any access-list inside_access_in extended deny tcp any object-group WoW_TCP any access-list inside_access_in extended permit ip any any ... and ...
And I'm assuming that I need to block this game on the inside network since you start the client and it connects to the external game servers.So I was trying to add an outgoing deny rule on the inside network for any source, any destination that has ...