Sys-Whonix With Kali HVM

Trying to get Sys-Whonix working with Kali HVM. Works perfectly fine with Sys-firewall.

I’ve used both 255.255.255.255 and 255.0.0.0

Everything is correct as far as I can tell. I’m surely missing something though.

When I attempt to ping 1.1.1.1 or 8.8.8.8 I get 100% packet loss.

Sys-whonix is working fine outside of the Kali HVM.



You can’t ping through Tor since it’s only routing TCP and ping is using ICMP.
Check connection using e.g. curl:

curl https://9.9.9.9
curl https://quad9.com

Thank you, am I doing something wrong?

curl https://9.9.9.9

  • not found

curl https://quad9.com

  • curl: (6) Could not resolve host: quad9.com

It means that network is working but you have a problem with DNS resolution.
Try to set netmask to 32 or 16.

1 Like

Thank you!

32 did not work either but 16 did.