On Wed, 4 Nov 2015 15:28:36 +0000 (UTC) Camaleón <[email protected]> wrote:
> El Wed, 04 Nov 2015 15:55:59 +0100, Alberto C escribió: > > > On Wed, 4 Nov 2015 14:33:58 +0000 (UTC) > > Camaleón <[email protected]> wrote: > > (...) > > >> Bueno, pues ahí tienes la tarjeta de red (eth0), todo normal. La > >> pregunta del millón es ¿has configurado el adaptador de red? Y en caso > >> afirmativo ¿cómo, exactamente y con qué datos? :-) > >> > > A mi pesar tendre que reactivar mi cuenta de gmail (aghhh se hacen con > > el control de todo) :-) > > Puedes usar IMAP offline con tu proveedor actual y un cliente de correo > convencional, si es que lo admite. > > > Mira este es el archivo interfaces con restos de mis pruebas, es muy > > sencillo ya que este netbook lo uso en desplazamientos (como ahora mismo > > en el tren) a ver si das con algo: > > > > # This file describes the network interfaces available on your system # > > and how to activate them. For more information, see interfaces(5). > > > > source /etc/network/interfaces.d/* > > > > # The loopback network interface > > > > > > auto lo > > iface lo inet loopback > > #address 127.0.0.1 > > #netmask 255.0.0.0 > > > > > > #auto eth0 > > > > #iface eth0 inet dhcp > > Bueno, pues tienes todo desactivado. Prueba a activarlo :-) > > auto eth0 > iface eth0 inet dhcp > > Y recarga la red (service networking restart), levanta la interfaz (ifup > eth0) y prueba de nuevo. Obviamente tiene que haber un servidor dhcp que > te dé los datos de configuración (entiendo que el router). > > Saludos, > > -- > Camaleón > Sin exito. Paso el reporte interfaces: # This file describes the network interfaces available on your system # and how to activate them. For more information, see interfaces(5). #source /etc/network/interfaces.d/* # The loopback network interface auto lo iface lo inet loopback #dhcp auto eth0 iface eth0 inet dhcp --- Tambien: root@debian:/etc/network# service networking restart ^X^C (se eterniza) root@debian:/etc/network# /etc/init.d/networking restart [ ok ] Restarting networking (via systemctl): networking.service. root@debian:/etc/network# ifup eth0 ifup: interface eth0 already configured --- root@debian:/etc/network# dhclient eth0 (no hace nada) --- ifconfig: eth0 Link encap:Ethernet HWaddr 00:26:22:67:cc:29 inet6 addr: fe80::226:22ff:fe67:cc29/64 Scope:Link UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1 RX packets:613 errors:75 dropped:0 overruns:0 frame:75 TX packets:536 errors:0 dropped:0 overruns:0 carrier:3 collisions:0 txqueuelen:1000 RX bytes:34556 (33.7 KiB) TX bytes:92769 (90.5 KiB) eth0:avahi Link encap:Ethernet HWaddr 00:26:22:67:cc:29 inet addr:169.254.6.157 Bcast:169.254.255.255 Mask:255.255.0.0 UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1 el led la tarjeta parpadea pero la conexión se queda en espera de una dirección... Dios mio dame paciencia -- Alberto C <[email protected]>

