Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Internet con DHCP ora non va più!
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Forum italiano (Italian) Forum di discussione italiano
View previous topic :: View next topic  
Author Message
Wilbur Mercer
n00b
n00b


Joined: 25 Sep 2006
Posts: 30

PostPosted: Thu Oct 26, 2006 10:04 am    Post subject: Internet con DHCP ora non va più! Reply with quote

Ciao a tutti, ho da poco reinstallato tutto Gentoo 2006.1 Il problema che si pone prima di tutto adesso è internet, stavo emergendo xorg-x11 ma non funziona più la rete! Ora sto scrivendo da un altro computer con Windows anche perchè su Gentoo finchè non funziona internet ho il terminale a "quadrettoni".

Per aiutarvi a risolvere posto:
/etc/conf.d/net
Code:

dns_domain_lo="WAG54GS"

modules=( "dhcpcd" )
config_eth0=( "dhcp" )
dhcp_eth0="release modns notp nonis"


/etc/hosts
Code:

127.0.0.1       metaphysica.WAG54GS metaphysica localhost #il mio computer.homenetwork il mio computer localhost
::1 metaphysica

mio ip       mionome.WAG54GS mionome
ip questo computer(windows)      nomedelproprietarrio.WAG54GS nomedelproprietario


Quello che mi sorprende è che l'ultima volta che l'ho installato ho seguito pari passo la guida e ha funzionato.
Sapete dove ho sbagliato? :?:
Back to top
View user's profile Send private message
mouser
Veteran
Veteran


Joined: 10 Aug 2004
Posts: 1419
Location: Milano

PostPosted: Thu Oct 26, 2006 10:19 am    Post subject: Reply with quote

Ma è il server dhcp che non rilascia l'indirizzo, o non ti butta i dns in /etc/resolv.conf???

Prova a lanciare a manaccia un
Code:
# dhcpcd

e guardati la coda di /var/log/messages
Code:
# tail -f /var/log/messages


Se sono i dns, prova a configurarli a manaccia!

Ciriciao
mouser :wink:
Back to top
View user's profile Send private message
syntaxerrormmm
Guru
Guru


Joined: 17 Apr 2005
Posts: 449
Location: Romano di Lombardia - BG - ITALY

PostPosted: Thu Oct 26, 2006 10:21 am    Post subject: Reply with quote

Purtroppo "ma non funziona più la rete" è un errore troppo generico... hai provato a lanciare dhcpcd a mano? hai controllato di avere messo net.eth0 nel runlevel default?

Ciao.
_________________
"Every rule can be broken, but no rule may be ignored."

Last.fm - Gentoo 2006.1 on:
Acer Aspire 1355LC - suspend2-sources-2.6.18-r3
IBM Thinkpad T30 - suspend2-sources-2.6.19-r3
Back to top
View user's profile Send private message
Wilbur Mercer
n00b
n00b


Joined: 25 Sep 2006
Posts: 30

PostPosted: Thu Oct 26, 2006 10:34 am    Post subject: Reply with quote

Ho provato a fermare e riavviare dhcp con "/etc/init.d/net.eth0 stop" e "/etc/init.d/net.eth0 start" e ogni volta mi assegna un ip, sempre uguale.
Con tail -f /var/log/messages non ricevo messaggi riguardanti dns, dice solo cose del tipo "hai ricevuto questto indirizzo ip", ma non da errori di nessun tipo.
I file sono giusti? Perchè l'unica differenza tra la prima installazione (quella funzioante) e questa sono questi file.
Soprattutto ho un dubbio su /etc/hosts per localhost, lo devo lasciare così?
Grazie

PS
Forse non l'ho detto ma ho un router.
Back to top
View user's profile Send private message
mouser
Veteran
Veteran


Joined: 10 Aug 2004
Posts: 1419
Location: Milano

PostPosted: Thu Oct 26, 2006 10:44 am    Post subject: Reply with quote

Quindi l'indirizzo ip te lo ciuccia....

Prova a fare un
Code:
# cat /etc/resolv.conf

e vedi se il router ti assegna i DNS; nel caso non ci siano metti qualche dns pubblico (li trovi facilmente su internet).

Se invece ci sono, prova a fare un traceroute di www.google.it e guarda dove si ferma il pacchetto..... potrebbe essere il router che ti filtra

Ciriciao
mouser :wink:
Back to top
View user's profile Send private message
Wilbur Mercer
n00b
n00b


Joined: 25 Sep 2006
Posts: 30

PostPosted: Thu Oct 26, 2006 10:49 am    Post subject: Reply with quote

Code:
cat /etc/resolv.conf
#Generated by net-scripts for interface lo domain WAG54GS

Me l'ha assegnato??
Scusate l'ignoranza ma cosa vuol dire fare un traceruote di google?
Back to top
View user's profile Send private message
mouser
Veteran
Veteran


Joined: 10 Aug 2004
Posts: 1419
Location: Milano

PostPosted: Thu Oct 26, 2006 11:11 am    Post subject: Reply with quote

Se c'è solo quella riga in /etc/resolv.conf non ti ha assegnato nulla..

prova a fare
Code:
# echo "nameserver 213.140.2.12" >> /etc/resolv.conf
# echo "nameserver 213.140.2.21" >> /etc/resolv.conf

così assegni due dns e con
Code:
# ping www.google.it

ti assicuri di riuscire a navigare

Wilbur Mercer wrote:
Scusate l'ignoranza ma cosa vuol dire fare un traceruote di google?

Significa da terminale lanciare il comando
Code:
# traceroute www.google.it
.
Questo visualizza tutti gli host dal quale passa il pacchetto fino ad arrivare a quello da te inserito.... Se un qualche host ti blocca, vedrai che dopo di quello non ti visualizza nessun altro host 8)

Ciriciao
mouser :wink:
Back to top
View user's profile Send private message
Wilbur Mercer
n00b
n00b


Joined: 25 Sep 2006
Posts: 30

PostPosted: Thu Oct 26, 2006 11:31 am    Post subject: Reply with quote

Grazie infinite!
Ora funziona, mi ha dato errore a traceruote ma penso perchè manca un kit...guisto?
Quel comando era imoprtante? Perchè altrimenti non lo faccio...
Back to top
View user's profile Send private message
mouser
Veteran
Veteran


Joined: 10 Aug 2004
Posts: 1419
Location: Milano

PostPosted: Thu Oct 26, 2006 11:36 am    Post subject: Reply with quote

Wilbur Mercer wrote:
Quel comando era imoprtante? Perchè altrimenti non lo faccio...

No, se ti funziona con il ping non serve.

Comunque prendi in considerazione un'eventuale ritocco alle impostazioni del router.... non è bello che non ti rilasci i dns :roll:

Ciriciao
mouser :wink:
Back to top
View user's profile Send private message
lucapost
Veteran
Veteran


Joined: 24 Nov 2005
Posts: 1419
Location: <ud|me|ts> - Italy

PostPosted: Thu Oct 26, 2006 12:21 pm    Post subject: Reply with quote

nel primo post è presente questa riga:
Code:
dhcp_eth0="release modns notp nonis"

che secondo me ha sbagliato di copiare, sarà stata qualcosa del tipo:
Code:
dhcp_eth0="release nodns notp nonis"      !!! ATTENZIONE ALLE  m---->n

ed i dns non vengono inseriti in /etc/resolv.conf appunto perchè c'è anche il parametro "nodns", e quindi i dns se li deve inserire a manina.
Io toglierei "nodns" dal file di configurazione.
Luca
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Forum italiano (Italian) Forum di discussione italiano All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum