Open Source Development

Power Open Source Development

Explore the open source tools and capabilities for building and deploying modern applications on IBM Power platforms including AIX, IBM i, and Linux.


#Power


#Power


#Servers
#Opensource
 View Only
  • 1.  dnsmasq alternatives

    Posted 05/17/24 10:16 AM
    Edited by Sylvain 05/17/24 10:35 AM

    Hi all,

    it seems that dnsmasq does not exist for AIX.

    Do you know lightweight DNS alternatives for AIX ?

    Thanks


    #AIXOpenSource


  • 2.  RE: dnsmasq alternatives

    Posted 05/17/24 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 05/17/24 11:39 AM
    Very lightweight like a « centralized » /etc/hosts with a few A records.









  • 4.  RE: dnsmasq alternatives

    Posted 05/17/24 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 05/18/24 07:26 AM
    We need a service exposing DNS protocol.










  • 6.  RE: dnsmasq alternatives

    Posted 05/19/24 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 05/20/24 04:40 AM

    What do you mean with "exposing DNS protocol"? 



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



  • 8.  RE: dnsmasq alternatives

    Posted 05/20/24 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 05/20/24 05:34 AM
    Edited by Sylvain 05/20/24 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.