Use Kali on Whonix in Virtual Box
ifdown eth0
nano /etc/resolv.conf
- Replace the contents of
/etc/resolv.conf
with:nameserver 10.152.152.10
nano /etc/network/interfaces
- Add the following lines to the end of
/etc/network/interfaces
:iface eth0 inet static address 10.152.152.11 netmask 255.255.192.0 gateway 10.152.152.10
ifup eth0