Le lun 26 mai 2008 13:13:58 CEST, robert <rleb07@???> a écrit :
> Comment fais-je pour configurer lo ?
>
> Si je fais
> c# ifconfig lo
> lo Lien encap:Boucle locale
> LOOPBACK MTU:16436 Metric:1
> RX packets:0 errors:0 dropped:0 overruns:0 frame:0
> TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
> collisions:0 lg file transmission:0
> RX bytes:0 (0.0 b) TX bytes:0 (0.0 b)
> >
> > Fred.
>
> --
> Robert L.E. Billon rleb07@??? (accept email max 150 KB)
> http://rleb07.free.fr & http://f3wm.free.fr
>
Sur Debian, dans /etc/network/interfaces, ajouter :
$ cat /etc/network/interfaces
# Used by ifup(8) and ifdown(8). See the interfaces(5) manpage or
# /usr/share/doc/ifupdown/examples for more information.
# The loopback network interface
auto lo
iface lo inet loopback
C'est bizarre de ne pas l'avoir : c'est une install *très* basique ;-P
Fred.