Am Mon, 17 Apr 2000 schrieb Clemens Wohld:
On Wed, Apr 12, 2000 at 10:17:02PM +0200, Marco Jäger wrote:
gibt es eine möglichkeit dieses prg per script aufzurufen ( sobald ppp0 eine neue ip hat bzw existiert ?? - bzw WO baue ich ein solches script ein ?? ( die ip müßte ja dauernd überprüft werden ), will aber keine konsole damit "vergeuden"
???
oder kennt jemand ne einfachere lösung ??
/etc/ppp/ip-up. Bzw ip-up.local, dann muss die .local aber aus ip-up aufgerufen (gesourced) werden).
ip-up.local ist nicht!! existent - habe das prg ( das übrigends noch daten aus einem configfile benötigt, in /etc/ppp kopiert ( plus dazugehörendes config ) - aber anscheinend ist ist entweder die falschen stelle, oder das prg findet die config nicht - auf jeden fall muß ich das prg dennoch von hand aufrufen, damit es klappt :-(( ------- Ausschnitt /etc/ppp/ip-up ------------- ppp*) # Analog-PPP, add commands as you need... case "$BASENAME" in ip-up) # # This code allows automatic configuration of your resolv.conf # for peer supplied DNS addresses when using the `usepeerdns' # option. Original resolv.conf is restored when ip-down is called # by pppd when the link goes down. # ./prg27 # # Mein Proggie - ist wie die prg27.config unter /etc/ppp # if [ -n "$USEPEERDNS" -a -f /etc/ppp/resolv.conf ]; then rm -f /etc/ppp/resolv.prev if [ -f /etc/resolv.conf ]; then cp -p /etc/resolv.conf /etc/ppp/resolv.prev grep domain /etc/ppp/resolv.prev > /etc/resolv.conf ------------ Schnapp ---------------------- -- ICQ : 51735624 HP : http://go.to/RattleKing --------------------------------------------------------------------- To unsubscribe, e-mail: suse-linux-unsubscribe@suse.com For additional commands, e-mail: suse-linux-help@suse.com