LAN Routing
1753295 Members
6141 Online
108792 Solutions
New Discussion

VLAN on 2824 problem

 
kevinc628
New Member

VLAN on 2824 problem

I am trying to setup Procurve 2824 with 2 VLANs.

 

VLAN 1 has all the server and majority of the clients.

 

 

VLAN 2 has few clients but eventually will need more.

 

This is the configuration on the 2824 switch.

 

 

Startup configuration:

; J4903A Configuration Editor; Created on release #I.10.103

hostname "ProCurve Switch 2824"
ip routing
snmp-server community "public" Unrestricted
vlan 1
   name "DEFAULT_VLAN"
   untagged 1-8,21-24
   ip address 192.168.1.39 255.255.255.0
   ip helper-address 192.168.1.28
   no untagged 9-20
   exit
vlan 2
   name "CM_VLAN"
   untagged 9-20
   ip address 192.168.3.1 255.255.255.0
   ip helper-address 192.168.1.28
   exit

 

 

DHCP server is on VLAN1 and IP is 192.168.1.28

 

Client on Vlan 2 can't get IPs and even if I put in static IP, it can't browse to internet.

 

Can't figure out what's the issue.

 

help please.

 

thanks.

3 REPLIES 3
Vince-Whirlwind
Honored Contributor

Re: VLAN on 2824 problem

Your DHCP scope isn't properly configured?

AND

Your internet router has no route telling it how to get to 192.168.3.0/24

kevinc6284
Occasional Visitor

Re: VLAN on 2824 problem

Thanks Vince,

 

I will check the DHCP scope.

 

I don't know much about networking.  In order for the VLAN 2 to browse to internet I need to add the routing in the internet router?  I thought Procurve 2824 will do the routing already.

 

Another thing is VLAN 2 can't ping VLAN 1 and vice versa.

 

 

Vince-Whirlwind
Honored Contributor

Re: VLAN on 2824 problem

WHat are the IP details fo the devices that can't ping each other: IP address, mask, default GW.

 

Your HP switch can do the routing for traffic that is headed to the internet, the router will need to route packets back to the VLAN2 subnet, so you have to tell it how to get to VLAN2.