localhost est éteint sur ma machine.
il est décrit dans mon /etc/network/interfaces
:
auto lo
iface lo inet loopback
auto eth1
iface eth1 inet dhcp
mais quand je cours la route
route -n" with wireless off
Je reçois:
Kernel IP routing table
Destination Gateway Genmask Flags Metric Ref Use Iface
comment puis-je l'allumer?
Vous pouvez utiliser ifconfig
pour vérifier si une interface réseau (par exemple, l'interface localhost (lo)) est activée ou non.
Vous pouvez utiliser Sudo ifconfig lo up
pour activer l'interface localhost.