Re: Pb accès au port 631

Page principale

Répondre à ce message
Auteur: Xavier Bestel
Date:  
À: Robert L.E.Billon
CC: GUILDE liste
Sujet: Re: Pb accès au port 631
Le mardi 05 décembre 2006 à 16:58 +0100, Robert L.E.Billon a écrit :
> Le Mardi 05 Décembre 2006 14:11, Xavier Bestel a écrit :
> > On Tue, 2006-12-05 at 14:03 +0100, Robert L.E.Billon wrote:
> > > > /sbin/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)

> >
> > D'ailleurs la preuve que c'est mal configuré, ton interface "lo" n'a pas
> > d'adresse. tu veras après la correction, elle aura l'adresse 127.0.0.1.
> >
> >     Xav

>
> Voilà ce que j'ai dans mon /etc/network/interfaces
>
> # The loopback network interface
> auto lo
> iface lo inet loopback
> auto eth0
> iface eth0 inet static
> address 10.97.1.35
> netmask 255.255.255.0
> network 10.97.1.0
> broadcast 10.97.1.255
> gateway 10.97.1.1


Là c'est bien.

> # Wifi
> MODE=managed
> ESSID=MY-SSID
> CHANNEL=11
> KEY=XXYYZZ


Là par contre, je dégagerais tout ça et j'utiliserais NetworkManager.
C'est incomparablement plus agréable.

    Xav