Сеть из 3 пк и 1 маршрутизатора, каждый пк в своей подсети разных классов

товарищи знатоки.

Осваиваю сети. Мной возникла попытка построить сеть из одного маршрутизатора и трех пк, каждый пк в своей подсети разных классов. Суть в том, что сама сеть выстроилась, маршрутизатор выстроил таблицы.

Router#sh ip int br
Interface              IP-Address      OK? Method Status                Protocol 
FastEthernet0/0        10.0.0.1        YES NVRAM  up                    up 
FastEthernet0/1        172.16.0.1      YES NVRAM  up                    up 
FastEthernet1/0        192.168.0.1     YES NVRAM  up                    up 
Vlan1                  unassigned      YES NVRAM  administratively down down
Router#sh ip ro
Codes: L - local, C - connected, S - static, R - RIP, M - mobile, B - BGP
       D - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter area
       N1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2
       E1 - OSPF external type 1, E2 - OSPF external type 2, E - EGP
       i - IS-IS, L1 - IS-IS level-1, L2 - IS-IS level-2, ia - IS-IS inter area
   * - candidate default, U - per-user static route, o - ODR
   P - periodic downloaded static route

Gateway of last resort is not set

 10.0.0.0/8 is variably subnetted, 2 subnets, 2 masks
C       10.0.0.0/8 is directly connected, FastEthernet0/0

L       10.0.0.1/32 is directly connected, FastEthernet0/0
     172.16.0.0/16 is variably subnetted, 2 subnets, 2 masks
C       172.16.0.0/16 is directly connected, FastEthernet0/1
L       172.16.0.1/32 is directly connected, FastEthernet0/1
     192.168.0.0/24 is variably subnetted, 2 subnets, 2 masks
C       192.168.0.0/24 is directly connected, FastEthernet1/0
L       192.168.0.1/32 is directly connected, FastEthernet1/0

Тем не менее, с ПК внутри сети не могу снять пинг и трассировку другого ПК. В чем ошибка новичка?


Ответы (0 шт):