- Community Home
- >
- Networking
- >
- Switching and Routing
- >
- Web and Unmanaged
- >
- Re: How to setup VLANs on 1810G-24
Categories
Company
Local Language
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
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
Community
Resources
Forums
Blogs
- 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
тАО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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- Report Inappropriate Content
тАО03-03-2010 02:14 AM
тАО03-03-2010 02:14 AM
Re: How to setup VLANs on 1810G-24
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-03-2010 03:08 AM
тАО03-03-2010 03:08 AM
Re: How to setup VLANs on 1810G-24
You said, that I need to tag all the client vlans onto the port that the DHCP server is connected to.
Please, can you describe, how to do it, because I tried everything as it was shown in thread (http://forums11.itrc.hp.com/service/forums/questionanswer.do?admit=109447626+1267165843985+28353475&threadId=1400651), but it doesn't work.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-03-2010 05:44 AM
тАО03-03-2010 05:44 AM
Re: How to setup VLANs on 1810G-24
The user in the thread that you are linking to was using a router to route between their subnets so your setup isn't the same.
The problem that you have is making sure your DHCP server can see clients on each of the different subnets/VLANs.
You didn't answer the question:
> What switch is your DHCP server connected to?
Read page 7-3 on how to tag VLANs on a port:
http://cdn.procurve.com/training/Manuals/1810G-MgmtCfg-Aug2009-59925475.pdf
To determine whether your DHCP IP addressing config is correct do this:
Statically assign an IP address in, for example, subnet 2 (vlan 2) to a client PC. Connnect that client to a vlan 2 port and see if you can ping the subnet 2 IP on your dhcp server.
If you can't do that then your IP address setup on your DHCP server is wrong.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-04-2010 12:25 AM
тАО03-04-2010 12:25 AM
Re: How to setup VLANs on 1810G-24
DHCP (Proxy) server connects up to Port 1 of this switch.
According to your manual and information received from the forum topics, I did something like it shown in the attached scheme (this is just an example).
But the fact is that computers from the subnets do not see a server connected to the first port, even if the ip-address to enter manually. And, it's actually a fundamental condition.
Would you be so kind to draw schematicly how to correct my scheme.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-04-2010 12:31 AM
тАО03-04-2010 12:31 AM
Re: How to setup VLANs on 1810G-24
But if I assume that the top is VLAN 1 and the bottom VLAN 2...
Are you saying that you connected a statically addressed client on VLAN 2 and plugged it into either port 4 or 5 and you couldn't ping the VLAN 2 IP address on the DHCP server?
If that is true then the IP addressing on your DHCP is incorrect.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-04-2010 01:03 AM
тАО03-04-2010 01:03 AM
Re: How to setup VLANs on 1810G-24
Yes, the top VLAN1, the bottom VLAN2.
Without organization VLANs all pinged fine.
So why with VLAN, configured as in the scheme, addressing is incorrect?