Dennis: "auto" Schlüsselwort in /etc/network/interfaces

Beitrag lesen

Hi Christian,

169.254.0.0     0.0.0.0         255.255.0.0     U     0      0        0 eth1
  169.254.0.0     0.0.0.0         255.255.0.0     U     1000   0        0 eth0

Oh, das hatte ich übersehen, das könnte da auch noch mit hineinspielen (wobei multiple Routen zum gleichen Ziel wenn ich mich richtig erinnere lediglich dazu führen, dass die mit der niedirgeren Metrik verwendet wird, müsste ich aber noch mal nachschlagen, um ganz sicher zu sein). Allgemein würde ich Deine Netzwerkkonfiguration im Moment als zerschossen bezeichnen.

Ich hab mal man interfaces dazu befragt:

Lines  beginning  with  the word "auto" are used to identify the physical interfaces to be
  brought up when ifup is run with the -a option.  (This option is used by the system boot scripts.)
  Physical interface names should follow the  word  "auto" on the same line.  There can be multiple
  "auto" stanzas.

Das scheint also mit der Auto-Konfiguration der IPs (wovon du sprachst) wenig zu tun zu haben, sondern mehr das System zu betreffen. Ich hatte das Gefühl, dass wenn ich "auto eth6" weglasse, z.B. der Eintrag für das Standardgateway (bei mir 10.6.0.2) in der Routing-Tabelle fehlt.

Übrigens steht das auto auch in der Default-Netzwerk-Konfiguration bei Hetzner ;-) Mein Root-Server hat es auch drin, ich gehe also mal davon aus, dass das nicht schadet *g*

Viele Grüße,
  ~ Dennis.