- Community Home
- >
- Networking
- >
- Switching and Routing
- >
- Web and Unmanaged
- >
- How to setup VLANs on 1810G-24
-
- Forums
-
- Advancing Life & Work
- Advantage EX
- Alliances
- Around the Storage Block
- HPE Ezmeral: Uncut
- OEM Solutions
- Servers & Systems: The Right Compute
- Tech Insights
- The Cloud Experience Everywhere
- HPE Blog, Austria, Germany & Switzerland
- Blog HPE, France
- HPE Blog, Italy
- HPE Blog, Japan
- HPE Blog, Middle East
- HPE Blog, Russia
- HPE Blog, Saudi Arabia
- HPE Blog, South Africa
- HPE Blog, UK & Ireland
-
Blogs
- Advancing Life & Work
- Advantage EX
- Alliances
- Around the Storage Block
- HPE Blog, Latin America
- HPE Blog, Middle East
- HPE Blog, Saudi Arabia
- HPE Blog, South Africa
- HPE Blog, UK & Ireland
- HPE Ezmeral: Uncut
- OEM Solutions
- Servers & Systems: The Right Compute
- Tech Insights
- The Cloud Experience Everywhere
-
Information
- Community
- Welcome
- Getting Started
- FAQ
- Ranking Overview
- Rules of Participation
- Tips and Tricks
- Resources
- Announcements
- Email us
- Feedback
- Information Libraries
- Integrated Systems
- Networking
- Servers
- Storage
- Other HPE Sites
- Support Center
- Aruba Airheads Community
- Enterprise.nxt
- HPE Dev Community
- Cloud28+ Community
- Marketplace
-
Forums
-
Blogs
-
Information
-
English
- 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
- Email to a Friend
- Report Inappropriate Content
02-25-2010 10:45 PM
02-25-2010 10:45 PM
How to setup VLANs on 1810G-24
Can someone please help with setting up VLANs on my Procurve 1810G-24, firmware P.1.6.
This is an example what I would like to achive:
Eg.:
1 VLAN, subnet 1, port 2.
2 VLAN, subnet 2, ports 13,15,17,19.
3 VLAN, subnet 3, ports 14,16,18.
Port 1 connects up to DHCP server, that's why I need all three VLANs can see Port 1 and connect it.
I did everything as was shown in thread (http://forums11.itrc.hp.com/service/forums/questionanswer.do?admit=109447626+1267165843985+28353475&threadId=1400651), but it doesn't work.
Thanks for your replays!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
02-26-2010 02:42 AM
02-26-2010 02:42 AM
Re: How to setup VLANs on 1810G-24
You haven't said where your router is connected and on which VLAN.
Your router is what will forward the DHCP request packets from the clients on VLANs 2 and 3 to the DHCP server (using the "ip helper-address" option)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
02-28-2010 08:44 PM
02-28-2010 08:44 PM
Re: How to setup VLANs on 1810G-24
Several interfaces with the ip-addresses of three subnets were set up on the network card at dhcp-server. Now without VLAN-s all works. But I want to organize VLAN-s.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
03-01-2010 02:24 AM
03-01-2010 02:24 AM
Re: How to setup VLANs on 1810G-24
If so the only thing you're missing is tagging all the client VLANs on the port that the DHCP server is connected to.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
03-02-2010 12:52 AM
03-02-2010 12:52 AM
Re: How to setup VLANs on 1810G-24
Server model HP ProLiant ML110 G6.
config /etc/network/interfaces
auto lo
iface lo inet loopback
auto eth0.2
iface eth0.2 inet static
address 192.168.10.1
netmask 255.255.255.192
network 192.168.10.0
broadcast 192.168.10.63
vlan_raw_device eth0
auto eth0.3
iface eth0.3 inet static
address 192.168.10.65
netmask 255.255.255.192
network 192.168.10.64
broadcast 192.168.10.127
vlan_raw_device eth0
auto eth0.4
iface eth0.4 inet static
address 192.168.10.129
netmask 255.255.255.192
network 192.168.10.128
broadcast 192.168.10.191
vlan_raw_device eth0
auto eth0.5
iface eth0.5 inet static
address 192.168.10.193
netmask 255.255.255.192
network 192.168.10.192
broadcast 192.168.10.255
vlan_raw_device eth0
What do you mean, saying your phrase "tagging all the client VLANs on the port that the DHCP server is connected to"?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
03-02-2010 01:38 AM
03-02-2010 01:38 AM
Re: How to setup VLANs on 1810G-24
Once you've fixed that then you need to tag all the client vlans onto the port that the DHCP server is connected to.
> What do you mean, saying your phrase
> "tagging all the client VLANs on the port
> that the DHCP server is connected to"?
What switch is your DHCP server connected to?
You want to tag VLANs 2 and 3 (from your example) onto that port if you want it to be able to see subnets 2 and 3.
I have to point out this isn't the recommended method of doing this. What you want is a switch that can perform routing which would hold the gateway IP addresses for each of the other subnets. All you would need to do then is add ip helper-addresses onto the vlans (that point to your DHCP server) on that switch and make sure your routing is correct and then you'd be done.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
03-02-2010 03:24 AM
03-02-2010 03:24 AM
Re: How to setup VLANs on 1810G-24
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
03-02-2010 05:03 AM
03-02-2010 05:03 AM
Re: How to setup VLANs on 1810G-24
I know you said you don't have a router but how is your traffic routed to the internet?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
03-02-2010 08:06 PM
03-02-2010 08:06 PM
Re: How to setup VLANs on 1810G-24
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
03-03-2010 02:14 AM
03-03-2010 02:14 AM
Re: How to setup VLANs on 1810G-24
Hewlett Packard Enterprise International
- Communities
- HPE Blogs and Forum
© Copyright 2021 Hewlett Packard Enterprise Development LP