OpenSuSE 13.1 Namensauflösung

Folgendes Problem:
SuSE 13.1 Rechner im lokalen Netzwerk
eth1 konfiguriert mit 192.168.10.250
DNS-Server: 192.168.10.254
Gateway: 192.168.10.254
ping zu 212.80.250.19 ==> i.O.
ping zu ecl24.de ==> geht nicht
nslookup ecl24.de ==> geht nicht
nslookup ecl24.de 192.168.10.254 ==> i.O.

Ergo: Namensauflösung funktioniert nicht.
resolf.conf:
192.168.10.254

  1. Wo kann ich ansetzen ?
  2. Wie kann man die nervige automatische Netzwerkkonfiguration durch OpenSuSE deaktivieren.

Danke für Eure Hilfe !

Und wie schaut die /etc/resolv.conf genau aus?
Das sollte ja eigentlich als DNS-Server passen.

  1. Wo kann ich ansetzen ?
  2. Wie kann man die nervige automatische Netzwerkkonfiguration durch OpenSuSE deaktivieren.

Verwendest du NetworkManager oder ifup?

Im ersten Fall kannst du das im NetworkManager Applet ausschalten, im zweiten Fall in YaST.
Beim NetworkManager einfach von “Automatisch (DHCP)” auf “Manuell” stellen (im “IPv4-Adresse” Tab), und halt alles entsprechend manuell konfigurieren (IP-Adresse, Subnetzmaske, DNS-Server).
Oder “Automatisch (DHCP) - nur Adressen”, dann bekommst du zumindestens die IP-Adresse immer noch automatisch zugewiesen.
Oder du kannst auch bei DHCP zusätzliche DNS-Server eintragen.

Bei ifup sollte es ähnlich sein (in YaST halt), will jetzt aber nicht von NM auf ifup wechseln.

Diverse Einstellungen dazu gibts auch in /etc/sysconfig/network/config.

Oder entferne das folgende Kommentar in /etc/resolv.conf, dann sollte die Datei nicht mehr verändert werden:

### Please remove (at least) this line when you modify the file!

Du musst dann aber natürlich selber die Datei entsprechend editieren.

resolf.conf:

/etc/resolv.conf file autogenerated by netconfig!

Before you change this file manually, consider to define the

static DNS configuration using the following variables in the

/etc/sysconfig/network/config file:

NETCONFIG_DNS_STATIC_SEARCHLIST

NETCONFIG_DNS_STATIC_SERVERS

NETCONFIG_DNS_FORWARDER

or disable DNS configuration updates via netconfig by setting:

NETCONFIG_DNS_POLICY=‘’

See also the netconfig(8) manual page and other documentation.

Note: Manual change of this file disables netconfig too, but

may get lost when this file contains comments or empty lines

only, the netconfig settings are same with settings in this

file and in case of a “netconfig update -f” call.

Please remove (at least) this line when you modify the file!

192.168.10.254

nutze ifup, kein Networkmanager.

Andere Linux-Clients im Netz nutzen DHCP ==> i.O.
Dieser Client auch bei DHCP nicht.

Gruß beb1199

Die Datei sollte resolv.conf heißen.
Ist es bei dir wirklich resolf.conf? Dann kanns ja nicht funktionieren… :wink:

Please remove (at least) this line when you modify the file!

192.168.10.254

also meine schaut so aus: (die Kommentare sind natürlich gleich)

### Please remove (at least) this line when you modify the file!
search home
nameserver 10.0.0.138

Hast du sie händisch geändert?
Probier mal folgendes aufzurufen:

sudo netconfig update -f

Kommt eine Fehlermeldung?
Ist die Datei dann in Ordnung?

nutze ifup, kein Networkmanager.

Und wann wird das interface gestartet?
Beim Booten, bei Kabelanschluss, …

Andere Linux-Clients im Netz nutzen DHCP ==> i.O.
Dieser Client auch bei DHCP nicht.

Klar, wenn die resolv.conf ungültig ist.