Mi /etc/network/interfaces. El eth0:1 es un alias o interfaz virtual,
cambialo por eth1

# The loopback interface
# Interfaces that comes with Debian Potato does not like to see
# "auto" option before "iface" for the first device specified.
iface lo inet loopback
        name Loopback: interfaz virtual

iface eth0 inet dhcp
name Retecal

iface eth0:1 inet static
        address 192.168.0.2
        netmask 255.255.255.240
        broadcast 192.168.0.15
        network 192.168.0.0
        name Intranet

auto eth0
auto eth0:1
auto lo


El jue, 25-04-2002 a las 13:47, Jose Velasco Lopez escribi�:
> 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.
> 
> 
> 
> 
> 
> 
> -- 
> 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