View previous topic :: View next topic |
Author |
Message |
mambro l33t


Joined: 22 Mar 2004 Posts: 752 Location: Mira (VE) - Italy
|
Posted: Mon Sep 06, 2004 12:13 pm Post subject: Problemi connessione internet [risolto] |
|
|
Ho una connessione internet adsl con modem ethernet che ha sempre funzionato bene.. Da 3-4 giorni (da quando sn tornato dalle vacanze) vedo che fa fatica ad aprire i siti ma poi carica velocemente le pagine...
Ad esempio se faccio un ping a un sito, ci mette una vita a partire ma quando è partito va veloce..
Code: |
root@terra mambro $ time ping 216.239.59.104
PING 216.239.59.104 (216.239.59.104) 56(84) bytes of data.
64 bytes from 216.239.59.104: icmp_seq=1 ttl=245 time=108 ms
64 bytes from 216.239.59.104: icmp_seq=2 ttl=245 time=212 ms
--- 216.239.59.104 ping statistics ---
2 packets transmitted, 2 received, 0% packet loss, time 1000ms
rtt min/avg/max/mdev = 108.311/160.280/212.250/51.971 ms
real 0m1.702s
user 0m0.000s
sys 0m0.002s
root@terra mambro $ time ping www.google.it
PING www.google.akadns.net (216.239.59.99) 56(84) bytes of data.
64 bytes from 216.239.59.99: icmp_seq=1 ttl=246 time=154 ms
64 bytes from 216.239.59.99: icmp_seq=2 ttl=246 time=133 ms
64 bytes from 216.239.59.99: icmp_seq=3 ttl=246 time=112 ms
--- www.google.akadns.net ping statistics ---
3 packets transmitted, 3 received, 0% packet loss, time 10547ms
rtt min/avg/max/mdev = 112.921/133.663/154.409/16.942 ms
real 0m21.098s
user 0m0.005s
sys 0m0.004s
|
Penso sia un problema di risoluzione dei dns... può essere un problema di linux o mi devo incazzare con la telecom? 
Last edited by mambro on Mon Sep 06, 2004 1:49 pm; edited 1 time in total |
|
Back to top |
|
 |
fedeliallalinea Administrator


Joined: 08 Mar 2003 Posts: 31568 Location: here
|
Posted: Mon Sep 06, 2004 12:15 pm Post subject: |
|
|
In resolv.conf cosa hai? _________________ Questions are guaranteed in life; Answers aren't. |
|
Back to top |
|
 |
gutter Bodhisattva


Joined: 13 Mar 2004 Posts: 7162 Location: Aarau, Aargau, Switzerland
|
Posted: Mon Sep 06, 2004 1:03 pm Post subject: Re: Problemi connessione internet |
|
|
mambro wrote: | Ho una connessione internet adsl con modem ethernet che ha sempre funzionato bene.. Da 3-4 giorni (da quando sn tornato dalle vacanze) vedo che fa fatica ad aprire i siti ma poi carica velocemente le pagine...
Ad esempio se faccio un ping a un sito, ci mette una vita a partire ma quando è partito va veloce..
[CUT]
|
Setta così il tuo /etc/resolv.conf (e vedrai che tutto funzionerà splendidamente) :
Code: |
nameserver 151.99.125.2
nameserver 151.99.125.3
options rotate
options timeout 1
|
_________________ Registered as User #281564 and Machines #163761 |
|
Back to top |
|
 |
mambro l33t


Joined: 22 Mar 2004 Posts: 752 Location: Mira (VE) - Italy
|
Posted: Mon Sep 06, 2004 1:21 pm Post subject: Re: Problemi connessione internet |
|
|
gutter wrote: | mambro wrote: | Ho una connessione internet adsl con modem ethernet che ha sempre funzionato bene.. Da 3-4 giorni (da quando sn tornato dalle vacanze) vedo che fa fatica ad aprire i siti ma poi carica velocemente le pagine...
Ad esempio se faccio un ping a un sito, ci mette una vita a partire ma quando è partito va veloce..
[CUT]
|
Setta così il tuo /etc/resolv.conf (e vedrai che tutto funzionerà splendidamente) :
Code: |
nameserver 151.99.125.2
nameserver 151.99.125.3
options rotate
options timeout 1
|
|
Perfetto, ora funziona come prima
Ma a che servono quei
option rotate
option timeout 1
?
Cmq prima avevo
Code: |
nameserver 217.141.109.207
nameserver 151.99.125.1
|
Grazie di tutto  |
|
Back to top |
|
 |
gutter Bodhisattva


Joined: 13 Mar 2004 Posts: 7162 Location: Aarau, Aargau, Switzerland
|
Posted: Mon Sep 06, 2004 1:38 pm Post subject: Re: Problemi connessione internet |
|
|
mambro wrote: |
[CUT]
Ma a che servono quei
option rotate
option timeout 1
?
Cmq prima avevo
Code: |
nameserver 217.141.109.207
nameserver 151.99.125.1
|
Grazie di tutto  |
Il primo specifica di utilizzare alternativamente i nameserver specificati dopo la keyword nameserver.
Il secondo specifica il timeout, se la richiesta non arriva dopo che tale timeout è scaduto, si passa al maneserver successivo.
Spero di essere stato chiaro
@fedeliallalinea: Dal momento che attualmente i DNS standard di Telecom (Alice ADSL) sono un poco lenti a causa dell'eccessivo numero di utenti, e poichè la domanda di mambro era già stata posta un altro paio di volte, pensi sia opportuno aggiungere ai TIPS tale informazione
Ovviamente la mia è solo una proposta  _________________ Registered as User #281564 and Machines #163761 |
|
Back to top |
|
 |
fedeliallalinea Administrator


Joined: 08 Mar 2003 Posts: 31568 Location: here
|
Posted: Mon Sep 06, 2004 1:45 pm Post subject: |
|
|
@gutter: messo nelle FAQ
@mambro: metti il tag [risolto] al titolo _________________ Questions are guaranteed in life; Answers aren't. |
|
Back to top |
|
 |
Maximus2004 n00b

Joined: 06 Jun 2005 Posts: 1
|
Posted: Mon Jun 06, 2005 11:28 pm Post subject: Bah!!! |
|
|
Scusate l'ignoranza, ma dove trovo questo file resolv.conf?
Grazie |
|
Back to top |
|
 |
oRDeX Veteran


Joined: 19 Oct 2003 Posts: 1325 Location: Italy
|
Posted: Mon Jun 06, 2005 11:33 pm Post subject: |
|
|
/etc/resolv.conf |
|
Back to top |
|
 |
|