Networking Forums

Networking Forums > Computer Networking > Linux Networking > Strange dhcp behavior?

Reply
Thread Tools Display Modes

Strange dhcp behavior?

 
 
Diggy
Guest
Posts: n/a

 
      08-09-2004, 04:43 PM
Hello to all.

I've configured Mandrake 9.1 box to be a dhcp server. My dhcpd.conf
file looks like this:

ddns-update-style none;
ddns-updates off;
authoritative;
ignore client-updates;
allow unknown-clients;

option subnet-mask 255.255.252.0;
option broadcast-address 192.168.103.255;
option routers 192.168.100.1;
option domain-name "mydomain.com";
option domain-name-servers 192.168.100.3, 65.x.1.x,
65.x.7.x;
option time-servers 192.168.100.2;
option time-offset -18000; # Eastern Standard
Time
option netbios-name-servers 192.168.100.2; # Samba WINS
server
option netbios-dd-server 192.168.100.2;
option netbios-node-type 8;
default-lease-time 259200;
max-lease-time 259200;

subnet 192.168.100.0 netmask 255.255.252.0 {
range 192.168.100.51 192.168.103.254;
}

This server does dispense ip addresses in the range I've specified.
However, it dispenses them beginning with 192.168.103.254, then
192.168.102.254, etc. Shouldn't it handle them out in ascending order
beginning with the first address in my range?

Worse, when my Win XP Pro (I know, ugh) client machines try to
authenticate to a Windows 2003 (bigger ugh) server, they can't, even
though and ipconfig on these clients shows that they've picked up an
address from dhcp.

I've tried a few different dhcpd.conf configs on a couple of different
boxes running different distros, but keep getting the same results.

Any ideas.

Many thanks.

Diggy
 
Reply With Quote
 
 
 
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Strange VPN behavior Bjarni Windows Networking 1 07-03-2006 05:09 PM
Strange VPN Behavior JamFan Windows Networking 3 02-28-2006 01:39 AM
Strange behavior Dennis P. Smith Windows Networking 5 05-18-2005 07:48 PM
Strange VPN behavior =?Utf-8?B?QnJ1Y2UgQnJvd24=?= Broadband Hardware 3 02-26-2005 03:24 AM
strange bind(2) behavior Mischa Diehm Linux Networking 0 05-11-2004 04:39 PM



1 2 3 4 5 6 7 8 9 10 11