cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1788
Views
0
Helpful
2
Replies

HINET.NET

georgarthr
Level 1
Level 1

I have a Cisco 2600 and would like to block traffic from hinet.net by hostname. does anyone have any suggestions?

Thanks,

George Christiansen

georgarthr@verizon.net

2 Replies 2

Maykol Rojas
Cisco Employee
Cisco Employee

Hello George,

If I am not mistaken, those guys support what is called CBAC (if you have an image on the router such as advance security or advance ip services) the commands would be like this

ip url-filter exclusive-domain deny hnet.net

ip url-filter allow-mode on

ip inspect name FW http url-filter

int fa 0/1

ip inspect FW in

Assuming that the interface fa 0/1 are the hosts that you would like to block this page from.

Hope this helps.

Mike

Mike

Panos Kampanakis
Cisco Employee
Cisco Employee

Hi George,

Or as explained here http://www.cisco.com/en/US/products/hw/routers/ps359/products_tech_note09186a00800fc176.shtml

class-map match-any blocked-urls-cm

  match protocol http url "*hinet.net *"

policy-map mark-blocked-urls-pm

  class blocked-urls-cm

    set ip dscp 1

interface Fa0/0  <--- interface facing your clients browsing

  service-policy input mark-blocked-urls-pm

access-list 105 deny ip any any dscp 1

access-list 105 permit ip any any

interface ethernet 0/1 <--- interface facing your ISP

  ip access-group 105 out

I hope it helps.

PK

Review Cisco Networking for a $25 gift card