#!/bin/sh echo "please be patient. It might take some time to start up" /etc/init.d/asppp stop 2>/dev/null /etc/init.d/asppp start ping 2.2.2.2 2>/dev/null >/dev/null