Visualizzazione dei risultati da 1 a 10 su 10
  1. #1
    Utente di HTML.it
    Registrato dal
    May 2006
    Messaggi
    685

    Debian Wheezy: problemi con la rete

    ho installato da net insat, riavviato, tirato su kde con aptitude e al riavvio pingo il router, pingo i dns, ma non navigo. se pingo www.google.it mi dice "unknown host
    www.google.it".
    ho visto che il file resolv.conf non aveva i dns (strano!), ma ha una sola riga che dice "genereted by network-manager" (o una cosa del genere, ora non la ricordo)
    li ho inseriti (opendns) e naviga tranquillamente.
    al riavvio del pc il problema ritorna.
    leggendo qui: http://lists.debian.org/debian-itali.../msg00299.html
    un altro utente ha il mio stesso problema, però la discussione è morta.
    anch'io ho installato kde-network-manager.
    che sia kde-network-manager che fa casino e mi cancella ad ogni riavvio il resolv.conf?
    qualcuno ha già avuto lo stesso problema?

  2. #2
    Utente di HTML.it
    Registrato dal
    Jul 2005
    Messaggi
    221
    Ho avuto anche io il medesimo problema.
    Ho risolto disabilitando l'avvio del network manager.

  3. #3
    Utente di HTML.it
    Registrato dal
    May 2006
    Messaggi
    685
    come si disabilita?

  4. #4
    Utente di HTML.it
    Registrato dal
    Jul 2005
    Messaggi
    221
    Io utilizzo "sysv-rc-conf" da terminale (può darsi tu lo debba installare), come root, per abilitare/disabilitare i servizi.
    Una volta avviato spostati sulla colonna 2, arriva al rigo "network-m" e disabiliti l'avvio con la barra spaziatrice.
    Assicurati che non compaia neanche nell'ultima colonna S.

  5. #5
    Utente di HTML.it
    Registrato dal
    May 2006
    Messaggi
    685
    stasera provo.
    ti darò responso giovedì, in quanto stasera rifaccio l'install da zero, domani sera installo kde e se tutto va bene mi faccio anche l'immagine del disco (in caso di necessità).
    poi, non hai più avuto problemi con il file resolv.conf che ad ogni avvio risulatava vuoto?

  6. #6
    Utente di HTML.it
    Registrato dal
    Jul 2005
    Messaggi
    221
    No, non avviandosi più il network-manager.

  7. #7
    Utente di HTML.it
    Registrato dal
    May 2006
    Messaggi
    685
    ok. ti farò sapere.
    abbi pazienza....

  8. #8
    Utente di HTML.it
    Registrato dal
    May 2006
    Messaggi
    685

    il problema rimane

    ho fatto come mi hai detto, ma il problema rimane.
    il file resolv.conf risulta, ad ogni avvio, vuoto.
    ecco la dicitura che compare in cima al file:
    # Generated by NetworkManager

    devo inserire a mano i nameserver per navigare.
    ************
    edit: ho dimenticato di dire che è una testing amd64

    andrea@andrea:~$ lspci
    00:00.0 Host bridge: Intel Corporation 82945G/GZ/P/PL Memory Controller Hub (rev 02)
    00:01.0 PCI bridge: Intel Corporation 82945G/GZ/P/PL PCI Express Root Port (rev 02)
    00:1b.0 Audio device: Intel Corporation N10/ICH 7 Family High Definition Audio Controller (rev 01)
    00:1c.0 PCI bridge: Intel Corporation N10/ICH 7 Family PCI Express Port 1 (rev 01)
    00:1c.3 PCI bridge: Intel Corporation N10/ICH 7 Family PCI Express Port 4 (rev 01)
    00:1d.0 USB Controller: Intel Corporation N10/ICH 7 Family USB UHCI Controller #1 (rev 01)
    00:1d.1 USB Controller: Intel Corporation N10/ICH 7 Family USB UHCI Controller #2 (rev 01)
    00:1d.2 USB Controller: Intel Corporation N10/ICH 7 Family USB UHCI Controller #3 (rev 01)
    00:1d.3 USB Controller: Intel Corporation N10/ICH 7 Family USB UHCI Controller #4 (rev 01)
    00:1d.7 USB Controller: Intel Corporation N10/ICH 7 Family USB2 EHCI Controller (rev 01)
    00:1e.0 PCI bridge: Intel Corporation 82801 PCI Bridge (rev e1)
    00:1f.0 ISA bridge: Intel Corporation 82801GB/GR (ICH7 Family) LPC Interface Bridge (rev 01)
    00:1f.1 IDE interface: Intel Corporation 82801G (ICH7 Family) IDE Controller (rev 01)
    00:1f.2 IDE interface: Intel Corporation N10/ICH7 Family SATA IDE Controller (rev 01)
    00:1f.3 SMBus: Intel Corporation N10/ICH 7 Family SMBus Controller (rev 01)
    01:03.0 Mass storage controller: Integrated Technology Express, Inc. ITE 8211F Single Channel UDMA 133 (rev 11)
    02:00.0 Ethernet controller: Marvell Technology Group Ltd. 88E8053 PCI-E Gigabit Ethernet Controller (rev 19)
    04:00.0 VGA compatible controller: nVidia Corporation G73 [GeForce 7300 GT] (rev a1)
    *****
    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 static
    address 192.168.123.1
    netmask 255.255.255.0
    network 192.168.123.0
    broadcast 192.168.123.255
    gateway 192.168.123.254
    # dns-* options are implemented by the resolvconf package, if installed
    dns-nameservers 208.67.222.222 208.67.220.220 192.168.123.254
    dns-search casa

  9. #9
    Utente di HTML.it
    Registrato dal
    Jul 2005
    Messaggi
    221
    E' lo stesso mio sistema...
    Comunque se il file viene riscritto significa che il network manager viene avviato...

    emmedi@debian:~$ 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

    auto eth0
    iface eth0 inet static
    address 192.168.0.3
    netmask 255.255.255.0
    network 192.168.0.0
    broadcast 192.168.0.255
    gateway 192.168.0.1
    emmedi@debian:~$ cat /etc/resolv.conf
    nameserver 192.168.0.1

  10. #10
    Utente di HTML.it
    Registrato dal
    May 2006
    Messaggi
    685
    sorry!
    funziona con il tuo metodo.
    direi che il problema è risolto. grazie

Permessi di invio

  • Non puoi inserire discussioni
  • Non puoi inserire repliche
  • Non puoi inserire allegati
  • Non puoi modificare i tuoi messaggi
  •  
Powered by vBulletin® Version 4.2.1
Copyright © 2025 vBulletin Solutions, Inc. All rights reserved.