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

Re: Interfaces



2010/12/21 JulHer <julher@escomposlinux.org>:
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
>
> El 21/12/10 15:18, Liuber's Hdez. escribió:
>> iface eth1 inet static
>>         address 192.168.0.101
>>         netmask 255.255.255.0
>>         dns-nameservers 192.168.0.1
>
> Añade un
>
> auto eth1
>
> a ver que pasa.
>
> Un saludo
>
> JulHer
>
> -----BEGIN PGP SIGNATURE-----
> Version: GnuPG/MacGPG2 v2.0.16 (Darwin)
> Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/
>
> iEYEARECAAYFAk0RDtYACgkQN4Xu4S1+RIswiACgiRpQCgVAJiMNcdLzT8xCmABE
> 0P4AoJS13KIiPW7KNz4KaPaUROTQn76g
> =EkKw
> -----END PGP SIGNATURE-----
>
>
> --
> To UNSUBSCRIBE, email to debian-user-spanish-REQUEST@lists.debian.org
> with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
> Archive: [🔎] 4D110ED6.5080704@escomposlinux.org">http://lists.debian.org/[🔎] 4D110ED6.5080704@escomposlinux.org
>
>

Esto debiera quedarte así

/etc/network/interfaces
# This file describes the network interfaces available on your system
# and how to activate them. For more information, see interfaces(5).

# The loopback network interface
auto lo
iface lo inet loopback

# The primary network interface
allow-hotplug eth0 eth1

iface eth0 inet static
       address 192.168.0.100
       netmask 255.255.255.0
       dns-nameservers 192.168.0.1

iface eth1 inet static
       address 192.168.0.101
       netmask 255.255.255.0
       dns-nameservers 192.168.0.1

Así debe funcionar sin problemas.

Saludos Cordiales.
-- 
--------------------------------------------
Roberto Quiñones

Owner - Service Manager and System
ACShell.NET – Internet Services
roberto@acshell.net - www.acshell.net
San Martin #311 Santiago – CL (Chile)
+560981361713
--------------------------------------------


Reply to: