*Buenas Tardes Lista,
*
Ayer actualice mi debian testing y este hoy no tiene red, ya di varias
vueltas googleando en la red, sin encontrar nada que me sirva, revise el *
/etc/network/interfaces* y esta bien, realice un *ifconfig* pero no aparece
con direccion IP de la tarjeta que es *eth0*, levante la tarjeta con *ifup
eth0,* ademas asigne via consola la direccion IP, gateway y DNS, si bien
aparece ahora al realizar ifconfig y puedo hacer ping al localhost todavia
no logra conectarse a la red, alguien le paso algo similar?

*root@SDF1:/# cat /etc/network/interfaces *
# This file describes the network interfaces available on your system
# and how to activate them. For more information, see interfaces(5).

# The loopback network interface
auto lo
iface lo inet loopback

# The primary network interface
auto eth0
allow-hotplug eth0
iface eth0 inet static
    address x.x.x.x
    netmask x.x.x.x
    network x.x.x.x
    broadcast x.x.x.x
    gateway x.x.x.x
    # dns-* options are implemented by the resolvconf package, if installed
    nameservers x.x.x.x

root@SDF1:/# ifconfig
eth0      Link encap:Ethernet  HWaddr aa:00:04:00:0a:04
            inet addr:x.x.x.x   Bcast:x.x.x.x Mask:x.x.x.x
            UP BROADCAST MULTICAST  MTU:1500  Metric:1
            RX packets:0 errors:0 dropped:0 overruns:0 frame:0
            TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
            collisions:0 txqueuelen:1000
            RX bytes:0 (0.0 B)  TX bytes:0 (0.0 B)
            Interrupt:16

lo         Link encap:Local Loopback
           inet addr:127.0.0.1  Mask:255.0.0.0
           inet6 addr: ::1/128 Scope:Host
           UP LOOPBACK RUNNING  MTU:16436  Metric:1
           RX packets:432 errors:0 dropped:0 overruns:0 frame:0
           TX packets:432 errors:0 dropped:0 overruns:0 carrier:0
           collisions:0 txqueuelen:0
           RX bytes:30928 (30.2 KiB)  TX bytes:30928 (30.2 KiB)


-
*Joram*

Responder a