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
Check to see if a table has a certain value, MS Access 2003
Cisco 870 Series, Site-to-Site VPN only allowing traffic one way.
Disable IPv6 Exchange 2010
Oracle Packages
Dynamic Form Element
simple math programming question
diff between cfgmgr -v and cfgmgr -v fcs0 and fcs1...
correct syntax for a switch statement in crystal 2008
Is There Asp Code to read folder contents and create hypelinks?
Horizontal RSS Feed News Ticker