View previous topic :: View next topic |
Author |
Message |
Jointy Tux's lil' helper
Joined: 23 Dec 2005 Posts: 142 Location: Saarbrücken
|
Posted: Mon Jun 05, 2006 1:45 pm Post subject: Suche Script um mehere Netzwerkkonf für eth0 zufahren |
|
|
Hy...
Ich suche ein erweitertes "/etc/init.d/net" Script um auf mein eth0 mehere Konfigurationen laufen zulassen.
Genauer gesagt nervt es mich immer 30sec zuwarten auf den DHCP Dienst bist der austimed.
Meine Idee ist folgene:
* Man erweitert die /etc/conf.d/net wie folgt:
Code: |
# Global DHCP Conf for eth0
dhcp_eth0_default=("nodns nontp nonis")
## eth0 configuration for Location
config_eth0_htw=("dhcp")
## eth0 home conf
config_eth0_home=("192.168.0.10 netmask 255.255.255.0 broadcast 192.168.0.255")
## eth0 none conf
config_eth0_none=("down") ## down steht dafür das das device down bleibt
## Select the default config that will taken after the timeout
config_eth0_default=("none")
config_eth0_timeout=5 # sec
|
kennt bzw hat vllt schon jemand solch ein script...
MsG
J0!nty _________________ [Host: Arko]
ASUS G1S
http://gentoo-wiki.com/HARDWARE_Asus_G1S
[Host: Pandora]
PIII 1Ghz (133) / 512MB
1x40GB & 60GB (mdRAID1)
Hardened Stage 1 Server
[Host: Plato]
verkauft (OpenSuse 11.0) |
|
Back to top |
|
|
firefly Watchman
Joined: 31 Oct 2002 Posts: 5328
|
Posted: Mon Jun 05, 2006 2:04 pm Post subject: |
|
|
es ist schon etwas länger möglich softrunlevel bezogene konfigurationen zu haben.
z.b. du hast die softrunlevels home und work.
dann kannst du z.b. für die netzwertk-konfiguration folgende dateien erstellen:
/etc/conf.d/net.home und /etc/conf.d/net.work
um direkt in so einen runlevel zu booten fügst du einfach soflevel=<name des softrunlevels> in die kernel-cmd-zeile des bootloader-konfiguration ein.
EDIT: ach ja stell sicher das RC_USE_CONFIG_PROFILE="yes" in /etc/conf.d/rc gesetzt ist _________________ Ein Ring, sie zu knechten, sie alle zu finden,
Ins Dunkel zu treiben und ewig zu binden
Im Lande Mordor, wo die Schatten drohn. |
|
Back to top |
|
|
STiGMaTa_ch Veteran
Joined: 28 Dec 2004 Posts: 1686 Location: Rüti ZH / Schweiz
|
|
Back to top |
|
|
think4urs11 Bodhisattva
Joined: 25 Jun 2003 Posts: 6659 Location: above the cloud
|
Posted: Mon Jun 05, 2006 5:38 pm Post subject: Re: Suche Script um mehere Netzwerkkonf für eth0 zufahren |
|
|
und zusätzlich zu dem was firefly und STiGMaTa_ch bereits geschrieben haben
[quote="Jointy"Genauer gesagt nervt es mich immer 30sec zuwarten auf den DHCP Dienst bist der austimed.[/quote]
Die Lösung für Faule ist schlicht den timeout herunterzudrehen, z.B. auf 5 Sekunden. Ein Netz in dem der DHCP-Server länger als 5 Sekunden braucht hat imho ein Problem. _________________ Nothing is secure / Security is always a trade-off with usability / Do not assume anything / Trust no-one, nothing / Paranoia is your friend / Think for yourself |
|
Back to top |
|
|
Jointy Tux's lil' helper
Joined: 23 Dec 2005 Posts: 142 Location: Saarbrücken
|
Posted: Tue Jun 06, 2006 11:39 am Post subject: |
|
|
Hy
vielen Dank für eure Tips.
Ich werde mir mal darüber Gedanken machen und sehn ob ich das so einfach hin bekomme.
MsG
J0!nty _________________ [Host: Arko]
ASUS G1S
http://gentoo-wiki.com/HARDWARE_Asus_G1S
[Host: Pandora]
PIII 1Ghz (133) / 512MB
1x40GB & 60GB (mdRAID1)
Hardened Stage 1 Server
[Host: Plato]
verkauft (OpenSuse 11.0) |
|
Back to top |
|
|
|