Hello, I am using packet tracer to do a little labbing. I have a switch and two computers. Computer1(fastEthernet 0/2) is on VLAN 1 with an IP address of 10.1.1.100 255.255.255.0. Computer2(fastEthernet 0/1) is on VLAN 50 with an IP address of 10.1.50.100 255.255.255.0.
Computer1 pings the switch (10.1.1.10) just fine. But computer2 tries to ping the switch (10.1.50.10) and request times out. This is my first experience with creating VLANs and I am not sure what to do. The switch should be able to respond to both of these IP addresses, correct?
Here is the relevant output of show running-config:
interface FastEthernet0/1 switchport access vlan 50
!
interface FastEthernet0/2
switchport mode access
.......
interface Vlan1
ip address 10.1.1.10 255.255.255.0
!
interface Vlan50
ip address 10.1.50.10 255.255.255.0
FastEthernet 0/1 and 0/2 and VLAN 1 and VLAN 50 are all "up" in show ip int brief.
Any help is greatly appreciated.