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
sysdtspackages
Starting mysqld from fedora
Web site not working correctly with IE 8
Function pointer corrupted/offset when passed to function
Moving workgroup computers to new domain - how to move existing network printers also?
How do I get the value Member from a Multi-select List box in VB.NET
How to auto fill a form on blur
Dynamics GP 10 SP4 on Windows 2008 Remote Desktop Services
Exchange database backup failing with Arcserve v15
TSQL HMAC function