bridge setup in ubuntu

sudo ifconfig eth0 down
sudo ifconfig eth0 0.0.0.0
sudo brctl addbr br0
sudo brctl addif br0 eth0
sudo ifconfig eth0 up
sudo ifconfig br0
sudo dhclient br0