We have a Cisoc 1700 series we use for our Internet router. I want to block all outgoing traffic to a specific IP address for example I do not want anyone from within our company to hit ip address 12.96.1.1 on port 80.
Just setup an ACL on your outside interface that will deny ip any host 12.96.1.1 eq www. Then make sure you add a permit any any at the end. Then you can add more restrictions later on if you wish.
So a basic ACL would look like this:
deny ip any host 12.96.1.1 eq www
permit ip any any
Just remember, this last statement will permit any outbound traffic. If you already have an outbound ACL just add the deny statement.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.