-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Eric Spakman wrote:

| Hello Jim,
|
|> It worked! But an oddity is that even though I uncommented the range of
|> IP addresses
|> to allocate starting at 192.168.1.1, my Win XP machine gets allocated
|> 192.168.1.65.
|> When I plug my Linux laptop in (with the Win XP machine still connected),
|> it gets 192.168.1.2. So why doesn't my Win XP box get 192.168.1.1?
|>
| Probably your XP machine had that dhcp address before and asked the dhcp
| daemon to provide him with 192.168.1.65. If that address is free, it will
| be granted.
| So it has nothing to do with your setup, but with the XP dhcp cache.

On your windows box, try the following at a prompt:

# ipconfig /release
<fiddle with dhcp server>
# ipconfig /renew

That may make windows forget it's previous IP address.

NOTE:  You'll have to stop the dhcp server on your firewall and delete the
state file (/var/state/dhcpd/leases, IIRC), then restart dhcpd or the server
will try to re-assign the same IP.

Or, if you really want your windows box to get a consistent IP, just add a
stanza for it in the dhcpd config file:

~    host mywinbox {
~       hardware ethernet 00:ab:cd:ef:12:34;
~       fixed-address 1.2.3.4;
~    }

...restart your dhcp server and do the ipconfig release & renew bit on your
windows machine.  You can get the hardware ethernet address for your windows
machine from the dhcpd leases file or the output of "ipconfig /all" at a
command prompt on the 'doze machine.

- --
Charles Steinkuehler
[EMAIL PROTECTED]
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.0 (MingW32)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFDi5TtLywbqEHdNFwRAhnTAKDvQYCwtaj2hwMoKyOqruHBh+Ld2ACcDNwi
VbDMDAzvMMsVHroJqo3Y0do=
=JPox
-----END PGP SIGNATURE-----


-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
------------------------------------------------------------------------
leaf-user mailing list: leaf-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/leaf-user
Support Request -- http://leaf-project.org/

Reply via email to