Whonix

From RCATs
Revision as of 12:28, 16 July 2023 by Ali3nw3rx (talk | contribs) (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>")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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