Olivier Ricordeau wrote:
freedom:~# ifconfig lo Link encap:Local Loopback inet addr:127.0.0.1 Mask:255.0.0.0 UP LOOPBACK RUNNING MTU:3924 Metric:1 RX packets:2 errors:0 dropped:0 overruns:0 frame:0 TX packets:2 errors:0 dropped:0 overruns:0 carier:0 collision:0 txqueuelen:0freedom:~# ifconfig C'est grave docteur?? ;-)
Pas trop, une bonne aspirine dans la carte r�seau et �a ira mieux ;) Bon, on est d'accord qu'il n'y a qu'une carte r�seau et qu'elle n'est pas configur�e ? lo c'est le 127.0.0.1, il te faut une autre IP, je vais supposer que ta premi�re machine est 192.168.1.1 et celle-l� 192.168.1.2 (tu corrigeras si besoin est), le mieux serait d�j� de tenter un : # ifconfig eth0 192.168.1.2 Et de refaire ifconfig pour voir si �a marche. Si �a marche on pourra envisager la route et la configuration au d�marrage mais d�j� faut savoir si �a fonctionne. R�gis. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

