[suse-sparc] dhcpd problems

brett.burnes_at_ccmail.nevada.edu
Date: Thu Aug 15 2002 - 21:13:14 CEST

  • Next message: Brent Vardy: "[suse-sparc] Java on SuSE 7.3 Sparc64"
    Message-ID: <OFD1539DE8.B2D9808F-ON88256C16.0067D534@nevada.edu>
    From: brett.burnes@ccmail.nevada.edu
    Date: Thu, 15 Aug 2002 12:13:14 -0700
    Subject: [suse-sparc] dhcpd problems
    

    Hello!

    I am running SuSE 7.3 on a Sun Netra T1 with a QuadFast Ethernet Adapter.
    I am having problems with the dhcp daemon.

    I have a class B subnet defined with no constraints on the range:

    ddns-update-style ad-hoc;

    subnet 10.1.0.0 netmask 255.255.0.0
            {
    authoritative;

            pool
                    {
                    range 10.1.0.1 10.1.254.254;
                    option routers 10.0.1.2;
                    max-lease-time 48000;
                    default-lease-time 48000;
                    }
            }

    Now for the convoluted part. I have tried several combinations of clients
    and networking hardware. It would appear that the daemon is willing to
    grant an address if it receives a DHCPREQUEST packet for a specific IP, but
    when it receives a DHCPDISCOVER, it logs "DHCPDISCOVER from
    00:10:a4:b4:69:bf via eth0: network 10.1.0/16: no free leases".

    The distro includes ISC dhcpd V3.0rc12, I have also tried 2.0pl4 and
    3.0pl1. They all exhibit this behavior. This behavior does not manifest
    itself with Class C subnets. Has anyone seen this weirdness before??

    Thank you for your time!

    -Brett

    ==============================================
    Brett Burnes
    Network Technician
    University of Nevada Las Vegas, Library Systems
    brett.burnes@ccmail.nevada.edu
    702-895-2171

    -- 
    To unsubscribe, e-mail: suse-sparc-unsubscribe@suse.com
    For additional commands, e-mail: suse-sparc-help@suse.com
    


    This archive was generated by hypermail 2.1.4 : Thu Aug 15 2002 - 21:14:54 CEST