Microsoft
Software
Hardware
Network
Question : Cisco Access Lists - How to??
I have a number of VLANS in the 192.168.X.0/24 subnets. I use 192.168.1.0/24 as the routing VLAN for all mu other VLAN's. I want the other VLAN's to be able to go to the Internet for anything but I do not want them to be able to access each other. How shoud I wite the access list? I have applied it to the VLAN's outward.
ip access-group 110 out
I tried ...
access-list 110 permit ip 192.168.0.0 0.0.255.255 192.168.1.0 0.0.0.255
access-list 110 permit ip 192.168.1.0 0.0.0.255 192.168.0.0 0.0.255.255
access-list 110 deny ip any 10.0.0.0 0.255.255.255
access-list 110 deny ip any 172.16.0.0 0.15.255.255
access-list 110 deny ip any 192.168.0.0 0.0.255.255
access-list 110 remark Block all private address ranges, so only permitting access to internet.
access-list 110 permit ip any any
But as soon as I apply the first line it fails (I have a running ping to the Internet that I am monitoring)
I also tried...
access-list 110 deny ip any 10.0.0.0 0.255.255.255
access-list 110 deny ip any 172.16.0.0 0.15.255.255
access-list 110 deny ip any 192.168.0.0 0.0.255.255
access-list 110 remark Block all private address ranges, so only permitting access to internet.
access-list 110 permit ip any any
No joy.
Answer : Cisco Access Lists - How to??
Use SET IDENTITY_INSERT to allow updates/inserts to the identity column.
set identity_insert tbl on;
update tbl set idcol = somenewformula;
set identity_insert tbl off;
Random Solutions
Export jasper report to txt format
Search list of multiple pc names, search registry for string value and delete entry
Is this html markup flexible enough to accomodate various designs?
Problems sharing iTunes between accounts on a Mac
reading multiple integers from line stored in a file c++
navigation bumps down in ie
Delphi: Importing CSV file that has new line characters
Er diagram for university accommodation office
Multiple repeat regions on 1 page with 1 recordset
How can you search e-mail within Outlook 2010 and not use the index?