Hi,
Ich versuche gerade, das Netzwerk eines Strato PowerServer S zum Laufen zu bringen.
Ich habe nach dieser Anleitung Gentoo installiert. Allerdings will das Netzwerk nicht.
Wenn das Netzwerk gestartet wird, bekommt der Server auch brav über dhpc IP-Adresse, Netzmaske, usw. ... - aber beim Aktivieren des Netzwerkes bekomme ich die Meldung "Running dhcpcd ...Error, eth0: netlink: Network is unreachable".
Ich habe auch schon die ganzen IP-Adressen statisch gesetzt, aber auch das funktioniert nicht. Ohne default-gateway bekomme ich die Meldung "network: Host name lookup failure", mit gesetztem default-gateway kommt "default gw 85.214.99.1 ...SIOCADDRT: Network is unreachable".
Ich habe auch schon versucht über Google und die Suche etwas herauszufinden, aber nichts gefunden, was mir geholfen hat. Es gab ab und an mal die Info, daß die Netzwerkkonfiguration bei Strato durch die verwendete Netzmaske 255.255.255.255 Probleme bereiten kann, allerdings meist bei älteren dhcp-daemons.
Hat von Euch denn noch jemand eine Idee?
Problem mit Netzwerkkonfiguration
-
- Project Manager
- Posts: 11190
- Joined: 2003-02-27 01:00
- Location: Hamburg
Re: Problem mit Netzwerkkonfiguration
Code: Select all
# cat /etc/conf.d/net
config_eth0=( "81.169.138.221/32 brd 81.169.138.221" )
routes_eth0=( "default via 81.169.138.221" )
dns_servers_eth0="81.169.163.104 81.169.163.106"
dns_search_eth0="serverkompetenz.net"
PayPal.Me/JoeUser ● FreeBSD Remote Installation
Wings for Life ● Wings for Life World Run
„If there’s more than one possible outcome of a job or task, and one
of those outcomes will result in disaster or an undesirable consequence,
then somebody will do it that way.“ -- Edward Aloysius Murphy Jr.
Wings for Life ● Wings for Life World Run
„If there’s more than one possible outcome of a job or task, and one
of those outcomes will result in disaster or an undesirable consequence,
then somebody will do it that way.“ -- Edward Aloysius Murphy Jr.
-
- Posts: 16
- Joined: 2004-02-05 10:11
Re: Problem mit Netzwerkkonfiguration
Danke Joe User, es läuft. Weißt Du zufällig auch, warum es über dhcp nicht geht? Liegt dies am dhcpcd oder an der Konfiguration von Strato?
-
- Project Manager
- Posts: 11190
- Joined: 2003-02-27 01:00
- Location: Hamburg
Re: Problem mit Netzwerkkonfiguration
Am dhcpcd, kam IIRC mit Version 3.0.7 :(
PayPal.Me/JoeUser ● FreeBSD Remote Installation
Wings for Life ● Wings for Life World Run
„If there’s more than one possible outcome of a job or task, and one
of those outcomes will result in disaster or an undesirable consequence,
then somebody will do it that way.“ -- Edward Aloysius Murphy Jr.
Wings for Life ● Wings for Life World Run
„If there’s more than one possible outcome of a job or task, and one
of those outcomes will result in disaster or an undesirable consequence,
then somebody will do it that way.“ -- Edward Aloysius Murphy Jr.
Re: Problem mit Netzwerkkonfiguration
ich fuerchte es liegt an Strato. Mit dhcpcd-2.0.5-r1 laeufts.Joe User wrote:Am dhcpcd, kam IIRC mit Version 3.0.7 :(
aus: http://forums.gentoo.org/viewtopic-t-55 ... 3efa7c7afcThe old version of dhcpcd works because it added a magic host route to the router if it was unable to add a default route to the router.
Whilst this worked for the most part, it also caused other errors.
Aside from the older dhcpcd versions you will find no other dhcp clients in Gentoo that do this either.