On 6/27/23 19:46, Tomer Shachaf wrote:
Hi xCAT folks ,

I would like to know if I can add to the DNS server my own records ( A & PTR) .

Dose it possible ?  its to use the xCAT as DNS server for more components such as VMs etc .

If it possible how I should do that  ?

Hello,

We're doing it this way:

we set up an externaldns with named like this:

1. a primary master named server
2. 2 slaves servers

This DNS is fed in by 2 different possible ways :

1. makedns for xCAT stuff
2. nsupdate for "our" stuff (VM, storage, ...)

Some gory details to take care of:

nsupdate will update whatever server you provide it in its input file OR the master:

"server servername [ port ]
Sends all dynamic update requests to the name server servername. When no server statement is provided, nsupdate will send updates to the master server of the correct zone. The MNAME field of that zone's SOA record will identify the master server for that zone."

while makedns will update what it found to be the NS records for relevant zones (which are the slaves in my setup, so I have to setup update forwarding in named config).

Best,

--
Thomas HUMMEL


Many thanks ahead

Sent from Mail <https://urldefense.com/v3/__https://go.microsoft.com/fwlink/?LinkId=550986__;!!JFdNOqOXpB6UZW0!qFq92UNVAzzykB1fHKWhs4D7MsOyV6lT837uMK2sZPyloaPEFt78edsFAYKC3DABu23v9kWRVjO1Z5_s1Q8oq1nREnY$> for Windows



_______________________________________________
xCAT-user mailing list
xCAT-user@lists.sourceforge.net
https://urldefense.com/v3/__https://lists.sourceforge.net/lists/listinfo/xcat-user__;!!JFdNOqOXpB6UZW0!qFq92UNVAzzykB1fHKWhs4D7MsOyV6lT837uMK2sZPyloaPEFt78edsFAYKC3DABu23v9kWRVjO1Z5_s1Q8o6slc4-g$


_______________________________________________
xCAT-user mailing list
xCAT-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/xcat-user

Reply via email to