#!/bin/sh
set -x
/etc/init.d/NetworkManager stop
killall dhclient 2> /dev/null || true
ifconfig eth0 down
