Whonix: Difference between revisions

From RCATs
No edit summary
No edit summary
 
Line 7: Line 7:
# Add the following lines to the end of <code>/etc/network/interfaces</code>: <code>iface eth0 inet static address 10.152.152.11 netmask 255.255.192.0 gateway 10.152.152.10</code>  
# Add the following lines to the end of <code>/etc/network/interfaces</code>: <code>iface eth0 inet static address 10.152.152.11 netmask 255.255.192.0 gateway 10.152.152.10</code>  
# <code>ifup eth0</code>
# <code>ifup eth0</code>
# Visit <nowiki>https://check.torproject.org/</nowiki> from Kali, to verify that your connection is now using Tor via Whonix.
# Visit https://check.torproject.org/ from Kali, to verify that your connection is now using Tor via Whonix.

Latest revision as of 12:29, 16 July 2023

Use Kali on Whonix in Virtual Box

  1. ifdown eth0
  2. nano /etc/resolv.conf
  3. Replace the contents of /etc/resolv.conf with: nameserver 10.152.152.10
  4. nano /etc/network/interfaces
  5. Add the following lines to the end of /etc/network/interfaces: iface eth0 inet static address 10.152.152.11 netmask 255.255.192.0 gateway 10.152.152.10
  6. ifup eth0
  7. Visit https://check.torproject.org/ from Kali, to verify that your connection is now using Tor via Whonix.