Hi, i'm started using packet tracer recently, so sorry if my question isn't in the level of this forum.
I built a LAN with 1 router, 3 switches and 4 PC.
Here is a picture of the network:
The number of the routers start from 4 because I have another LAN in this project.
so the problem is that from PC 3 and 4 there is a ping to the router, but not from pc 1 and 2.
Switch 4 is in VTP mode sever, and the switches 5 and 6 in VTP mode client.
The VTP domain is Cisco.
PC 1 ip add:40.0.0.1
sb 255.255.255.0
DG 40.0.0.254
PC 2 ip add:40.0.0.2
sb 255.255.255.0
DG 40.0.0.254
PC 3 ip add:50.0.0.1
sb 255.255.255.0
DG 50.0.0.254
PC 4 ip add:50.0.0.2
sb 255.255.255.0
DG 50.0.0.254
Router:
interface FastEthernet0/0 no ip address
duplex auto
speed auto
!
interface FastEthernet0/0.1
encapsulation dot1Q 40
ip address 40.0.0.254 255.255.255.0
!
interface FastEthernet0/0.2
encapsulation dot1Q 50
ip address 50.0.0.254 255.255.255.0
!
Switch 4:
interface FastEthernet0/1
switchport mode trunk
!
interface FastEthernet1/1
switchport mode trunk
!
interface FastEthernet2/1
switchport mode trunk
!
Switch 5:
interface FastEthernet0/1
switchport mode trunk
!
interface FastEthernet1/1
switchport mode trunk
!
interface FastEthernet2/1
switchport access vlan 40
switchport mode access
!
interface FastEthernet3/1
switchport access vlan 40
switchport mode access
!
Switch 6:
interface FastEthernet0/1
switchport mode trunk
!
interface FastEthernet1/1
switchport mode trunk
!
interface FastEthernet2/1
switchport access vlan 50
switchport mode access
!
interface FastEthernet3/1
switchport access vlan 50
switchport mode access
!