AIX Open Source

AIX Open Source

Share your experiences and connect with fellow developers to discover how to build and manage open source software for the AIX operating system

 View Only
  • 1.  dnsmasq alternatives

    Posted Fri May 17, 2024 10:16 AM
    Edited by Sylvain Fri May 17, 2024 10:35 AM

    Hi all,

    it seems that dnsmasq does not exist for AIX.

    Do you know lightweight DNS alternatives for AIX ?

    Thanks



  • 2.  RE: dnsmasq alternatives

    Posted Fri May 17, 2024 11:11 AM

    unbound however there's no package in the toolbox for AIX.

    Good old BIND comes with AIX. Actually, not sure if unbound is considered "lighter" than BIND. unbound/nsd are used together to create a full DNS server where nsd is the authoritative component and unbound is the recursing component. Ran BIND for years on AIX with split zones for enclaved systems. Worked well.

    I guess it depends what you consider "lightweight". dnsmasq does quite a lot, including DHCP. If you're doing a little project, maybe consider spinning up something that runs DNS well, like pfsense/opnsense. unbound is standard there with a nice GUI.



    ------------------------------
    Mario
    ------------------------------



  • 3.  RE: dnsmasq alternatives

    Posted Fri May 17, 2024 11:39 AM
    Very lightweight like a « centralized » /etc/hosts with a few A records.









  • 4.  RE: dnsmasq alternatives

    Posted Fri May 17, 2024 01:25 PM

    I've seen folks copy around hosts files from a central "authorized" copy. It works. It's also how DNS got its start. I wouldn't recommend it.



    ------------------------------
    Mario
    ------------------------------



  • 5.  RE: dnsmasq alternatives

    Posted Sat May 18, 2024 07:26 AM
    We need a service exposing DNS protocol.










  • 6.  RE: dnsmasq alternatives

    Posted Sun May 19, 2024 09:57 AM

    I am trying to understand why AIX shipped bind does not work for your use case? 



    ------------------------------
    SANKET RATHI
    ------------------------------



  • 7.  RE: dnsmasq alternatives

    Posted Mon May 20, 2024 04:40 AM

    What do you mean with "exposing DNS protocol"? 



    ------------------------------
    José Pina Coelho
    IT Specialist at Kyndryl
    ------------------------------



  • 8.  RE: dnsmasq alternatives

    Posted Mon May 20, 2024 04:42 AM

    Then you need to run a centralized DNS server.  It's really easy to produce DNS zones from an /etc/hosts.



    ------------------------------
    José Pina Coelho
    IT Specialist at Kyndryl
    ------------------------------



  • 9.  RE: dnsmasq alternatives

    Posted Mon May 20, 2024 05:34 AM
    Edited by Sylvain Mon May 20, 2024 05:34 AM

    We only need a very very lightweight DNS server in an isolated VLAN that can reply to DNS queries for a few type A records.

    If dnsmasq had been available on AIX it would have been perfect.