Requirement:
Tor VM - http://www.janusvm.com/tor_vm/
BackTrack 5 live distro - http://www.backtrack-linux.org/
VirtualBox - https://www.virtualbox.org/
1. Install VirtualBox
2. Create a VM with Tor VM with little virtual Hard drive. Change the network setting of the virtual machine to "Bridged". Disable Audio and USB.
3. Create another VM with no virtual hard drive. Boot into the Stealth Version of Backtrack and change the network setting to "Bridged".
4.
vi /etc/resolv.confnameserver [IP of the Tor VM]
5. change eth0 IP and boot up
ifconfig eth0 [an used IP on the same network]/24 up
6. set gateway to the tor proxy
route add default gw [IP of the Tor VM]