PDA

View Full Version : [Solved] FreeBSD to provide DNS automatically to clients


Ugluk911
April 15th, 2009, 14:54
Hi, please excuse my poor english again...

I've configured a FreeBSD server to act as a router, web server, gateway, etc...

All is working perfectly except one thing, I can't configure the server to provide DNS automatically to the clients (windows, mac, etc...)

The clients have to enter the DNS manually to acces it.

How can I do that?

Thanks.

Louis

DutchDaemon
April 15th, 2009, 15:32
Are you using DHCP?

Ugluk911
April 15th, 2009, 16:06
Yes, and it's working perfectly, proving IP adresses to all the machines without problem via a subnet (192.168.10.xxx)

DutchDaemon
April 15th, 2009, 17:26
So are you pushing "option domain-name-servers" to your dhcp clients?

Ugluk911
April 15th, 2009, 17:47
It was the missing otpion... all is working now.

Thank you very much!

Louis