Hola.

On Tue, Mar 26, 2002 at 12:28:52AM -0600, Alex?nder Murillo Herrera wrote:
> Instal? una m?uina con Debian y le puse dos tarjetas de red, pero s?lo
> puedo ver una de ellas, como hago para configurar la otra como eth1?
>  
> La tarjeta si deber?a ser soportada por Debian con el m?dulo RTL8139.

Primero pruebe que todo funciona:

modprobe rtl8139
ifconfig eth1 192.168.1.150 netmask 255.255.255.0
ifconfig

Debera poder ver eth0, eth1, lo0.

Para hacer la configuracion permanente:

Agregar rtl8139 en /etc/modules:

echo rtl8139 >> /etc/modules

Eso carga el modulo automaticamente al encender la maquina.

Si es Debian potato:

Edite /etc/init.d/network y agregue al final:
ifconfig eth1 192.168.1.150 netmask 255.255.255.0
(y otras lineas que use para configurar la red)

Si es Debian woody:

Edite /etc/network/interfaces

Agregue:

auto eth1
iface eth1 inet static
    address 192.168.1.150
    netmask 255.255.255.0


Saludos,

Alexis Maldonado
Estudiante I.E. (UCR)

-----BEGIN GEEK CODE BLOCK-----
Version: 3.12
GE/GCS d? s a-- C++++ UL++++ P++++ E W N+ o+ K- w--- O M
V PS++ PE+ Y+ PGP+ t++ 5 X+ R tv-- b++ DI+ D+ G e h! r y+*
------END GEEK CODE BLOCK------


-- 
�Desea desuscribirse?  Escriba a [EMAIL PROTECTED] con el tema
'unsubscribe'.  M�s informaci�n: http://www.linux.or.cr/listas

Responder a