Hello!
Thanks in advance for any help you can give me.
At work, I have a DNS structure, let´s call it domain "abc.corp", where we have a master and a slave DNS servers running Red Hat and Bind.
We want now to differentiate WiFi and Wired users, so we thought about creating "wifi.abc.corp" and "wired.abc.corp". To make this easier, we have created two separate files to hold the records (db.wired.acb.corp and db.wifi.abc.corp").
I tried to do this with the "$INCLUDE" statement in "db.abc.corp" where the main registers are, but the BIND process itself substitutes my "$INCLUDE" for a "$ORIGIN" and integrates my subdomain records in the main DNS database. If this goes this way, there is no way for me to dinamically add registers to the subdomain databases and have them work.
Any ideas or advise on how could I do this in a cleaner way?
Thanks!
Thanks in advance for any help you can give me.
At work, I have a DNS structure, let´s call it domain "abc.corp", where we have a master and a slave DNS servers running Red Hat and Bind.
We want now to differentiate WiFi and Wired users, so we thought about creating "wifi.abc.corp" and "wired.abc.corp". To make this easier, we have created two separate files to hold the records (db.wired.acb.corp and db.wifi.abc.corp").
I tried to do this with the "$INCLUDE" statement in "db.abc.corp" where the main registers are, but the BIND process itself substitutes my "$INCLUDE" for a "$ORIGIN" and integrates my subdomain records in the main DNS database. If this goes this way, there is no way for me to dinamically add registers to the subdomain databases and have them work.
Any ideas or advise on how could I do this in a cleaner way?
Thanks!