salut
même soucis depuis hier sur ma machine:le reseau devient inaccessible alors que la box est pingée sans pb.
deplus,ça semble alléatoire:le DNS perdu peut revenir en redemarrant la machine…
le DNS que j’utilise est celui de ma (live)box:192.168.1.1
mon resolv.conf:[code]# Dynamic resolv.conf(5) file for glibc resolver(3) generated by resolvconf(8)
DO NOT EDIT THIS FILE BY HAND – YOUR CHANGES WILL BE OVERWRITTEN
nameserver 192.168.1.1[/code]
le /etc/network/interface:
[code]# 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
allow-hotplug eth0
iface eth0 inet dhcp
address 192.168.1.24
netmask 255.255.255.0
gateway 192.168.1.1
iface eth1 inet dhcp
auto eth0[/code]