I am trying to setup 2 vlans on a Procurve 2910 so that each vlan can talk to each other.
The 10.10.0.x is my main network ip range.
the 10.10.2.x is an old range that my fire wall already has a port configured for.
10.10.0.1 is my normal default route for my pc's.
Here is my current config.
Procurve 2910(config)# show config
Startup configuration:
; J9145A Configuration Editor; Created on release #W.14.38
hostname "Procurve 2910"
module 1 type J9145A
module 2 type J9149A
ip routing
vlan 1
name "DEFAULT_VLAN"
untagged 1-12,A1-A2
ip address 10.10.0.13 255.255.255.0
no untagged 13-24
exit
vlan 2
name "VLAN2"
untagged 13-24
ip address 10.10.2.3 255.255.255.0
exit
ip route 0.0.0.0 0.0.0.0 10.10.0.1
snmp-server community "public" unrestricted
I can ping 10.10.0.13 but can't ping 10.10.2.3 in a hyper terminal session with the switch.
I would like both vlans to be able to communicate and if possible even have vlan2 communicate with the rest of my network.
What am I missing?
Switches / HubsRoutersNetworking Hardware-Other
Last Comment
glong3008
8/22/2022 - Mon
d3ath5tar
Is there anything currently plugged in on vlan 2?
If not, it may not be registering as connected. Quick check;
ArneLovius,
ip routing is in the config but do I need to do it in both vlans?
d3ath5tar
ip routing is a switch level command. you can only enable it once. try gvrp as suggested pls.
glong3008
ASKER
Startup configuration:
; J9145A Configuration Editor; Created on release #W.14.38
hostname "Procurve 2910"
module 1 type J9145A
module 2 type J9149A
ip routing
vlan 1
name "DEFAULT_VLAN"
untagged 1-12,A1-A2
ip address 10.10.0.13 255.255.255.0
tagged 13
no untagged 14-24
exit
vlan 2
name "VLAN2"
untagged 13-24
ip address 10.10.2.3 255.255.255.0
exit
gvrp
ip route 0.0.0.0 0.0.0.0 10.10.0.1
snmp-server community "public" unrestricted
can you post the output of "ipconfig /all" on the 10.10.2.5 host
glong3008
ASKER
Ok, on the 10.10.2.5 host it had it's firewall on and why I wasn't getting a response. Turned it off and now my 10.10.0.155 machine can ping it.
The 10.10.2.5 machine can ping 10.10.0.13, 10.10.0.155 but nothing not directly connected to the 2910 switch.
How can I get it to route to the rest of the network?
I plugged my 10.10.0.155 machine back into the wall so it goes to a switch in my server closet now and not this 2910. I left the default gateway as 10.10.0.13 and I'm able to ping the 10.10.2.3 & 5 machine and post this on the internet so that works fine and means the route back to 10.10.0.1 seems to work.
If I could just figure out how to get the 10.10.2.5 machine to communicate with the internet.
I did just ping 10.10.0.155 from 10.10.2.5 and it worked.
Sweet I just changed my DNS server to the default gateway of 10.10.0.13 and now 10.10.2.5 was able to connect to www.google.com
I don't exactly understand why... But THANKS!
glong3008
ASKER
I hope the point selection is ok. I really appreciate all the help.
glong3008
ASKER
Made a change on my firewall so that it routes any 10.10.2.0 traffic via 10.10.0.13 so I don't have to change all the machines default gateways!!! Worked.
If not, it may not be registering as connected. Quick check;
sh ip route
Is the second route listed?