cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
470
Views
0
Helpful
3
Replies

Consult Router Cisco Block Facebook

krummyjack
Level 1
Level 1

Hellow:

I am looking for a router that block https url.

I have  seen the router RV042G and the price is adapted for me enterprise.

In internet also I have  seen that i might  block pages as facebook:

 

ip host facebook.com 0.0.0.0

ip host www.facebook.com 0.0.0.0

 

Also i have seen with ACL i might do it

 

Access-list 1 deny host ........

 

Is posible in the router RV042G?Because i have readen that cisco don`t block https url.

 

Regards and thanks for support

3 Replies 3

Tiago Marques
Level 1
Level 1


1st DNS server configured on the router

after enable acl:

! to deny Facebook web traffic
Router(config)# access-list 101 deny tcp any host www.facebook.com eq www
! to allow all other web traffic
Router(config)# access-list 101 permit tcp any any eq www 

!apply the ACL in the OUTBOUND direction on the router
router(config)# int serial 0/0
Router(config-if)# ip access-group 101 out


if this solves your problem, please mark the aswer as correct!
thnks

regards

Sorry. I don`t have yet the router because y want know if whith the router RV042G would be possible do it.

 

Do you know if the command "ip host" works this option?

 

Best Regards

i think not...