Kali host doesn’t connect from whonix gateway

Hello guys,

Im trying to connect my physical kali Linux from whonix gateway, I did some steps to do it:

  • I set the network adapter 2 to attached Host-only Adaptet and I got the network name “vboxnet0”;
  • On terminal, I set the follow command:

sudo nmcli con add con-name via-whonix type ethernet iframe vboxnet0 ipv4.method manual ipv4.address 10.152.152.11/18 ipv4.gateway 10.152.152.10

After

nmcli con up via-whonix

It’s worked, my network turned to via-whonix

I checked if nameserver was included:

cat /etc/resolv.conf

Has nameserver 10.152.152.10

I tried to check tor, but it doesn’t worked.

What Im doing wrong?