- Community Home
- >
- Networking
- >
- Legacy
- >
- Switches, Hubs, Modems
- >
- Internet Only Vlan (5412zl)
Switches, Hubs, and Modems
1819906
Members
2746
Online
109607
Solutions
Forums
Categories
Company
Local Language
юдл
back
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Discussions
Discussions
Discussions
Forums
Forums
Discussions
юдл
back
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Blogs
Information
Community
Resources
Community Language
Language
Forums
Blogs
Go to solution
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-22-2010 07:30 AM
тАО06-22-2010 07:30 AM
I have been asked to set up a guest vlan for visitors to our company. The vlan is to permit internet access (via 10.0.0.1) but deny access to our corporate network.
I have gone ahead and set the vlan up however I am not sure how to set the access lists to achieve my objective.
Can anyone advise?
Thanks in advance
Andy
I am happy to provide more information (runnning configuration etc) upon request.
I have gone ahead and set the vlan up however I am not sure how to set the access lists to achieve my objective.
Can anyone advise?
Thanks in advance
Andy
I am happy to provide more information (runnning configuration etc) upon request.
Solved! Go to Solution.
2 REPLIES 2
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-22-2010 11:57 PM
тАО06-22-2010 11:57 PM
Solution
You need to apply the ACL on the router that holds the gateway for the guest Vlan
Your ACL would flow like this:
- deny access to company subnets on your network
- allow access to anything else
- (implicit deny all)
Be aware that for your first rule you may need to allow access to company DNS servers and such (you may want guests to have access to the company website for example) but that depends upon your guest VLAN setup.
You'd then apply this in the "inbound" direction on your vlan (directions are with respect to the router).
So as an example:
#ip access-list extended "GuestAccess"
#deny ip 0.0.0.0 0.0.0.0 192.168.0.0 0.0.255.255
#permit ip 0.0.0.0 0.0.0.0 0.0.0.0 255.255.255.255
# vlan 10 ip access-group GuestAccess inbound
Your ACL would flow like this:
- deny access to company subnets on your network
- allow access to anything else
- (implicit deny all)
Be aware that for your first rule you may need to allow access to company DNS servers and such (you may want guests to have access to the company website for example) but that depends upon your guest VLAN setup.
You'd then apply this in the "inbound" direction on your vlan (directions are with respect to the router).
So as an example:
#ip access-list extended "GuestAccess"
#deny ip 0.0.0.0 0.0.0.0 192.168.0.0 0.0.255.255
#permit ip 0.0.0.0 0.0.0.0 0.0.0.0 255.255.255.255
# vlan 10 ip access-group GuestAccess inbound
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-23-2010 12:17 AM
тАО06-23-2010 12:17 AM
Re: Internet Only Vlan (5412zl)
Mohammed has provided a solution. However for tricky things like Internet Access for guests I would recommend you firewall off the traffic. Our firewall acts as the Gateway for most of our VLANs (all of those that are installed for security reasons) and we deliver the traffic on a tagged link to the firewall. The firewall then handles the control and filtering of the traffic by VLAN.
That advantage is if management or auditors request proof that that the guest LAN cannot access corporate assets and there is not chance that a security incursion (like a virus) on the guest VLAN can effect corporate services.
Also a Firewall is better designed to lock access to limited port ranges...
That advantage is if management or auditors request proof that that the guest LAN cannot access corporate assets and there is not chance that a security incursion (like a virus) on the guest VLAN can effect corporate services.
Also a Firewall is better designed to lock access to limited port ranges...
The opinions expressed above are the personal opinions of the authors, not of Hewlett Packard Enterprise. By using this site, you accept the Terms of Use and Rules of Participation.
Company
Learn About
News and Events
Support
© Copyright 2025 Hewlett Packard Enterprise Development LP