1

I want to set up a DNS and DHCP server to bypass the loopback restriction of my internet provider. I wanted to install Dnsmasq but can't install It because of conflicts with Dnsmasq-base. So my questions are :

  • What are the differences between Dnsmasq and Dnsmasq-base?

  • Can we set up what I want with Dnsmasq-base?

  • If yes, how? If no, what are the alternatives?

Jacques Ung
  • 19
  • 2
  • 4

1 Answers1

2
  1. Difference
    dnsmasq package require dnsmasq-base package as dependecy
    See packages details for dnsmasq and dnsmasq-base
    If your Ubuntu setup has some package conflicts, see how to resolve it:
    https://help.ubuntu.com/community/PackageManagerTroubleshootingProcedure

  2. Feature dns and dhcp
    Of course yes, dnsmasq is made that for

  3. How to...
    Simply as docs describe it :)
    You asked quite same question earlier, some answers where posted.
    See those too:
    Configuring DHCP-Server using dnsmasq
    home server DNS with dnsmasq
    How to Add dnsmasq and keep systemd-resolved (18.04)
    https://help.ubuntu.com/community/Dnsmasq

cmak.fr
  • 8,976