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

We've installed dhcp-2.0b1pl18 on our FreeBSD 3.1 server to serve up
address information to our small (5 node) network.

We've switched 2 clients over to work with it.  One is a win95 machine,
which starts up, gives the error message 'could not obtain an address',
and continues.  If you start 'winipcfg', and say 'renew', it obtains an
address immediately.  This machine (dutchman) has a 'host' entry in
/etc/dhcpd.conf (at the end of this message).

The other machine is a Win98 laptop which normally uses DHCP (mickeysoft's
version) at work.  When I plug it in here at home, no amount of 'renew' /
etc commands will get a lease.  I consistently get a "Permission denied"
error window (with some other garbage in the window - like quotes and
things, nothing coherent).

If I manually configure the Win98 client, it works fine on the 10.x.x.x
network we use.

Any suggestions?  We'd like to switch over to everyone using dhcp, but
gotta fix these issues. :)

Here's my conf file:

bash-2.02# uname -a
FreeBSD breakwater.homeport.org 3.1-RELEASE FreeBSD 3.1-RELEASE #2: Mon
Mar 29 22:10:56 GMT 1999
[EMAIL PROTECTED]:/usr/src/sys/compile/HOMEPORTFW  i386
bash-2.02# cat /etc/dhcpd.conf
#
# homeport's DHCP configuration file.
# note that HUPing the dhcpd will NOT reread the file.
# see the man page on dhcpd for details.
#

subnet 10.0.0.0 netmask 255.255.255.0 {
        range 10.0.0.55 10.0.0.100;
        default-lease-time 600;
         max-lease-time 7200;
        option subnet-mask 255.255.255.0;
        option broadcast-address 10.0.0.255;
        option routers 10.0.0.1;
        option domain-name-servers 10.0.0.1, 207.31.235.66;
        option domain-name "internal.homeport.org";
}

#
# The individual machine reservations.
#
host dutchman {
        hardware ethernet 00:e0:29:0e:21:7c;
        fixed-address dutchman.internal.homeport.org;
}

Thanks!

-------------------.   Web-based problem management: www.stonekeep.com
Dave Belfer-Shevett >----------------------------------------------------.
[EMAIL PROTECTED]  /    Windows98 Err#002 - Erroneous Error; No Error     \
------------------<                     Occurred (Yet)                     |
                   \______________________________________________________/



------------------------------------------------------------------------------
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.

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

------------------------------------------------------------------------------

Reply via email to