Link to home
Start Free TrialLog in
Avatar of Railroad
Railroad

asked on

Setting up Private VLAN with only Internet Access

I would like to setup a private VLAN on our network that will only have Internet access.  This would mainly be used via wireless.  Currently we have a Cisco ASA 5505 as our firewall, several Cisco 2960 switches and a Cisco 4402 Wireless Controller.

I am familiar with setting up VLANs both on the switches and wireless controller.  But what I can't figure out is how to make that VLAN have no access to any other VLAN but still have internet access.  I am thinking ACLs, but not sure where to start, I've not really every played with them.

Thanks in Advance!
ASKER CERTIFIED SOLUTION
Avatar of Don Johnston
Don Johnston
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Railroad
Railroad

ASKER

I make the ACL on our core 3560 switch by creating the ACL:

ip access-list extended Guest
 deny   ip any 192.168.0.0 0.0.255.255
 permit ip any any

and applying it to the VLAN interface:

interface Vlan51
 description Wireless Network
 ip address 192.168.51.1 255.255.255.0
 ip access-group Guest in