Hey guy's,

Why isn't there a standard script which let you automatically restart a given 
interface. 
Something like:

echo "Stopping interface: "$@;
/sbin/ifdown $@;
echo "Starting interface: "$@;
/sbin/ifup $@; 

It isn't a big problem to deploy this on my servers myself but it would be 
easier if there was a script which would be installed in a standard 
installation.

If you want it, i could write a "user friendly" script for it.

Greetings,

Tim de gier.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to