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
How many keywords is too many in the meta data?
Change primary smtp addresses for 29 users using powershell for exchange
Best AV for 2008 R2 64bit
Difference between Icefaces,myfaces,richfaces
in JSF?
Users experiencing network connectivity issues on Multihomed Windows Server 2008 DC
Outlook 2010 NK2 file
how can i create window service in C# using InstallUtil.exe ??
Add Property to asp.net user control to make reusable
Firefox css border on inside of div when embedding Flash with SWFObject, why?
XSLT and RESTful Web Services