Results 1 to 2 of 2

Thread: dhcpd3 server not starting on startup

  1. #1
    Join Date
    May 2010
    Beans
    2

    dhcpd3 server not starting on startup

    Hey guys,
    I currently got Ubuntu 10.0.4 server edition running on my server.
    I got 2 network cards in it. One for (eth0) the pppoe connection and the other one (eth1) for dhcp and network.

    When i installed dhcpd3 server a couple of days ago, it wouldn't start.
    So i searched the web and came on the conclusion that i have to do
    " sudo ifconfig eth1 down
    sudo ifconfig eth1 up 192.168.0.1"

    Problem is i don't have connection with this pc all the time. So if i have to restart it, the dhcp server won't start. Is there a way to fix this problem?

    Thanks

    Relived.

  2. #2
    Join Date
    Dec 2009
    Location
    Chennai, India
    Beans
    117

    Re: dhcpd3 server not starting on startup

    Hi,

    The 'dhcp3-server' by default needs to listen on a particular network interface, in your case it is 'eth1' so in the file /etc/default/dhcp3-server you need to have the following configuration

    Code:
    INTERFACES="eth1"
    You can refer this documentation https://help.ubuntu.com/community/dhcp3-server for configuring /etc/dhcp3/dhcpd.conf file.

    Hope this helps.

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
  •