Acabo de instalar debian en un ordenador con tarjeta de red.

Instalo y arranco sin problemas.

Recompilo el kernel 2.4.18.

Levanto la red con dhcp con la siguiente configuraci�n:

auto eth0
iface eth0 inet dhcp

y si ejecuto ifconfig sale 

eth0      Link encap:Ethernet  HWaddr 00:01:03:D6:03:2D  
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:38448866 errors:0 dropped:0 overruns:25 frame:0
          TX packets:16334431 errors:0 dropped:0 overruns:0 carrier:1
          collisions:0 txqueuelen:100 
          RX bytes:2232270556 (2.0 GiB)  TX bytes:2612340097 (2.4 GiB)
          Interrupt:11 Base address:0xc000 

no me sale la linea en la que aparecen la direcci�n, etc.
No tengo tabla de enrutamiento. Con route no me aparece nada.


Si le cambio el network interfaces para que sea static con su direci�n IP
(la tarjeta est� dada de alta), si que tiene direcci�n, netmask, etc y
adem�s encuentra el dns. Cuando hago ping a otro ordenador cercano, no hay
problema, pero cuando intento salir fuera:

tarantula:~# ping www.upv.es
PING altair.cc.upv.es (158.42.4.2): 56 data bytes
ping: sendto: Network is unreachable
ping: wrote altair.cc.upv.es 64 chars, ret=-1
ping: sendto: Network is unreachable

con route

tarantula:~# route
Kernel IP routing table
Destination     Gateway         Genmask         Flags Metric Ref    Use
Iface
147.156.0.0     *               255.255.0.0     U     0      0        0 eth0


mientras que con otro ordenador

[EMAIL PROTECTED]:~$ sudo route
Kernel IP routing table
Destination     Gateway         Genmask         Flags Metric Ref    Use Iface
147.156.160.0   *               255.255.252.0   U     0      0        0 eth0
default         institutro.ci.u 0.0.0.0         UG    0      0        0 eth0

Intento a�adir una ruta:

tarantula:~# route add 147.156.160.0
SIOCADDRT: No such device

Alguien tiene una idea de qu� puede estar pasando. Yo pienso que pueda ser
algo relacionado con el kernel, pero no se me ocurre qu�.

Gracias


-- 
Codigo ergo sum
-------------------------
Ignacio Garc�a Fern�ndez 
[EMAIL PROTECTED]
Instituto de Rob�tica.   
Universidad de Valencia.
Tlf. 96 398 3583


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Responder a