*** From dhcp-server -- To unsubscribe, see the end of this message. ***

Hi all,

I am using just the dhcpd server.

I am allocating ip addresses to dhcp clients and
dynamically to bootp clients.

The dhcp clients worked fine but dynamic allocation
to bootp clients did not work under the Version 2 
software.

Thanks

Michael Hankinson
Western Sydney Area Health Service
Australia
email : [EMAIL PROTECTED]

>>> <[EMAIL PROTECTED]> 03/10 5:28 pm >>>
Are you using bootp or just dhcpd?

Please send your answer to the list so others can benefit.

Ian Turner

On Wed, 10 Mar 1999, Michael Hankinson wrote:

>     *** From dhcp-server -- To unsubscribe, see the end of this message. ***
> 
> Hi All, (I have just joined the list)
> 
> Last night I upgraded from Version 1 to 2 but discovered this
> morning that my BOOTP clients that get an address via
> 
> range dynamic-bootp ..........
> 
> don't work. I used the same dhcpd.conf and dhcpd.leases
> from Version 1.  I changed back to version 1 and everything 
> is working again.
> 
> Version 1 DHCPD-BETA-5.16
> Version 2 dhcp-2.0b1pl18
> 
> Extract from my dhcpd.conf file
> 
> server-identifier saturn.wsahs.nsw.gov.au;
> # option definitions common to all supported networks...
> option domain-name "wsahs.nsw.gov.au";
> option domain-name-servers 10.8.200.55, 10.8.200.50;
> option netbios-name-servers 10.8.200.101, 10.8.200.102;
> 
> # WESTMEAD and CUMBERLAND CAMPUS
> shared-network WESTMEAD_DHCP_200 {
> #
> # option definitions common to this shared network.
>   option subnet-mask 255.255.248.0;
>   default-lease-time 129600;
>   max-lease-time 259200;
> #
>   subnet 10.8.200.0 netmask 255.255.248.0 {
>     range dynamic-bootp 10.8.205.0 10.8.207.254;
>     option broadcast-address 10.8.207.255;
>     option subnet-mask 255.255.248.0;
>     option routers 10.8.200.1;
>   }
> #
> # The other subnet that shares this physical network
>   subnet 10.8.88.0 netmask 255.255.248.0 {
>     range dynamic-bootp 10.8.95.0 10.8.95.254;
>     option broadcast-address 10.8.95.255;
>     option subnet-mask 255.255.248.0;
>     option routers 10.8.88.1;
>   }
> # The other subnet that shares this physical network
>   subnet 10.8.96.0 netmask 255.255.248.0 {
>     range dynamic-bootp 10.8.101.1 10.8.103.254;
>     option broadcast-address 10.8.103.255;
>     option subnet-mask 255.255.248.0;
>     option routers 10.8.96.1;
>   }
> }
> 
> Is there something that I should add to the dhcpd.conf
> file to allow bootp to work. 
> 
> I have looked at the man pages for Version 2 and there
> is a new key word "allow bootp;" but it does say it is on 
> by default so I didn't include it. Should I !!!! Or is it
> something else.
> 
> Many thanks
> 
> Michael Hankinson
> Western Sydney Area Health Service
> Australia
> email : [EMAIL PROTECTED]
> 
> 
> 
> 
> ------------------------------------------------------------------------------
> To unsubscribe from this list, please visit http://www.fugue.com/dhcp/lists
> If you are without web access, or if you are having trouble with the web page,
> please send mail to [EMAIL PROTECTED]   Please try to use the web
> page first - it will take a long time for your request to be processed by hand.
> ------------------------------------------------------------------------------
> 




------------------------------------------------------------------------------
To unsubscribe from this list, please visit http://www.fugue.com/dhcp/lists
If you are without web access, or if you are having trouble with the web page,
please send mail to [EMAIL PROTECTED]   Please try to use the web
page first - it will take a long time for your request to be processed by hand.
------------------------------------------------------------------------------

Reply via email to