|    
			
				19/05/2013, 14:26
			
			
			  | 
  |   |  |  |  Fecha de Ingreso: abril-2007 
						Mensajes: 24
					 Antigüedad: 18 años, 6 meses Puntos: 0 |  | 
  |  Respuesta: Problema conectando dos redes con mas de un router en packet tracer  
  Muchas gracias !!!  acomode las ip en el router del medio y las rutas, por si a alguno le sirve la config quedo asi, y ahora puedo hacer ping perfectamente!
 RED A:
 TODAS LAS PC ESTAN CONFIGURADAS
 CON IP 192.168.0.X
 MASCARA 255.255.255.0
 GATEWAY 192.168.0.1
 
 RED B:
 TODAS LAS PC ESTAN CONFIGURADAS
 CON IP 192.168.5.X
 MASCARA 255.255.255.0
 GATEWAY 192.168.5.1
 
 ROUTER 1
 Fast ethernet 0/0 192.168.1.1
 Fast ethernet 0/1 192.168.0.1
 
 ip route 0.0.0.0 0.0.0.0  192.168.1.2
 
 ROUTER 2
 Fast ethernet 0/0 192.168.1.2
 Fast ethernet 0/1 192.168.4.2
 
 ip route 192.168.0.0 255.255.255.0  192.168.1.1
 ip route 192.168.5.0 255.255.255.0  192.168.4.1
 
 ROUTER 3
 Fast ethernet 0/0 192.168.4.1
 Fast ethernet 0/1 192.168.5.1
 
 ip route 0.0.0.0 0.0.0.0  192.168.4.2
     |