il mio ubuntu non effettua automaticamente all'avvio il caricamento dell'interfaccia di loopback, tant'è che se faccio un "ping localhost" ottengo un "connect: Network is unreachable"..
sono quindi costretto a fare manualmente "ifconfig lo 127.0.0.1"ad ogni avvio del pc.. noto inoltre che quando spengo il pc da "failed" su "deconfiguring network interfaces".
come posso fare per dirgli di fare ifconfig lo 127.0.0.1 all'avvio automaticamente?
il mio file /etc/network/interfaces e' così:
Codice PHP:
# 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
# This is a list of hotpluggable network interfaces.
# They will be activated automatically by the hotplug subsystem.
mapping hotplug
script grep
map eth1
# The primary network interface
iface eth1 inet static
address 192.168.0.1
netmask 255.255.255.0
network 192.168.0.0
broadcast 192.168.0.255
auto dsl-provider
iface dsl-provider inet ppp
provider dsl-provider
# added by pppoeconf
auto eth1
pre-up /sbin/ifconfig eth1 up # line maintained by pppoeconf