Results 1 to 2 of 2

Thread: Pure Oddness: Only able to resolve DNS requests through Tor

  1. #1
    Join Date
    2022-Aug
    Location
    At Home
    Posts
    4

    Question Pure Oddness: Only able to resolve DNS requests through Tor

    It is not a dealbreaker, or even slightly irritating. It is just puzzling.

    I have had this system running Kali Rolling for several years now, and have had relatively no issues out of it, until I had to reconfigure the LAN network a few weeks back. Then all of a sudden the system became very sluggish, takes longer than usual to resolve commands executed with sudo, and now only resolves DNS requests through tor. If tor is stopped or disabled, DNS requests fail altogether, regardless of the setting in
    Code:
    /etc/resolv.conf
    . Everything is as it should be, the hosts file is to the letter, and so is the resolv DOT conf. I am not running systemd-resolvd or resolvconf, and there are no firewall rules preventing traversal of DNS requests. Heck, up until a few minutes ago, there were no firewall rules whatsoever. The hostname is also set with hostnamectl as it should. Routes also look good. So, I am baffled.

    If you have any suggestions, I would be interested to hear about them, because I am out of ideas.

  2. #2
    Join Date
    2021-May
    Location
    UK
    Posts
    772
    Tor runs a daemon as background process. What the daemon does is opening a socks5 proxy locally for you. Now you can connect your software (most likely your browser perhaps) to the daemon via the socks proxy option and your traffic will be routet through tor.

    so.. kill the daemon if its running..
    does it now work as expected, then check tor set up..

    sudo systemctl stop tor
    sudo systemctl disable tor

    reboot, test...

Similar Threads

  1. Building for any phone ! Post Requests .
    By zinister in forum Building NetHunter
    Replies: 55
    Last Post: 2018-01-03, 04:13
  2. Probe requests - How to prevent Kali sending out probe requests?
    By mstrmnn in forum TroubleShooting Archive
    Replies: 4
    Last Post: 2017-08-20, 08:58
  3. Replies: 1
    Last Post: 2013-12-23, 03:36

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •