-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hola Jordi,
sembla que estigui fallant en intentar renovar l'adreça per DHCP. Si és un equip que no belluga pots configurar-li una adreça IP estàtica. Ho pots fer amb el NM (Edit connections -> wired -> add) o afegint-la directament a /etc/network/interfaces: Canvia (o comenta) aquest bloc: > # The primary network interface > allow-hotplug eth0 > iface eth0 inet dhcp ha de quedar una cosa així: # The primary network interface iface eth0 inet static address 192.168.0.100 netmask 255.255.255.0 gateway 192.168.0.1 Si reinicies la xarxa hauria d'agafar aquesta configuració: #~ /etc/init.d/networking restart Salut, ^dj On 09/19/2011 12:03 PM, jordi wrote: > El dl 19 de 09 de 2011 a les 10:58 +0200, en/na Marc Olive va escriure: > >> >> Pots dir-nos que la sortida de les comandes: >> >> # ifconfig >> # route -n >> # cat /etc/resolv.conf >> # cat /etc/network/interfaces >> >> ? >> >> per veure com tens posada la xarxa. >> > > Hola > > No es un portatil, es el de casa que està en marxa unes 16 hores cada > dia, i a la mateixa hora es quan s'atura. > > Aquesta es la sortida de les ordres, ara a les 12 del migdia. > > ifconfig > eth0 Link encap:Ethernet HWaddr 00:80:5a:28:26:de > inet addr:192.168.0.192 Bcast:192.168.0.255 > Mask:255.255.255.0 > inet6 addr: fe80::280:5aff:fe28:26de/64 Scope:Link > UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1 > RX packets:230977 errors:0 dropped:0 overruns:0 frame:0 > TX packets:260925 errors:0 dropped:0 overruns:0 carrier:0 > collisions:0 txqueuelen:1000 > RX bytes:156501372 (149.2 MiB) TX bytes:186115210 (177.4 MiB) > Interrupt:18 Base address:0xe800 > > lo Link encap:Local Loopback > inet addr:127.0.0.1 Mask:255.0.0.0 > inet6 addr: ::1/128 Scope:Host > UP LOOPBACK RUNNING MTU:16436 Metric:1 > RX packets:93733 errors:0 dropped:0 overruns:0 frame:0 > TX packets:93733 errors:0 dropped:0 overruns:0 carrier:0 > collisions:0 txqueuelen:0 > RX bytes:10346954 (9.8 MiB) TX bytes:10346954 (9.8 MiB) > > > route -n > Kernel IP routing table > Destination Gateway Genmask Flags Metric Ref Use > Iface > 192.168.0.0 0.0.0.0 255.255.255.0 U 0 0 0 > eth0 > 0.0.0.0 192.168.0.1 0.0.0.0 UG 0 0 0 > eth0 > > > cat /etc/resolv.conf > domain localdomain > search localdomain > nameserver 192.168.0.1 > nameserver 192.168.0.1 > > > 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 > allow-hotplug eth0 > iface eth0 inet dhcp > > > Només em queda veure si avui també ho fa.... > > Gracies. > > Jordi. > > - -- David Jacovkis Free Knowledge Institute IM/VoIP/phone on request "Unlocking the knowledge society" 41.4532, 2.0441 http://freeknowledge.eu -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.11 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/ iEYEARECAAYFAk53GGkACgkQY3ek4O7TOOg4YgCfXfah4dw1g/8DmxLv8tJI3jK2 USQAn0LqnAul2r4aw1IYGDmdmewk4azH =RzXA -----END PGP SIGNATURE----- -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected] Archive: http://lists.debian.org/[email protected]

