How to configure Whonix gateway to Kali Linux?
Clash Royale CLAN TAG#URR8PPP
up vote
0
down vote
favorite
I want to anonymously use Kali Linux in VirtualBox. But VirtualBox's network is also my IP address so I want to use Whonix gateway for my Kali Linux, not Whonix workstation.
How do I configure Whonix gateway in Kali? How to connect Whonix gateway to Kali Linux? What's the command I should use?
kali-linux whonix
add a comment |Â
up vote
0
down vote
favorite
I want to anonymously use Kali Linux in VirtualBox. But VirtualBox's network is also my IP address so I want to use Whonix gateway for my Kali Linux, not Whonix workstation.
How do I configure Whonix gateway in Kali? How to connect Whonix gateway to Kali Linux? What's the command I should use?
kali-linux whonix
add a comment |Â
up vote
0
down vote
favorite
up vote
0
down vote
favorite
I want to anonymously use Kali Linux in VirtualBox. But VirtualBox's network is also my IP address so I want to use Whonix gateway for my Kali Linux, not Whonix workstation.
How do I configure Whonix gateway in Kali? How to connect Whonix gateway to Kali Linux? What's the command I should use?
kali-linux whonix
I want to anonymously use Kali Linux in VirtualBox. But VirtualBox's network is also my IP address so I want to use Whonix gateway for my Kali Linux, not Whonix workstation.
How do I configure Whonix gateway in Kali? How to connect Whonix gateway to Kali Linux? What's the command I should use?
kali-linux whonix
kali-linux whonix
edited Apr 19 '16 at 4:55
asked Apr 19 '16 at 4:50
sukihinata
13239
13239
add a comment |Â
add a comment |Â
1 Answer
1
active
oldest
votes
up vote
-1
down vote
Ensure that you have imported the Whonix gateway appliance into VirtualBox, and that it is running. Make note of the non-loopback IP address that is printed in the Whonix terminal.
Open the Network Settings menu for your Kali Linux virtual machine in VirtualBox, and then configure Adapter 1 so that it is enabled and attached to the internal network, called Whonix. Save the setup, and start your Kali VM.
If you are installing the Kali VM for the first time, then select the "Configure network manually" option during Kali setup, and use the Whonix non-loopback IP address that you recorded earlier.
If you are using an existing installation of Kali, then start Kali, and execute the following instructions in the Kali terminal:
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.
See these articles for detailed instructions and explanations:
https://www.alienvault.com/blogs/security-essentials/how-does-whonix-make-kali-linux-anonymous-how-to-prevent-it
http://resources.infosecinstitute.com/integrate-whonix-with-kali-linux-to-achieve-anonymity/
https://null-byte.wonderhowto.com/how-to/fully-anonymize-kali-with-tor-whonix-pia-vpn-0180040/
1
This is not a good answer. You should provide the essential parts of the solution in your answer so that when the links go dead the solution is still there for people to see.
â zagrimsan
Aug 8 '17 at 7:00
Understood. I can't spare time at the moment, but will gladly do so when the opportunity presents itself. In the mean time, if the community has time, and wants to propose edits with relevant extracts, please go ahead.
â W1M0R
Aug 8 '17 at 12:29
The point is that the community is not here to write good answers on behalf of some of its members :) Some help and guidance is good for new members but writing answers for others does not improve the community. You get reputation for whatever you do here, that's the name of the game.
â zagrimsan
Aug 8 '17 at 13:45
Got it. I'll test and summarise the instructions in the linked articles, and then add them to my answer.
â W1M0R
Aug 10 '17 at 21:31
Great! I'll go and upvote your answer after you've done that.:)
â zagrimsan
Aug 11 '17 at 7:03
add a comment |Â
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
-1
down vote
Ensure that you have imported the Whonix gateway appliance into VirtualBox, and that it is running. Make note of the non-loopback IP address that is printed in the Whonix terminal.
Open the Network Settings menu for your Kali Linux virtual machine in VirtualBox, and then configure Adapter 1 so that it is enabled and attached to the internal network, called Whonix. Save the setup, and start your Kali VM.
If you are installing the Kali VM for the first time, then select the "Configure network manually" option during Kali setup, and use the Whonix non-loopback IP address that you recorded earlier.
If you are using an existing installation of Kali, then start Kali, and execute the following instructions in the Kali terminal:
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.
See these articles for detailed instructions and explanations:
https://www.alienvault.com/blogs/security-essentials/how-does-whonix-make-kali-linux-anonymous-how-to-prevent-it
http://resources.infosecinstitute.com/integrate-whonix-with-kali-linux-to-achieve-anonymity/
https://null-byte.wonderhowto.com/how-to/fully-anonymize-kali-with-tor-whonix-pia-vpn-0180040/
1
This is not a good answer. You should provide the essential parts of the solution in your answer so that when the links go dead the solution is still there for people to see.
â zagrimsan
Aug 8 '17 at 7:00
Understood. I can't spare time at the moment, but will gladly do so when the opportunity presents itself. In the mean time, if the community has time, and wants to propose edits with relevant extracts, please go ahead.
â W1M0R
Aug 8 '17 at 12:29
The point is that the community is not here to write good answers on behalf of some of its members :) Some help and guidance is good for new members but writing answers for others does not improve the community. You get reputation for whatever you do here, that's the name of the game.
â zagrimsan
Aug 8 '17 at 13:45
Got it. I'll test and summarise the instructions in the linked articles, and then add them to my answer.
â W1M0R
Aug 10 '17 at 21:31
Great! I'll go and upvote your answer after you've done that.:)
â zagrimsan
Aug 11 '17 at 7:03
add a comment |Â
up vote
-1
down vote
Ensure that you have imported the Whonix gateway appliance into VirtualBox, and that it is running. Make note of the non-loopback IP address that is printed in the Whonix terminal.
Open the Network Settings menu for your Kali Linux virtual machine in VirtualBox, and then configure Adapter 1 so that it is enabled and attached to the internal network, called Whonix. Save the setup, and start your Kali VM.
If you are installing the Kali VM for the first time, then select the "Configure network manually" option during Kali setup, and use the Whonix non-loopback IP address that you recorded earlier.
If you are using an existing installation of Kali, then start Kali, and execute the following instructions in the Kali terminal:
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.
See these articles for detailed instructions and explanations:
https://www.alienvault.com/blogs/security-essentials/how-does-whonix-make-kali-linux-anonymous-how-to-prevent-it
http://resources.infosecinstitute.com/integrate-whonix-with-kali-linux-to-achieve-anonymity/
https://null-byte.wonderhowto.com/how-to/fully-anonymize-kali-with-tor-whonix-pia-vpn-0180040/
1
This is not a good answer. You should provide the essential parts of the solution in your answer so that when the links go dead the solution is still there for people to see.
â zagrimsan
Aug 8 '17 at 7:00
Understood. I can't spare time at the moment, but will gladly do so when the opportunity presents itself. In the mean time, if the community has time, and wants to propose edits with relevant extracts, please go ahead.
â W1M0R
Aug 8 '17 at 12:29
The point is that the community is not here to write good answers on behalf of some of its members :) Some help and guidance is good for new members but writing answers for others does not improve the community. You get reputation for whatever you do here, that's the name of the game.
â zagrimsan
Aug 8 '17 at 13:45
Got it. I'll test and summarise the instructions in the linked articles, and then add them to my answer.
â W1M0R
Aug 10 '17 at 21:31
Great! I'll go and upvote your answer after you've done that.:)
â zagrimsan
Aug 11 '17 at 7:03
add a comment |Â
up vote
-1
down vote
up vote
-1
down vote
Ensure that you have imported the Whonix gateway appliance into VirtualBox, and that it is running. Make note of the non-loopback IP address that is printed in the Whonix terminal.
Open the Network Settings menu for your Kali Linux virtual machine in VirtualBox, and then configure Adapter 1 so that it is enabled and attached to the internal network, called Whonix. Save the setup, and start your Kali VM.
If you are installing the Kali VM for the first time, then select the "Configure network manually" option during Kali setup, and use the Whonix non-loopback IP address that you recorded earlier.
If you are using an existing installation of Kali, then start Kali, and execute the following instructions in the Kali terminal:
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.
See these articles for detailed instructions and explanations:
https://www.alienvault.com/blogs/security-essentials/how-does-whonix-make-kali-linux-anonymous-how-to-prevent-it
http://resources.infosecinstitute.com/integrate-whonix-with-kali-linux-to-achieve-anonymity/
https://null-byte.wonderhowto.com/how-to/fully-anonymize-kali-with-tor-whonix-pia-vpn-0180040/
Ensure that you have imported the Whonix gateway appliance into VirtualBox, and that it is running. Make note of the non-loopback IP address that is printed in the Whonix terminal.
Open the Network Settings menu for your Kali Linux virtual machine in VirtualBox, and then configure Adapter 1 so that it is enabled and attached to the internal network, called Whonix. Save the setup, and start your Kali VM.
If you are installing the Kali VM for the first time, then select the "Configure network manually" option during Kali setup, and use the Whonix non-loopback IP address that you recorded earlier.
If you are using an existing installation of Kali, then start Kali, and execute the following instructions in the Kali terminal:
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.
See these articles for detailed instructions and explanations:
https://www.alienvault.com/blogs/security-essentials/how-does-whonix-make-kali-linux-anonymous-how-to-prevent-it
http://resources.infosecinstitute.com/integrate-whonix-with-kali-linux-to-achieve-anonymity/
https://null-byte.wonderhowto.com/how-to/fully-anonymize-kali-with-tor-whonix-pia-vpn-0180040/
edited 9 mins ago
answered Aug 8 '17 at 5:53
W1M0R
992
992
1
This is not a good answer. You should provide the essential parts of the solution in your answer so that when the links go dead the solution is still there for people to see.
â zagrimsan
Aug 8 '17 at 7:00
Understood. I can't spare time at the moment, but will gladly do so when the opportunity presents itself. In the mean time, if the community has time, and wants to propose edits with relevant extracts, please go ahead.
â W1M0R
Aug 8 '17 at 12:29
The point is that the community is not here to write good answers on behalf of some of its members :) Some help and guidance is good for new members but writing answers for others does not improve the community. You get reputation for whatever you do here, that's the name of the game.
â zagrimsan
Aug 8 '17 at 13:45
Got it. I'll test and summarise the instructions in the linked articles, and then add them to my answer.
â W1M0R
Aug 10 '17 at 21:31
Great! I'll go and upvote your answer after you've done that.:)
â zagrimsan
Aug 11 '17 at 7:03
add a comment |Â
1
This is not a good answer. You should provide the essential parts of the solution in your answer so that when the links go dead the solution is still there for people to see.
â zagrimsan
Aug 8 '17 at 7:00
Understood. I can't spare time at the moment, but will gladly do so when the opportunity presents itself. In the mean time, if the community has time, and wants to propose edits with relevant extracts, please go ahead.
â W1M0R
Aug 8 '17 at 12:29
The point is that the community is not here to write good answers on behalf of some of its members :) Some help and guidance is good for new members but writing answers for others does not improve the community. You get reputation for whatever you do here, that's the name of the game.
â zagrimsan
Aug 8 '17 at 13:45
Got it. I'll test and summarise the instructions in the linked articles, and then add them to my answer.
â W1M0R
Aug 10 '17 at 21:31
Great! I'll go and upvote your answer after you've done that.:)
â zagrimsan
Aug 11 '17 at 7:03
1
1
This is not a good answer. You should provide the essential parts of the solution in your answer so that when the links go dead the solution is still there for people to see.
â zagrimsan
Aug 8 '17 at 7:00
This is not a good answer. You should provide the essential parts of the solution in your answer so that when the links go dead the solution is still there for people to see.
â zagrimsan
Aug 8 '17 at 7:00
Understood. I can't spare time at the moment, but will gladly do so when the opportunity presents itself. In the mean time, if the community has time, and wants to propose edits with relevant extracts, please go ahead.
â W1M0R
Aug 8 '17 at 12:29
Understood. I can't spare time at the moment, but will gladly do so when the opportunity presents itself. In the mean time, if the community has time, and wants to propose edits with relevant extracts, please go ahead.
â W1M0R
Aug 8 '17 at 12:29
The point is that the community is not here to write good answers on behalf of some of its members :) Some help and guidance is good for new members but writing answers for others does not improve the community. You get reputation for whatever you do here, that's the name of the game.
â zagrimsan
Aug 8 '17 at 13:45
The point is that the community is not here to write good answers on behalf of some of its members :) Some help and guidance is good for new members but writing answers for others does not improve the community. You get reputation for whatever you do here, that's the name of the game.
â zagrimsan
Aug 8 '17 at 13:45
Got it. I'll test and summarise the instructions in the linked articles, and then add them to my answer.
â W1M0R
Aug 10 '17 at 21:31
Got it. I'll test and summarise the instructions in the linked articles, and then add them to my answer.
â W1M0R
Aug 10 '17 at 21:31
Great! I'll go and upvote your answer after you've done that.:)
â zagrimsan
Aug 11 '17 at 7:03
Great! I'll go and upvote your answer after you've done that.:)
â zagrimsan
Aug 11 '17 at 7:03
add a comment |Â
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f277433%2fhow-to-configure-whonix-gateway-to-kali-linux%23new-answer', 'question_page');
);
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password