Prepare for your Next Interview
This is a discussion on Block perticular website IP using ACL within the Networking forums, part of the category; How to block perticular website ip using ACL ? i have cisco 3600 router,i want to block perticular website ip by using ACL,how i can done it,Help me ...
|
|||
|
Block perticular website IP using ACL
How to block perticular website ip using ACL ?
i have cisco 3600 router,i want to block perticular website ip by using ACL,how i can done it,Help me if u know ?. |
| Sponsored Links |
|
|||
|
Re: Block perticular website IP using ACL
U could try this create the access list, where 1.2.3.4 is the IP address of the site i want to block:
Router(config)#access-list 103 deny tcp any host 1.2.3.4 eq www Router(config)#access-list 103 permit tcp any any eq www and i applied it to the Dialer0 interface outbound: Router(config-if)#ip access-group 103 out access-list 103 permit ip any any this would mean that you can also remove the line, 'access-list 103 permit tcp any any eq www' Explanation : On the end, because ACLs have an implicit 'deny ip any any' as the last ACL entry, therfore all outbound IP traffic would be blocked. |
![]() |
|
| Thread Tools | |
| Display Modes | |
|
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Purpose of FINALLY Block | Geek_Guest | Java | 9 | 4 Weeks Ago 06:48 AM |
| Anonymous Block | krishnaindia2007 | Oracle | 4 | 4 Weeks Ago 12:32 PM |
| Create PL/SQL job Block in database | tumieen | Oracle | 0 | 04-10-2007 06:37 AM |
| How to Block messages in UNIX | nancyphilips | Unix/Linux | 1 | 09-24-2006 03:56 AM |
| Fight Against Writer's Block | Lokesh M | Personality Development | 0 | 07-04-2006 07:21 PM |