I'm new at this so I appologise if this is something basic that I've overlooked.
I've set up an HP 2626 switch with 2 port-based VLANs but I cannot get the internal routing to work correctly.
VLAN2 has only port 1 as "untagged" and 2-24 "Auto". The default VLAN1 has all ports "untagged" except for port 1 "Auto".
Switch IP = 192.168.4.1/24
VLAN2 IP = 192.168.3.1/24
A client connected in each VLAN has static IP and the appropriate switch/VLAN IP as the default gateway.
"VLAN2 Client" can only ping it's GW (192.168.3.1). If I put a static route into "VLAN2 Client" (XP-Pro "route add 192.168.4.0 mask 255.255.255.0 192.168.4.1") everything works fine. I can ping all the IP addresses that I have set up from both clients.
Why is this so? Shouldn't it's default GW (192.168.3.1) be enough? I don't know that the "VLAN2 Client" supports 802.1Q or even if that should matter when putting the static route into the client works.
The "show ip route" command displays:
Destination Gateway VLAN Type Sub-Type Metric Dist.
------------------ --------------- ---- --------- ---------- ---------- -----
127.0.0.0/8 reject static 0 250
127.0.0.1/32 lo0 connected 0 0
192.168.3.0/24 192.168.3.0 2 connected 0 0
192.168.4.0/24 DEFAULT_VLAN 1 connected 0 0
--------------------------
Running configuration:
; J4900B Configuration Editor; Created on release #H.10.50
hostname "ProCurve Switch 2626"
ip default-gateway 192.168.4.8
ip routing
snmp-server community "public" Unrestricted
vlan 1
name "DEFAULT_VLAN"
untagged 2-26
ip address 192.168.4.1 255.255.255.0
no untagged 1
exit
vlan 2
name "192.168.3.0"
untagged 1
ip address 192.168.3.1 255.255.255.0
exit
gvrp
password manager
--------------------------
----
Any clues?
Thanks in advance!!
Start Free Trial