Results 1 to 10 of 34

Thread: 12.04 running DNSMASQ by default

Threaded View

  1. #1
    Join Date
    Jun 2011
    Location
    The Shadow Gallery
    Beans
    6,744

    12.04 running DNSMASQ by default

    in 12.04 dnsmasq is now running by default due to being hardcoded into network manager.

    Potentially bad idea (ever heard of DNS cache poisoning or MITM attacks ?)

    12.04 Release Notes

    5th Bullet Point.

    Its built into Network manager now.

    Running a local DNS caching server where your resolver is localhost or 127.0.01 may speed up DNS resolution but may also pose potential security risks.

    You may do the following to disable it if you dont want it used, though it doesnt appear it to be caching by default (you can test with the dig command)


    so


    Code:
    sudo nano /etc/NetworkManager/NetworkManager.conf
    (the above is case sensitive so capital N)

    and comment out the

    Code:
    dns=dnsmasq
    line then do a


    Code:
    sudo restart network-manager
    Peace
    Last edited by haqking; April 29th, 2012 at 04:13 PM.
    Backtrack - Giving machine guns to monkeys since 2006
    Kali-Linux - Adding a grenade launcher to the machine guns since 2013

Bookmarks

Posting Permissions

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