(Created page with "== Use Kali on Whonix in Virtual Box == # <code>ifdown eth0</code> # <code>nano /etc/resolv.conf</code> # Replace the contents of <code>/etc/resolv.conf</code> with: <code>nameserver 10.152.152.10</code> # <code>nano /etc/network/interfaces</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>") |
No edit summary |
||
(One intermediate revision by the same user not shown) | |||
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 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
ifdown eth0
nano /etc/resolv.conf
- Replace the contents of
/etc/resolv.conf
with:nameserver 10.152.152.10
nano /etc/network/interfaces
- 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
ifup eth0
- Visit https://check.torproject.org/ from Kali, to verify that your connection is now using Tor via Whonix.