Results 1 to 3 of 3

Thread: DHCPD problem.

  1. #1
    CK
    Guest

    DHCPD problem.

    Hi All,

    I've set up a DHCP Daemon with failover.
    Everything is working fine, except that the server is leasing IPs with a 10 minutes expiration time.

    My config in both primary and secondary servers has:
    default-lease-time 604800;
    max-lease-time 846000;

    Any clues?
    TKS!

  2. #2

    Re:DHCPD problem.

    Can you post a copy of your /etc/dhcpd.conf ?
    Its better to regret something you have done than to regret something you havent done :P

  3. #3

    Re:DHCPD problem.

    No well mine looks like this and works well - i have 3 interfaces eth0 eth1 and eth2
    192.168.0.0 - eth0
    192.168.1.0 -eth1
    192.168.2.0-eth2

    ddns-update-style interim;
    subnet 192.168.0.0 netmask 255.255.255.0 {
    option routers 192.168.0.1;
    option subnet-mask 255.255.255.0;
    option domain-name "beer.hic";
    option domain-name-servers 203.220.6.130, 139.130.4.4;
    range 192.168.0.4 192.168.0.200;
    }

    subnet 192.168.1.0 netmask 255.255.255.0 {
    option routers 192.168.1.1;
    option subnet-mask 255.255.255.0;
    option domain-name "beer.hic";
    option domain-name-servers 203.220.6.130, 139.130.4.4;
    range 192.168.1.4 192.168.1.200;
    }

    subnet 192.168.2.0 netmask 255.255.255.0{
    option routers 192.168.2.1;
    option subnet-mask 255.255.255.0;
    option domain-name "beer.hic";
    option domain-name-servers 203.220.6.130, 139.130.4.4;
    range 192.168.2.4 192.168.2.200;


    hope it helps
    why are you specifying a lease time anyway?
    is it essential?
    Its better to regret something you have done than to regret something you havent done :P

Similar Threads

  1. Problem with POSIX semaphores
    By wej@wejc.com in forum Linux - Software, Applications & Programming
    Replies: 0
    Last Post: 12-15-2007, 01:46 AM
  2. HELP PLEASE! Long file names problem
    By paulmarcw in forum Windows - General Topics
    Replies: 1
    Last Post: 02-24-2006, 05:12 AM
  3. problem with windows linux network
    By grooverider in forum Linux - Hardware, Networking & Security
    Replies: 0
    Last Post: 01-29-2005, 01:36 AM
  4. Device Manager Error Codes
    By regix in forum Windows - General Topics
    Replies: 0
    Last Post: 01-05-2005, 01:52 AM
  5. Problem with D-Link DFE-580tx
    By Lysander in forum Linux - Hardware, Networking & Security
    Replies: 3
    Last Post: 11-15-2004, 09:25 AM

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
  •