2010/12/21 JulHer <[email protected]>:
> -----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 [email protected]
> with a subject of "unsubscribe". Trouble? Contact [email protected]
> Archive: http://lists.debian.org/[email protected]
>
>
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
[email protected] - www.acshell.net
San Martin #311 Santiago – CL (Chile)
+560981361713
--------------------------------------------
--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]
Archive:
http://lists.debian.org/[email protected]