Results 1 to 6 of 6

Thread: dhcp3 server wont install properly. No files in dhcp directory?

  1. #1
    Join Date
    Apr 2008
    Beans
    23

    dhcp3 server wont install properly. No files in dhcp directory?

    Hi,

    Im just trying to install dhcp3-server into the lates ubuntu version using guides on the net which all say the same thing but in the dhcp3-server directory there are no files (including dhcpd.conf) and just a empty directory and there is no way to start the server.

    It just refuses to install properly.

    Anyone know whats happening?

    Many thanks.

    Fred

  2. #2
    Join Date
    Feb 2009
    Location
    Dallas, TX
    Beans
    7,790
    Distro
    Ubuntu 16.04 Xenial Xerus

    Re: dhcp3 server wont install properly. No files in dhcp directory?

    I recently learned that dhcp3-server became obsolete (now it's called transitional package). Install this instead:
    Code:
    sudo apt-get install isc-dhcp-server
    Regards.

  3. #3
    Join Date
    Apr 2008
    Beans
    23

    Re: dhcp3 server wont install properly. No files in dhcp directory?

    That would explain it.

    isc-dhcp-server looks ideal thanks. Have found a guide on failover as well. Will give it a go ina bit.

    Thanks again.

  4. #4
    Join Date
    Apr 2008
    Beans
    23

    Re: dhcp3 server wont install properly. No files in dhcp directory?

    Where would the config file be for this server? It seems to have added the program into init.d directory which is further than i got before but im now unsure of which config file to change? There isnt one in /etc

    Sorry im a real beginner. How do you start the server? every site i look at for isc-dhcp-server is still using dhcp3. Is DHCP sinstall on ubuntu already? Why do i need to install a seperate server if this is already installed? What is the plain dhcp package? Everything seems to relate back to isc's server but they are different packages?

    Sorry about all the questions.
    Last edited by fredted40x; November 10th, 2011 at 11:41 PM.

  5. #5
    Join Date
    Feb 2009
    Location
    Dallas, TX
    Beans
    7,790
    Distro
    Ubuntu 16.04 Xenial Xerus

    Re: dhcp3 server wont install properly. No files in dhcp directory?

    The main file to configure is:
    Code:
    /etc/dhcp3/dhcpd.conf
    Check this tutorial, it's a bit old (it references dhcp3-server), but it is still a good basic guide.

    Hope it helps,
    Regards.

  6. #6
    Join Date
    Apr 2008
    Beans
    23

    Re: dhcp3 server wont install properly. No files in dhcp directory?

    Brilliant.

    Manged to get it up and running and it seems to work really well.

    Is it possible to get it to hand out the proxy as well?

    Thanks again for your help.

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •