zeb981
1
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
zeb981
3
Thank you, am I doing something wrong?
curl https://9.9.9.9
curl https://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
zeb981
5
Thank you!
32 did not work either but 16 did.