[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Configurar woody con una placa red, dos IP y una sola puerta de enlace



Gracias, Fernando!!. Pues, sí, ha habido suerte!!!! Ahora ya salgo por la uni 
y veo la red del trabajo. Muchas gracias a todos por la ayuda, y en especial 
a:

-  Fernando <fernandojose.sainz@avanzit.com>
-  Faro <faro@dgp.mir.es>
-  Eloy Rafael Sanz <eloy@eloy.ayrna.org>
-  Antonio Trujillo Carmona <trujo@dti2.net>

Espero no haberme olvidado de nadie. Muy agradecido, una vez más, por la 
ayuda de la lista. Saludos. Pep Roca

PS: Por si sirve para otros, aquí esta el /etc/network/interfaces completo:

*** Inicio ***************************
# /etc/network/interfaces -- configuration file for ifup(8), ifdown(8)

# The loopback interface
# automatically added when upgrading
auto lo
iface lo inet loopback

# The first network card - this entry was created during the Debian 
installation
# (network, broadcast and gateway are optional)
# automatically added when upgrading
auto eth0
iface eth0 inet static
        address 146.219.117.112
        netmask 255.255.252.0
        network 146.219.116.0
        broadcast 146.219.119.255
###      gateway
auto eth0:0
iface eth0:0 inet static
        address 158.109.244.121
        netmask 255.255.255.0
        network 158.109.244.0
        broadcast 158.109.244.255
        gateway 158.109.244.1
*** Fin *************************************

A Dimecres 18 Setembre 2002 08:23, Fernando va escriure:
> Pep Roca wrote:
> > auto lo
> > iface lo inet loopback
> > auto eth0
> > iface eth0:0 inet static
>
> iface eth0 inet static   // sin :0
>
> >         address 146.219.117.112
> >         netmask 255.255.252.0
> >         network 146.219.116.0
> >         broadcast 146.219.119.255
>
> # >         gateway  // sobra... ??
> # > iface eth0:1 inet static
>
> auto eth0:0  // Aqui yo tengo 0 no 1
> iface eth0:0 inet static
>
> >         address 158.109.244.121
> >         netmask 255.255.255.0
> >         network 158.109.244.0
> >         broadcast 158.109.244.255
> >         gateway 158.109.244.1
> > _________________________Fin
> >
> > Pero no funciona. Que estoy haciendo mal? Muchas gracias y saludos. Pep
> > Roca.
>
> Suerte....



Reply to: