Pagina 1 di 1

[Risolto] rete inattiva

Inviato: mercoledì 11 agosto 2010, 16:39
da Bebbo59
Ciao,
una cosa strana. Stavo usando il Pc (ubuntu 10.04... lts) normalmente in rete. L'ho spento, al riavvio lo stato della rete risulta inattivo. Non riesco più a connettermi e non so identificare esattamente il problema, il led dietro al case della eth... si accende. Il dubbio che fosse il cavo di connesione l'ho risolto colegandomi con l'altro pc, funziona quindi non è usurato.

Ho il temore che sia l'ethernet che è partita
Vorrei conoscere qualche comando shell che mi aiuti a identificare il problema...
Alla shell l'unico che ho provato è questo: ifconfig

eth0   Link encap:Ethernet  HWaddr 6c:f0:49:10:99:91  
         indirizzo inet6: fe80::6ef0:49ff:fe10:9991/64 Scope:Link
         UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
         RX packets:73 errors:0 dropped:0 overruns:0 frame:0
         TX packets:1 errors:0 dropped:0 overruns:0 carrier:0
         collisioni:0 txqueuelen:1000
         Byte RX:8046 (8.0 KB)  Byte TX:342 (342.0 B)
         Interrupt:26 Indirizzo base:0xc000

Vi ringrazio...

Re: rete inattiva

Inviato: mercoledì 11 agosto 2010, 18:42
da st
sudo /etc/init.d/networking restart

or

sudo dhclient eth0

ciao

Re: rete inattiva

Inviato: mercoledì 11 agosto 2010, 19:17
da Bebbo59
Ti ringrazio,
ho provato con entrambi i comandi:
/etc/init.d/networking restart:

* Reconfiguring network interfaces...                                  [ OK ]

sudo dhclient eth0:

Internet Systems Consortium DHCP Client V3.1.3
Copyright 2004-2009 Internet Systems Consortium.
All rights reserved.
For info, please visit https://www.isc.org/software/dhcp/

Listening on LPF/eth0/6c:f0:49:10:99:91
Sending on  LPF/eth0/6c:f0:49:10:99:91
Sending on  Socket/fallback
DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 6
DHCPOFFER of 192.168.5.197 from 192.168.5.254
DHCPREQUEST of 192.168.5.197 on eth0 to 255.255.255.255 port 67
DHCPACK of 192.168.5.197 from 192.168.5.254
bound to 192.168.5.197 -- renewal in 115456 seconds.

ifconfig:

eth0      Link encap:Ethernet  HWaddr 6c:f0:49:10:99:91 
          indirizzo inet6: fe80::6ef0:49ff:fe10:9991/64 Scope:Link
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:158 errors:0 dropped:0 overruns:0 frame:0
          TX packets:160 errors:0 dropped:0 overruns:0 carrier:0
          collisioni:0 txqueuelen:1000
          Byte RX:107860 (107.8 KB)  Byte TX:21504 (21.5 KB)
          Interrupt:26

lo        Link encap:Loopback locale 
          indirizzo inet:127.0.0.1  Maschera:255.0.0.0
          indirizzo inet6: ::1/128 Scope:Host
          UP LOOPBACK RUNNING  MTU:16436  Metric:1
          RX packets:14 errors:0 dropped:0 overruns:0 frame:0
          TX packets:14 errors:0 dropped:0 overruns:0 carrier:0
          collisioni:0 txqueuelen:0
          Byte RX:860 (860.0 B)  Byte TX:860 (860.0 B)

Cos'altro posso fare?

Re: rete inattiva

Inviato: mercoledì 11 agosto 2010, 19:44
da angeloilcampione
scusa l'applet che dice ? dispositivo non gestito ?

[risolto] Re: rete inattiva

Inviato: mercoledì 11 agosto 2010, 19:50
da Bebbo59
La rete è ristabilita.
Non so bene come  e cosa ho fatto, sono andato a feeling e nella scheda proprietà dell'applet di rete ho messo ignora  nelle opzioni IPv6.
Perchè ha smesso di funzionare all'improvviso proprio non lo so io queste impostazioni non le avevo proprio toccate.

Grazie a tutti
Ciao