ahi va mi configuracion. eth0:1 es una interfaz virtual para la red
interna. El auto, si no me equivoco es para que la levante
automaticamente al iniciar el sistema

#/etc/network/interfaces
# Interfaces that comes with Debian Potato does not like to see
# "auto" option before "iface" for the first device specified.   

# localhost
iface lo inet loopback
        name Loopback: interfaz virtual

#Hacia internet DHCP
iface eth0 inet dhcp
name Retecal

#RED INTERNA
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 s�b, 13-04-2002 a las 14:58, Jose Velasco Lopez escribi�:
> Pues yo uso SID y creo que no tengo puesto lo de auto eth0
> simplemente iface eth0 inet dhcp, y me funciona sin problemas.
> 
> Pero bueno, la cuesti�n es que funcione, hay veces que pasan
> estas cosas.
> 
> Salu2.
> 
> -----Mensaje original-----
> De: Miguel �ngel Vilela [mailto:[EMAIL PROTECTED]
> Enviado el: s�bado, 13 de abril de 2002 14:39
> Para: [email protected]
> Asunto: Re: Cable modem
> 
> 
> On Sat, Apr 13, 2002 at 01:50:18PM +0200, Salvador Oller wrote:
> > A Dissabte 13 Abril 2002 13:17, [EMAIL PROTECTED] va escriure:
> > 
> > > la linea "iface eth0 inet dhcp" va sola en el archivo???
> > 
> > efectivamente, si pones 'static' has de indicarle direccion,mascara, 
> > pasarela, etc; pero como va por dhcp no has de poner nada mas.
> 
> Antes que  nada, �hola  de nuevo! Llevo  m�s de un  mes sin  lista por
> rollos  chungos con  mis cuentas  de  Yahoo (y  eso que  a�n no  est�n
> cobrando X)
> 
> En cuanto a  la l�nea "iface eth0  inet dhcp" hay un  detalle: si usas
> Potato en efecto va sola, pero si  usas woody o sid has de anteponerle
> la l�nea "auto eth0". No s� por qu� ser�, pero en unas 20 m�quinas con
> woody (todas con la misma instalaci�n clonada) me d� cuenta de que sin
> la l�nea "auto eth0" no levantaba la interfaz con "/etc/init.d/network
> start"
> 
> Saludos.
> 
> -- 
> 
>         --==--   --==--   Miguel �ngel Vilela   --==--   --==--       
> 
>   a.k.a  miguev  at  fmat.ull.es,  GULiC,  Barrapunto &  IRC-Hispano  
>   GULiC - Grupo de Usuarios Linux de Canarias - http://www.gulic.org  
>   Facultad de Matem�ticas, Universidad La Laguna --- www.fmat.ull.es  
>   Public GPG key at http://search.keyserver.net (search for: miguev)  
>   Linux Reg. User #184518 - Debian GNU/Linux 3.0 - kernel 2.4.16-xfs 
>   Linux Reg. Machines:  #81674,  #81677,  #105478,  #118020, #118022 
>   -- Linux Driver Petition #73209 --- No ePatents Petition #80354 --  
>  
>  Hoy le rechaza una estampita en el subte, ma�ana lo violar� en un colectivo.
>               -- Graffiti. Pintada en una estaci�n de subterr�neo de Buenos 
> Aires.  
> 
> 
> -- 
> 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]
> 



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

Responder a