Putting it into a bash script would work just as well, and can be saved for later Code: -------------------- #!/bin/bash ifdown eth0 ifup eth0 -------------------- -- atoponce