Heads Up :
The post you are writing will appear in a public forum. Please ensure all content is appropriate for public consumption. Review the employee guidelines for the community here.
hi,
I have a radio link connection to another office from my office. We are on the same vlan on the same switch. I want to restrict them internet access but still grant them access to other services and also internal web application.
can this be don...
Hi, I have a radio link from my office to another location. This radio link is connected to an access switch at my office. They are on the same Vlan.
I'm tryin to look for a way to restrict them internet access but they must stilll have access to all...
i was able to resolve it with this
access-list 101 permit ip 192.168.0.0 0.0.255.255 host 192.168.0.0 0.0.255.255access-list 101 deny tcp 192.168.0.0 0.0.255.255 any eq wwwaccess-list 101 deny tcp 192.168.0.0 0.0.255.255 any eq 443interface fastEt...
Hi,
I tried out it was stil the same. there is udp on some of the apps.
All i want to block is just the ability to use the internet. Any other application on the LAN should be accessible.
Hi Ganesh,
I have tried this acceslist :
access-list 101 permit tcp 192.168.2.0 0.0.0.255 any eq 80access-list 101 permit tcp 192.168.2.0 0.0.0.255 any eq 443access-list 101 permit tcp 192.168.2.0 0.0.0.255 any eq establishedint gi0/12ip access-group...