Jump to content

DNS Server


buzzy456

Recommended Posts

You need 2 things:

- Get any connecting client to use your DNS server. You can provide its location in the dhcp config.

- Set up this DNS server. Read up on any Bind tutorial.

Holler when you get lost.

Link to comment
Share on other sites

What you should do is read up on the dhcpd program, which is your DHCP server (or daemon, in UNIX speak, hence the d at the end). When a client connects to the network it asks the DHCP server for its IP address, but in this process it also gets information about things like routing as well as DNS. Your DHCP server might provide the DNS server it uses itself for this, but far more common is that you specify the IP of the DNS server(s) in the config file for this daemon. Where this file is on your system (probably somewhere under /etc) and which setting(s) you'll need to change to achieve this is something you'll have to figure out yourself but a combination of reading the man page on dhcpd and nice helping of Google should be all you need.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...