Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

access list to block ebay

Status
Not open for further replies.

Kevin67272

Technical User
Jun 15, 2003
6
US
Will this work to block a single host PC from ebay?

access-list 1xx deny tcp host 172.x.x.x any eq access-list 1xx permit tcp any any

thanks
Kevin
 
no try this:

access-list 1xx deny tcp host 172.x.x.x host 66.135.208.87 eq www
access-list 1xx permit tcp any any

interface e0 (or whatever you outside int is)
ip access-group 1xx out



IP from Ping and DNS resolution
C:\WINDOWS\Desktop>ping
Pinging pages.ebay.com [66.135.208.87] with 32 bytes of data:

Request timed out.
Request timed out.

Ping statistics for 66.135.208.87:
Packets: Sent = 2, Received = 0, Lost = 2 (100% loss),
Approximate round trip times in milli-seconds:
Minimum = 0ms, Maximum = 0ms, Average = 0ms
Control-C

C:\WINDOWS\Desktop>
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top