LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Server (https://www.linuxquestions.org/questions/linux-server-73/)
-   -   how to update between dhcp and dns (https://www.linuxquestions.org/questions/linux-server-73/how-to-update-between-dhcp-and-dns-663366/)

finsh 08-17-2008 06:05 AM

how to update between dhcp and dns
 
Hi all

I made a DNS server ok now how can I put the network addresses in dhcp to the transmission dns .

I mean, if i put a new pc on the network and taking ip, dhcp should be told of the dns how can there be so Aotmatik.

I now put the addresses manually (This is hard work)

Regards

estabroo 08-17-2008 10:00 AM

you need to add an option domain-name-servers line to your dhcp server configuration.
option domain-name "example.org";
option domain-name-servers ns1.example.org, ns2.example.org;


All times are GMT -5. The time now is 11:31 PM.