RE: [suse-isdn] suse-linux 7.0 professional
by Habichtsberg, Reinhard
> -----Original Message-----
> From: eckardtgiese(a)t-online.de [SMTP:eckardtgiese@t-online.de]
> Sent: Wednesday, April 24, 2002 9:44 AM
>
> hi, moinmoin, hallo, tach auch, mahlzeit,
>
Mahlzeit
> kinternet log: " dialing of ippp0 triggered ", verbindung prüfen:
"defaultroute ok" aber: "nameserver nicht gefunden"
> > (den hab ich aber eingetragen)
>
>
Hängt eventuell damit zusammen, dass beim Verbindungsaufbau mit den
Provider der Nameserver nicht dynamisch eingestellt wird.
Auszug aus /etc/rc.config
#
# There are some services (ppp, ippp, dhclient, pcmcia, hotplug) that have
to
# change the /etc/resolv.conf dynamically at certain times. E.g. if
ppp/ippp
# establishes a connection and is supplied by the peer with a list of
# nameservers. Or pcmcia needs to set the correct nameserver for the choosen
# configuration scheme. If you don't like these services to change
# /etc/resolv.conf at all, then set this variable to "no".
# If unsure, leave it at the default (which is "yes").
#
MODIFY_RESOLV_CONF_DYNAMICALLY="yes"
Außerdem die Datei /etc/ppp/options.ippp0 (wenn du nur eine Verbindung
konfiguriert hast wird es ippp0 sein, sonst ev. ippp1 oder ippp2 usw.)
anschauen und nach
# Get dns info from peer
ms-get-dns
schauen.
Das Gesagte geht u.a. aus folgendem Text hervor, der in /etc/ppp/ip-up zu
finden ist:
If you don't like ipppd to change your nameserver settings
then set MODIFY_RESOLV_CONF_DYNAMICALLY=no in
/etc/rc.config
or remove the option ms-get-dns from
/etc/ppp/options.ippp*.
ip-up wird bei jedem Verbindungsaufbau durchlaufen!
HTH
Reinhard