Unsolved

This post is more than 5 years old

9 Posts

4045

August 31st, 2005 22:00

Routing w/6024.

I am having a confusing problem with the 6024.
 
I have two VLANs:
VLAN A: 192.168.0.x/24
VLAN B: 192.168.3.x/24
 
VLAN A's IP Address is: 192.168.0.6
VLAN B's IP Address is: 192.168.3.1
I have a device connected to VLAN B (port g3) that has an IP address of 192.168.3.5
 
From that device, I can ping 192.168.3.1, 192.168.0.6 (VLAN A's interface), but I cannot ping our gateway (192.168.0.1) or any other devices on that subnet.
 
From the switch, I can ping anything in either subnet (.0.x and .3.x) and I can ping the outside world (4.2.2.2).
 
If I do a show ip route - it shows both interfaces as directly connected.
 
I put in a route statement of the following:
ip route 0.0.0.0 0.0.0.0 192.168.0.1 (192.168.0.1 is the IP of our gateway/access to the internet).
 
I can't ping that address or get to the internet from the device that is on the VLAN B subnet. If I'm logged into the switch, I can ping anything I want ....
 
What am I doing wrong?

2 Intern

 • 

812 Posts

September 2nd, 2005 18:00

The problem is most likely due to your gateway not knowing about the 192.168.3.x network. You need to configure a static route on your gateway directing traffic for 192.168.3.x to 192.168.0.6.
No Events found!

Top