print "Stopping network...\n"; system('/etc/init.d/network stop 1>/dev/null 2>&1'); print "Starting network...\n"; system('/etc/init.d/network start 1>/dev/null 2>&1');