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

Are these two networks on the same physical segment? If they are then
that is part of the problem. It will give out addresses from the first
pool until they are all given out, then it will start on the second.
(That is my experience. I have 4 logical subnets in one building, but
they are each on the same Physical wire. I have 5 dynamic addresses for
each of the logical subnets but they work through out the whole
building.)

Just my $0.02 worth.

Jason

"Hiatt, Dan (RTIS)" wrote:
> 
>    *** From dhcp-server -- To unsubscribe, see the end of this message. ***
> 
> Ted,
>     Here is my dhcpd.conf:
> 
> option routers 204.152.119.1, 204.152.118.1;
> option domain-name-servers 204.152.118.222, 204.152.118.223;
> option domain-name "reedtech.com";
> option netbios-name-servers 204.4.126.190, 204.4.126.191;
> subnet 204.152.119.0 netmask 255.255.255.0 {
> range 204.152.119.242 204.152.119.245;
> }
> subnet 204.152.118.0 netmask 255.255.255.0 {
> range 204.152.118.34 204.152.118.35;
> }
> 
>     Here are the log messages, notice no errors, dhcpd just assigns an
> address for 204.152.119.0 subnet regardless of what subnet request is
> from... I am plugging the same machine from one network to another, but
> always get address on 204.152.119.0...
> 
> May 27 10:15:05 dogbrother dhcpd: Internet Software Consortium DHCPD $Name:
> V2-B
> ETA-1-PATCHLEVEL-6 $
> May 27 10:15:05 dogbrother dhcpd: Copyright 1995, 1996, 1997, 1998 The
> Internet
> Software Consortium.
> May 27 10:15:05 dogbrother dhcpd: All rights reserved.
> May 27 10:15:05 dogbrother dhcpd: Listening on Socket/eth0/204.152.119.0
> May 27 10:15:05 dogbrother dhcpd: Sending on   Socket/eth0/204.152.119.0
> May 27 10:15:16 dogbrother dhcpd: DHCPDISCOVER from 00:04:ac:25:6a:74 via
> eth0
> May 27 10:15:17 dogbrother dhcpd: DHCPOFFER on 204.152.119.242 to
> 00:04:ac:25:6a
> :74 via eth0
> May 27 10:15:18 dogbrother dhcpd: DHCPDISCOVER from 00:04:ac:25:6a:74 via
> eth0
> May 27 10:15:18 dogbrother dhcpd: DHCPREQUEST for 204.152.119.242 from
> 00:04:ac:
> 25:6a:74 via eth0
> May 27 10:15:18 dogbrother dhcpd: already acking lease 204.152.119.242
> May 27 10:15:19 dogbrother dhcpd: DHCPOFFER on 204.152.119.242 to
> 00:04:ac:25:6a
> :74 via eth0
> May 27 10:15:20 dogbrother dhcpd: DHCPREQUEST for 204.152.119.242 from
> 00:04:ac:
> 25:6a:74 via eth0
> May 27 10:15:20 dogbrother dhcpd: DHCPACK on 204.152.119.242 to
> 00:04:ac:25:6a:7
> 4 via eth0
> May 27 10:15:24 dogbrother dhcpd: DHCPRELEASE of 204.152.119.242 from
> 00:04:ac:2
> 5:6a:74 via eth0 (found)
> May 27 10:15:34 dogbrother dhcpd: DHCPDISCOVER from 00:04:ac:25:6a:74 via
> eth0
> May 27 10:15:35 dogbrother dhcpd: DHCPOFFER on 204.152.119.242 to
> 00:04:ac:25:6a
> :74 via eth0
> May 27 10:15:36 dogbrother dhcpd: DHCPDISCOVER from 00:04:ac:25:6a:74 via
> eth0
> May 27 10:15:36 dogbrother dhcpd: DHCPREQUEST for 204.152.119.242 from
> 00:04:ac:
> 25:6a:74 via eth0
> May 27 10:15:36 dogbrother dhcpd: already acking lease 204.152.119.242
> May 27 10:15:37 dogbrother dhcpd: DHCPOFFER on 204.152.119.242 to
> 00:04:ac:25:6a
> :74 via eth0
> May 27 10:15:38 dogbrother dhcpd: DHCPREQUEST for 204.152.119.242 from
> 00:04:ac:
> 25:6a:74 via eth0
> May 27 10:15:38 dogbrother dhcpd: DHCPACK on 204.152.119.242 to
> 00:04:ac:25:6a:7
> 4 via eth0
> May 27 10:15:40 dogbrother dhcpd: DHCPRELEASE of 204.152.119.242 from
> 00:04:ac:2
> 5:6a:74 via eth0 (found)
> 
> -----Original Message-----
> From: Ted Lemon [mailto:[EMAIL PROTECTED]]
> Sent: Thursday, May 27, 1999 6:40 PM
> To: Hiatt, Dan (RTIS)
> Cc: '[EMAIL PROTECTED]'
> Subject: Re: DHCP Multiple Subnets
> 
> The first thing to do is to make sure that you haven't used a
> shared-network declaration when you shouldn't have.  Unless you are
> running more than one IP subnet on the same wire, you don't need this
> declaration.  Failing that, please send us a copy of your config file
> and the output of the DHCP server run with the -d option while a
> misbehaving client boots.
> 
>                                _MelloN_
> 
> ------------------------------------------------------------------------------
> To unsubscribe from this list, please visit:
>        http://www.isc.org/dhcp-lists.html
> 
> If you are without web access, or if you are having trouble with the web page,
> please send mail to [EMAIL PROTECTED] with the subject line of
> 'unsubscribe'.
> 
> Archives for this mailing list are available at:
>        http://www.webnology.com/list-archives/dhcp/dhcp-server
> ------------------------------------------------------------------------------

-- 
Jason Grove                        | The usefulness of any meeting 
Programmers Asst., Unix Sys Admin  | is in inverse proportion 
P:304.293.4545  F:304.293.2112     | to the attendance.
[EMAIL PROTECTED]             |
http://www.hrl.wvu.edu             |

------------------------------------------------------------------------------
To unsubscribe from this list, please visit:
       http://www.isc.org/dhcp-lists.html

If you are without web access, or if you are having trouble with the web page,
please send mail to [EMAIL PROTECTED] with the subject line of
'unsubscribe'.   

Archives for this mailing list are available at:
       http://www.webnology.com/list-archives/dhcp/dhcp-server
------------------------------------------------------------------------------

Reply via email to