#Please merge in the folling lines to /etc/network/interfaces

auto eth0
iface eth0 inet manual
	up ifconfig 0.0.0.0 up
	up ip link set eth0 promisc on
	down ip link set eth0 promisc off
	down ip link set eth0 down
