19/05/2006, 09:44
|
| | Fecha de Ingreso: octubre-2001 Ubicación: Argentina
Mensajes: 848
Antigüedad: 23 años, 1 mes Puntos: 28 | |
Podrías intentar con elcomando ifconfig
Si pones ifconfig eth0 192.168.1.49 netmask 255.255.255.0 broadcast 192.168.1.1 up
tendrías configurada la eth0 y si no funciona podrías probar con ifconfig eth1 192.168.1.49 netmask 255.255.255.0 broadcast 192.168.1.1 up
tendrias configurada la eth1.
Para más información sobre las placas poné solo ifconfig en la consola y te aparecerá algo parecido a esto.
eth0 Link encap:Ethernet HWaddr 00:08:54:39:F5:A3
inet addr:192.168.1.14 Bcast:192.168.1.255 Mask:255.255.255.0
UP BROADCAST NOTRAILERS RUNNING MULTICAST MTU:1500 Metric:1
RX packets:2433 errors:0 dropped:0 overruns:0 frame:0
TX packets:2431 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:1465946 (1.3 Mb) TX bytes:501530 (489.7 Kb)
Interrupt:5 Base address:0xd400
lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
UP LOOPBACK RUNNING MTU:16436 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:0
RX bytes:0 (0.0 b) TX bytes:0 (0.0 b)
Tenés más datos en el man de ifconfig y en la documentación de slackware, aunque esto debería funcionar bien... si no seguiremos intentando.
Saludos.
Zero Zen. |