El Thu, 22 Sep 2011 14:11:11 -0400, Joram zito escribió: (responde debajo no arriba)
(...) >> ¿Llegas al menos gateway? >> >> ping -c 3 ip_gateway > Camaleon > > Ok, no encuentra el host, tengo red solo a localhost, desde otros > equipos intente hacer ping pero no esta arriba la tarjeta y con el > comando aparece esto; > > root@SDF1:/# ping -c 3 10.8.4.1 > PING 10.8.4.1 (10.8.4.1) 56(84) bytes of data > From 10.8.4.21 icmp_seq=1 Destination Host Unreachable > From 10.8.4.21 icmp_seq=2 Destination Host Unreachable > From 10.8.4.21 icmp_seq=3 Destination Host Unreachable Pues ya sabes lo que tienes que hacer: 1/ Comprobar que la interfaz está levantada (/sbin/ifconfig), y si no levanta: - Revisa el dmesg para ver por qué falla (dmesg | grep -i eth) - Intenta levantarla manualmente (ifup eth0) y vuelve a revisar el dmesg 2/ Configurar la tarjeta de red (mediante dhcp o con direccionamiento estático, según utilices en tu red) 3/ Volver a hacer ping al gateway Saludos, -- Camaleón -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected] Archive: http://lists.debian.org/[email protected]

