Bonjour,
j’ai don essayé la manip que mattotop ma donné, mais ça ne fonctionne toujours pas. voici ce que j’ai d’affiché
debian:/home/mehdi# ifconfig -a
eth0 Lien encap:Ethernet HWaddr 00:13:8F:17:0C:65
inet adr:169.254.208.7 Bcast:169.254.255.255 Masque:255.255.0.0
adr inet6: fe80::213:8fff:fe17:c65/64 Scope:Lien
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:25 errors:0 dropped:0 overruns:0 frame:0
TX packets:115 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 lg file transmission:1000
RX bytes:3441 (3.3 KiB) TX bytes:16298 (15.9 KiB)
Interruption:185 Adresse de base:0xc000
lo Lien encap:Boucle locale
inet adr:127.0.0.1 Masque:255.0.0.0
adr inet6: ::1/128 Scope:Hôte
UP LOOPBACK RUNNING MTU:16436 Metric:1
RX packets:98 errors:0 dropped:0 overruns:0 frame:0
TX packets:98 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 lg file transmission:0
RX bytes:7188 (7.0 KiB) TX bytes:7188 (7.0 KiB)
sit0 Lien encap:IPv6-dans-IPv4
NOARP MTU:1480 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)
debian:/home/mehdi# cat /etc/network/interfaces
This file describes the network interfaces available on your system
and how to activate them. For more information, see interfaces(5).
The loopback network interface
auto lo
iface lo inet loopback
The primary network interface
auto eth0
iface eth0 inet dhcp
debian:/home/mehdi# invoke-rc.d networking restart
Reconfiguring network interfaces…Internet Systems Consortium DHCP Client
V3.0.4
Copyright 2004-2006 Internet Systems Consortium.
All rights reserved.
For info, please visit isc.org/sw/dhcp/
Listening on LPF/eth0/00:13:8f:17:0c:65
Sending on LPF/eth0/00:13:8f:17:0c:65
Sending on Socket/fallback
DHCPRELEASE on eth0 to 192.168.1.1 port 67
send_packet: Network is unreachable
send_packet: please consult README file regarding broadcast address.
Internet Systems Consortium DHCP Client V3.0.4
Copyright 2004-2006 Internet Systems Consortium.
All rights reserved.
For info, please visit isc.org/sw/dhcp/
Listening on LPF/eth0/00:13:8f:17:0c:65
Sending on LPF/eth0/00:13:8f:17:0c:65
Sending on Socket/fallback
DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 5
DHCPOFFER from 192.168.1.1
DHCPREQUEST on eth0 to 255.255.255.255 port 67
DHCPACK from 192.168.1.1
bound to 192.168.1.3 – renewal in 237393 seconds.
done.
QUELQU’UN PEUT T’IL M’EXPLIQUER SI IL Y A QUELQUE CHOSE QUI VA PAS DANS TOUT SA MERCI.