Question : Can not ping device in VLAN

I can not ping a computer that I've connected to VLAN10 on a 3560 switch I've just setup. I've setup a 3560 switch connecting to a 3550 switch as follows:

(Building A - 3560)
interface GigabitEthernet0/1
 description Uplink to Building B
 no switchport
 ip address 10.224.0.2 255.255.255.0

interface Vlan10
 description MANAGEMENT VLAN
 ip address 10.224.1.1 255.255.255.0

 ip route 0.0.0.0 0.0.0.0 10.224.0.1


(Building B - 3550)
interface GigabitEthernet0/4
 description Uplink to Building A
 no switchport
 ip address 10.224.0.1 255.255.255.0
 ip route-cache flow

 ip route 10.224.0.0 255.255.0.0 10.224.0.2


              I can ping the vlan interface 10.224.1.1 from Building B - 3550, but I can not ping the computer I have connected on fa 0/1 on Building A - 3560. Here is how I have the interface configured.

interface FastEthernet0/1
 switchport access vlan 10
 spanning-tree portfast


I have the computer setup with a static ip address

10.224.1.20
255.255.255.0
10.224.1.1

I can ping the vlan interface from the computer. But I can not ping anything in Building B - 3550.
Can anyone point me toward a solution?


Answer : Can not ping device in VLAN

Is there a FW running on computer A?

If not I'd try swapping ports and cables between A & B and if it follows Computer A it has to be someting on the PC.  At that point I'd load Wireshard and take a capture on Computer A to see exactly what the PC is seeing.
Random Solutions  
 
programming4us programming4us