> > Normalement, je n'ai m�me pas besoin de mon PC, le bloogate et le modem > doivent communiquer ensemble et se reconna�tre au sens o� le modem > configur� en serveur DHCP doit attribuer une adresse IP au bloogate. > Remarque, je peux tester mon modem en faisant de mon PC un client DHCP > du modem. Je ne sais pas le faire mais je vais regarder la doc.
J'ai fait le test avec la configuration: -> modem en serveur dhcp -> pc en client dhcp Ma configuration eth0 dans /etc/network/interfaces: auto eth0 iface eth0 inet dhcp Au d�marrage de mon interface �a donne: #/etc/init.d/networking start Setting up IP spoofing protection: rp_filter. Configuring network interfaces...ifup: interface lo already configured Internet Software Consortium DHCP Client 2.0pl5 Copyright 1995, 1996, 1997, 1998, 1999 The Internet Software Consortium. All rights reserved. Please contribute if you find this software useful. For info, please visit http://www.isc.org/dhcp-contrib.html Listening on LPF/eth0/<adresse mac carte r�seau> Sending on LPF/eth0/<adresse mac carte r�seau> Sending on Socket/fallback/fallback-net DHCPREQUEST on eth0 to 255.255.255.255 port 67 DHCPACK from 10.0.0.138 bound to 10.0.0.20 -- renewal in 3600 seconds. Plugin rp-pppoe.so loaded. RP-PPPoE plugin version 3.3 compiled against pppd 2.4.3 done. J'en conclue que tout s'est bien pass�. Ce que confirme le ifconfig: #ifconfig eth0 Lien encap:Ethernet HWaddr <adresse mac carte r�seau> inet adr:10.0.0.20 Bcast:10.255.255.255 Masque:255.0.0.0 UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1 RX packets:107680 errors:0 dropped:0 overruns:0 frame:0 TX packets:116985 errors:0 dropped:0 overruns:0 carrier:0 collisions:5 lg file transmission:1000 RX bytes:64146787 (61.1 MiB) TX bytes:9753360 (9.3 MiB) Interruption:9 Adresse de base:0xdc00 lo Lien encap:Boucle locale inet adr:127.0.0.1 Masque:255.0.0.0 UP LOOPBACK RUNNING MTU:16436 Metric:1 RX packets:253140 errors:0 dropped:0 overruns:0 frame:0 TX packets:253140 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 lg file transmission:0 RX bytes:36400897 (34.7 MiB) TX bytes:36400897 (34.7 MiB) ppp0 Lien encap:Protocole Point-�-Point inet adr:<mon adresse ip fournie par le FAI> P-t-P:62.4.16.244 Masque:255.255.255.255 UP POINTOPOINT RUNNING NOARP MULTICAST MTU:1492 Metric:1 RX packets:6 errors:0 dropped:0 overruns:0 frame:0 TX packets:3 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 lg file transmission:3 RX bytes:168 (168.0 b) TX bytes:54 (54.0 b) Un ping � l'autre bout de ma liaison ppp me donne: # ping 62.4.16.244 PING 62.4.16.244 (62.4.16.244): 56 data bytes 64 bytes from 62.4.16.244: icmp_seq=0 ttl=255 time=128.8 ms 64 bytes from 62.4.16.244: icmp_seq=1 ttl=255 time=33.4 ms 64 bytes from 62.4.16.244: icmp_seq=2 ttl=255 time=32.0 ms 64 bytes from 62.4.16.244: icmp_seq=3 ttl=255 time=35.4 ms --- 62.4.16.244 ping statistics --- 4 packets transmitted, 4 packets received, 0% packet loss round-trip min/avg/max = 32.0/57.4/128.8 ms et donc tout va bien. Le ping sur mon adresse ip fournie par le FAI r�pond correctement aussi. Le ping sur mon serveur DHCP est bon: # ping 10.0.0.138 PING 10.0.0.138 (10.0.0.138): 56 data bytes 64 bytes from 10.0.0.138: icmp_seq=0 ttl=255 time=256.6 ms 64 bytes from 10.0.0.138: icmp_seq=1 ttl=255 time=1.1 ms 64 bytes from 10.0.0.138: icmp_seq=2 ttl=255 time=1.1 ms 64 bytes from 10.0.0.138: icmp_seq=3 ttl=255 time=1.1 ms --- 10.0.0.138 ping statistics --- 4 packets transmitted, 4 packets received, 0% packet loss round-trip min/avg/max = 1.1/64.9/256.6 ms MAIS LE BAS BLESSE A PARTIR D'ICI: # ping google.fr ping: unknown host google.fr <au bout d'un certain temps, quand m�me> # ping 62.4.17.69 PING 62.4.17.69 (62.4.17.69): 56 data bytes --- 62.4.17.69 ping statistics --- 76 packets transmitted, 0 packets received, 100% packet loss <62.4.17.69 est le serveur de nom de mon FAI - N�rim> Pour r�sumer, je n'ai plus internet!!! Or je d�bouche de l'autre c�t� de ma liaison ppp. Une id�e? Merci d'avance. -- Stevan Kanban -- Pensez � lire la FAQ de la liste avant de poser une question : http://wiki.debian.net/?DebianFrench Pensez � rajouter le mot ``spam'' dans vos champs "From" et "Reply-To:" To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

