Ejercicios Repaso-tablas de Enrutamiento

2
EJERCICIO REPASO – TABLAS DE ENRUTAMIENTO 1) Dibuja el esquema de red del equipo cuya tabla de enrutamiento se muestra a continuación, indicando la totalidad de las redes: [root@linux]# route -n Kernel IP routing table Destination Gateway Genmask Flags Iface 192.168.10.0 0.0.0.0 255.255.255.0 U eth0 192.168.20.0 0.0.0.0 255.255.255.0 U eth0 192.168.30.0 0.0.0.0 255.255.255.0 U eth0 12.1.0.0 0.0.0.0 255.255.0.0 U eth1 12.2.0.0 0.0.0.0 255.255.0.0 U eth1 172.100.0.0 0.0.0.0 255.255.0.0 U eth2 172.200.0.0 0.0.0.0 255.255.0.0 U eth2 192.168.60.0 0.0.0.0 255.255.255.0 U eth3 192.168.70.0 0.0.0.0 255.255.255.0 U eth3 172.30.0.0 192.168.10.200 255.255.0.0 UG eth0 172.40.0.0 192.168.20.200 255.255.0.0 UG eth0 172.50.0.0 192.168.20.201 255.255.0.0 UG eth0 172.60.0.0 192.168.30.100 255.255.0.0 UG eth0 172.70.0.0 12.1.1.100 255.255.0.0 UG eth1 172.80.0.0 12.2.1.100 255.255.0.0 UG eth1 12.200.200.0 12.2.1.200 255.255.0.0 UG eth1 12.222.222.0 172.200.10.10 255.255.255.0 UG eth2 192.168.40.0 192.168.60.200 255.255.255.0 UG eth3 192.168.50.0 192.168.70.200 255.255.255.0 UG eth3 192.168.90.0 192.168.50.200 255.255.255.0 UG eth3 0.0.0.0 172.200.20.22 0.0.0.0 UG eth2 REPASO DE CONCEPTOS BÁSICOS DE REDES - Pag. nº1

Transcript of Ejercicios Repaso-tablas de Enrutamiento

EJERCICIO REPASO TABLAS DE ENRUTAMIENTO1) Dibuja el esquema de red del equipo cuya tabla de enrutamiento se muestra a continuacin, indicando la totalidad de las redes: [root@linux]# route -n Kernel IP routing table Destination Gateway 192.168.10.0 0.0.0.0 192.168.20.0 0.0.0.0 192.168.30.0 0.0.0.0 12.1.0.0 0.0.0.0 12.2.0.0 0.0.0.0 172.100.0.0 0.0.0.0 172.200.0.0 0.0.0.0 192.168.60.0 0.0.0.0 192.168.70.0 0.0.0.0 172.30.0.0 192.168.10.200 172.40.0.0 192.168.20.200 172.50.0.0 192.168.20.201 172.60.0.0 192.168.30.100 172.70.0.0 12.1.1.100 172.80.0.0 12.2.1.100 12.200.200.0 12.2.1.200 12.222.222.0 172.200.10.10 192.168.40.0 192.168.60.200 192.168.50.0 192.168.70.200 192.168.90.0 192.168.50.200 0.0.0.0 172.200.20.22

Genmask 255.255.255.0 255.255.255.0 255.255.255.0 255.255.0.0 255.255.0.0 255.255.0.0 255.255.0.0 255.255.255.0 255.255.255.0 255.255.0.0 255.255.0.0 255.255.0.0 255.255.0.0 255.255.0.0 255.255.0.0 255.255.0.0 255.255.255.0 255.255.255.0 255.255.255.0 255.255.255.0 0.0.0.0

Flags U U U U U U U U U UG UG UG UG UG UG UG UG UG UG UG UG

Iface eth0 eth0 eth0 eth1 eth1 eth2 eth2 eth3 eth3 eth0 eth0 eth0 eth0 eth1 eth1 eth1 eth2 eth3 eth3 eth3 eth2

REPASO DE CONCEPTOS BSICOS DE REDES -

Pag. n1

2) Si tenemos en cuenta que las direcciones IP privada y pblica del router son 192.168.8.200 y 68.123.27.231, indica como seran las tablas de enrutamiento de los equipos ROUTER/GATEWAY/FIREWALL 3 y ROUTER/GATEWAY/FIREWALL 4, teniendo en cuenta que deben poder alcanzar cualquier equipo de la intranet e internet. De igual forma, indica los comandos que sera necesario ejecutar en cada uno de ellos (ifconfig, route e iptables).

REPASO DE CONCEPTOS BSICOS DE REDES -

Pag. n2