[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Ifdown and ifup.



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.



Reply to: