Geeks Talk

Prepare for your Next Interview




Block perticular website IP using ACL

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 ...


Go Back   Geeks Talk > Networking

Register FAQ Members List Calendar Mark Forums Read
  #1 (permalink)  
Old 05-24-2008
Junior Member
 
Join Date: Apr 2008
Location: india,tamilnadu
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
jusathya is on a distinguished road
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 ?.
Reply With Quote
Sponsored Links
  #2 (permalink)  
Old 06-17-2008
Junior Member
 
Join Date: Jun 2008
Location: INDIA
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
netsolver is on a distinguished road
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.
Reply With Quote
Reply

  Geeks Talk > Networking


Thread Tools
Display Modes


Similar Threads

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


All times are GMT -4. The time now is 11:30 AM.


Powered by vBulletin® Version 3.6.8
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.1.0
Copyright © 2008 GeekInterview.com. All Rights Reserved