Ed> Hola chicos otra vez, espero que me podais ayudar estoy intentando 
configurar
> una maquina Linux la cual tiene 2 tarjetas de red, una para la red interna 
> (192.168.0.1) y
> otra tarjeta de red para el Cable Modem. 
> 
> Hasta ahora todo iba perfecto con una unica tarjeta para el cable modem.
> mi configuraci�n era
> 
> /etc/network/interfaces
>       auto eth0
>       iface eth0 inet dhcp
> 
> Ahora tengo el siguiente problema he a�adido la siguiente linea:
> 
> /etc/network/interfaces
>       auto eth0
>       auto eht1
>       iface eth0 inet dhcp
>       iface eth1 inet static
>               address 192.168.0.1
>               netmask 255.255.255.0
> 
> y lo que me ocurre es que la tarjeta de red para el Cable modem no consigue 
> ninguna IP
> o bien se activa pero con 192.168.0.1, es decir al final cuando hago un 
> ifconfig
> aparece:
>                       eth0 192.168.0.1
>                       eth1 192.168.0.1
> 
> �Que ocurre porque no funciona?
> 
> Tambien he intentando con la siguiente configuraci�n:
> 
> /etc/network/interfaces
>       auto eth0
>       auto eth1
>       iface eth0 inet dhcp
>       iface eth1 inet dhcp
> 
> pero o bien no obtienen las dos ninguna IP y se activan las tarjetas de red 
> en blanco
> o bien las dos obtienen 192.168.0.1.
> 
> Forma de solucionarlo ?
> 
> Gracias.
> 
        Nas.
        
        Yo lo tengo as� :
# /etc/network/interfaces -- configuration file for ifup(8), ifdown(8)

# The loopback interface
iface lo inet loopback

iface eth0 inet static
        address 192.168.1.1
        netmask 255.255.255.0
        network 192.168.1.0
        broadcast 255.255.255.0

# The first network card - this entry was created during the Debian installation

iface eth1 inet dhcp 

 Un saludo.
        C�sar a.k.a Insallah




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


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

Responder a