Trying to use Whonix-Gateway in VM as a dedicated tor route before Kali, previously worked fine in 2017.1/3 Kali.
In Virtualbox Whonix-Gateway connected to host using NAT, connects to tor. Also have an Internal Network set in Virtualbox named Whonix, Promiscuous Mode set to Allow All and Cable Connected ticked.
Kali Linux VM set up with one network adapter as above Internal Network set in Virtualbox named Whonix, Promiscuous Mode set to Allow All and Cable Connected ticked.
When installing Kali 2018.1 I added connection settings as previously to match up with how I had them set in other installations, as below like the interfaces and resolv.conf files. On installation, Kali couldn't connect to any of the repositories to update. Also changing repos didn't help and trying to add manually in terminal after installation doesn't work. Also can't install guest additions from iso as the required packages aren't installed and can't use apt to install either as repos not available.
See contents of network files below.
/etc/network/interfaces
iface eth0 inet static
address 10.152.152.11
netmask 255.255.192.0
gateway 10.152.152.10
/etc/resolv.conf
nameserver 10.152.152.10
I've been trying different things but haven't had any joy, sometimes the gateway showing under route -n is shown as "_gateway" instead of "10.152.152.10" if that tives any clues. All pings and traces are just timing out, can't get any internet connection through the Whonix VM but it's definitely working.
https://i.imgur.com/QEDnw40.png
https://i.imgur.com/dqNxG7v.png
Do I have to align the DHCP settings with the settings in Virtualbox Host Network Manager settings as below?
https://i.imgur.com/53t0lse.png
https://i.imgur.com/5zv13AT.png
Can anyone help?