Delay routing table startup

Moderator: Securepoint

Gesperrt
m_charlton
Beiträge: 1
Registriert: Fr 24.07.2009, 13:11

Delay routing table startup

Beitrag von m_charlton »

I believe we have an issue whereby our routing table is being loaded before all our network interfaces have been fully brought on line.
This means after every reboot we need to update and save the routing table for all routes to be fully loaded.

Has anyone experienced this before and do you know if you can put a delay on the network routes being loaded?

---------------------------------------------------------------------------


Ich glaube, wir haben ein Problem, dass unsere Routing-Tabelle wird geladen, bevor alle Netzwerk-Schnittstellen sind voll auf Linie.
Dies bedeutet, nach jedem Neustart müssen wir aktualisieren und speichern Sie die Routing-Tabelle für alle Strecken werden vollständig geladen ist.

Hat jemand Erfahrung vor und wissen Sie, wenn Sie können eine Verzögerung der Netzwerk-Routen werden geladen?

ajl119
Beiträge: 160
Registriert: Do 21.06.2007, 19:05

Beitrag von ajl119 »

I assume this is something like the OS boots faster than the NICs can come online.

How about adding the line 'sleep 15' before the line '/bin/server' in the file '/sbin/init.d/rc' ???

Alternatively you could add the root space command for updating the routing tables after the line /bin/server

Gesperrt