Sys-whonix not working in hvm qubes

Even with the new fix of arp_ignore, as per as Anonymize Other Operating Systems guide, my sys-whonix doesn’t work on hvm qubes, e.g Windows and some Linux HVM installed with ISO. What can i do? The Ip Address, DNS and gateway are all ok. Netmask value to 255.0.0.0. If i change the net qube to sys-firewall, i get the network without any problems, so the problem is on whonix itself.

2 Likes

Having the same issue. My Windows HVM doesn’t need any additional configuration, since the DHCP works fine with Qubes OS. With sys-vpn, sys-firewall and mirage-firewall as netqube, i get network connection. However, when i put sys-whonix as net qube, i lose the internet conection, even when i made the exactly steps from the guide inside of my whonix-gw template.

1 Like

I think that one update caused this problem, since i was getting network connection without any problems in about 3-4 days ago with the arp fix.

1 Like

Check if the setting took effect:

sudo sysctl -a | grep arp_ignore
1 Like

It doesn’t.

[gateway user ~]% sudo sysctl -a | grep arp_ignore
net.ipv4.conf.all.arp_ignore = 2
net.ipv4.conf.default.arp_ignore = 2
net.ipv4.conf.eth0.arp_ignore = 2
net.ipv4.conf.eth1.arp_ignore = 2
net.ipv4.conf.lo.arp_ignore = 2
[gateway user ~]% sudo cat /etc/sysctl.d/50_user.conf
net.ipv4.conf.*.arp_ignore=1
1 Like

Rebooted?

1 Like

Yes. Applied the configuration in the gateway’s template and reboot both template & appvm

1 Like

Try file name:

/etc/sysctl.d/99_user.conf

1 Like

It worked. Thank you!

2 Likes