This is just a basic RIP configuration question, since I'm obviously doing something wrong here. This is the first time I've even used HP routing switches, and while it LOOKS just like IOS, it's obviously not configuring like it.
Anyway, I'm trying to set up some VLAN's that will allow IP devices on one VLAN to be accessible to those on others (specifically Windows 2003 servers serving up AC, WINS, DHCP, DNS and file shares to workstations on the other VLAN's, VLAN's for VoIP, etc etc).
Unfortunately I can't even get basic routing working atm. For the purposes of this thread I'll list the basic configuration I'm trying to get working, and hopefully someone here can tell me what I'm doing wrong:
ip routing
router rip
vlan 1
untagged 1-12
tagged 45-48
ip address 192.168.0.20 /24
ip rip all
vlan 10
untagged 13-44
tagged 45-48
ip address 192.168.10.20 /24
ip rip all
I realize that if I want to do DHCP I need to put in the ip-helper address info (I THINK I have that syntax down, though obviously I haven't tested it yet). Right now I'm just trying for basic connectivity. Putting the above abbreviated config in the switch, I can plug in a work station into port 1 with an IP of 192.168.0.100 and ping the 0.20 interface no problem. Pinging the 10.20 interface gives me a reply (from 0.20) AND a 'destination unreachable'. The same goes from a workstation with an address of 192.168.10.100 plugged into port 13...it can ping the local VLAN address (10.20) but gets a reply and unreachable error when I try to ping (0.20). Also, neither workstation can ping the other.
Any help to resolve this would be appreciated...this really should be easy, but for some reason it seems beyond me.
-XT