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

cambio de nombre de las eth



Hola a todos, 

He tenido un problema, al clonar unas maquinas DELL Optiplex (identicas) con 
el programa partimage.
Resulta, que una vez clonadas las maquinas, las dos tarjetas de red que tiene 
eth0 y eth1 no aparen en el ifconfig.

Si ejecuto mii-tools, me aparece:
--------------------------------------
eth2: negotiated 100baseTx-FD, link ok
eth3: negotiated 100baseTx-FD, link ok
--------------------------------------

En mi fichero /etc/network/interfaces hay esto:
--------------------------------------
# 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
auto eth0
iface eth0 inet static
        address 192.168.0.251
        netmask 255.255.255.0
        network 192.168.0.0
        broadcast 192.168.0.255
        gateway 192.168.0.1

auto eth1
iface eth1 inet static
        address 192.168.2.251
        netmask 255.255.255.0
        network 192.168.2.0
        broadcast 192.168.2.255
        gateway 192.168.0.251
--------------------------------------

Si reinicio el entorno de red: /etc/init.d/network restart, me aparece esto:
--------------------------------------
Reconfiguring network interfaces...SIOCSIFADDR: No such device
eth0: ERROR while getting interface flags: No such device
SIOCSIFNETMASK: No such device
SIOCSIFBRDADDR: No such device
eth0: ERROR while getting interface flags: No such device
eth0: ERROR while getting interface flags: No such device
Failed to bring up eth0.
SIOCSIFADDR: No such device
eth1: ERROR while getting interface flags: No such device
SIOCSIFNETMASK: No such device
SIOCSIFBRDADDR: No such device
eth1: ERROR while getting interface flags: No such device
eth1: ERROR while getting interface flags: No such device
Failed to bring up eth1.
done.
--------------------------------------

Agradeceria a quien me pueda ayudar a solucionar el problema.

Saludos y gracias anticipadas
-- 
xve



Reply to: