Hello! I am very new to whonix and need some help. Please tell me how to connect it after vpn. I use NekoBox client and have neko-tun interface. When I try to specify this interface in the virt manager’s network settings, it doesn’t help.
<network>
<name>Whonix-External</name>
<uuid>c6e5fecd-3748-44fb-bbf5-e8fc9c*****</uuid>
<forward dev="neko-tun" mode="nat">
<nat>
<port start="1024" end="65535"/>
</nat>
<interface dev="neko-tun"/>
</forward>
<bridge name="virbr1" stp="on" delay="0"/>
<mac address="52:54:00:e3:**:**"/>
<dns enable="no"/>
<ip address="10.0.2.2" netmask="255.255.255.0">
</ip>
</network>
<interface type="network">
<mac address="52:54:00:e9:47:52"/>
<source network="Whonix-External" portid="8cd93f03-a487-4d9d-aadc-063f5359086a" bridge="virbr1"/>
<target dev="vnet5"/>
<model type="virtio"/>
<driver name="qemu"/>
<link state="up"/>
<alias name="net0"/>
<address type="pci" domain="0x0000" bus="0x01" slot="0x00I would be grateful for an example of the correct setap in this situation " function="0x0"/>
</interface>
$ ip r
default via 192.168.72.63 dev wlan0 proto dhcp src 192.168.72.218 metric 600
10.0.2.0/24 dev virbr1 proto kernel scope link src 10.0.2.2
172.19.0.0/28 dev neko-tun proto kernel scope link src 172.19.0.1
192.168.72.0/24 dev wlan0 proto kernel scope link src 192.168.72.218 metric 600
I read this, but there are no clear instructions here.
https:// www. whonix. org /wiki/Tunnels/Connecting_to_a_VPN_before_Tor
I would be grateful for an example of the correct setap in this situation or a guess about what I missed.