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
Event ID 333 - Server 2003 SP2 I/O Error
Exchange 2010 hardware recommendation
anyone familur ith using the swing classes HTMLEditorKit StyleSheet and reading a external CSS
monitor AIX servers
Problems installing the AjaxControlTooKit.dll
Backup Sharepoint search index
slide show much bigger
Flex Tree with Radio Button
one way audio when using cisco ip communicator over vpn
Opening a xml-file with component TClientDataset.