LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Virtualization and Cloud (https://www.linuxquestions.org/questions/linux-virtualization-and-cloud-90/)
-   -   DNS leaking in VM (https://www.linuxquestions.org/questions/linux-virtualization-and-cloud-90/dns-leaking-in-vm-4175637670/)

Dokanon 09-02-2018 10:44 PM

DNS leaking in VM
 
Hey all, I'm trying to follow along on an online video using Kali Linux and we are working on setting up proxies. I did as instructed and edited proxychains.conf to enable dynamic chains, commented out strict chains and added a Socks5 proxy.

[ProxyList]
# add proxy here …
# meanwile
# defaults set to "tor"
socks4 127.0.0.1 9050
socks5 127.0.0.1 9050

I'll then
Code:

service tor start
and open up the web browser to check for DNS leaks via duckduckgo and it's showing my location and ISP servers.

business_kid 09-04-2018 01:31 PM

I presume you've read Kali_Linux_Caveats

I wouldn't expect Kali to behave predictably in a VM and certainly not as a 'white hat' tool, which is it's purpose. There's too many software layers. Install it on a partition and dual boot.

John VV 09-06-2018 12:59 AM

one way to stop DNS leeks is to set up and run "TOR" on the host

then set the VM to only see the tor port

that way EVERYTHING in the VM is ran through tor, including dns


All times are GMT -5. The time now is 09:34 PM.