LinuxSA Mailing list archives
Index:
[thread]
[date]
[subject]
[author]
[stats]
From: Ian Hogben <ianhogben@yahoo.com.au>
To : <mselge@hansenyuncken.com.au>
Date: 04 Apr 2002 11:01:52 +0800
Re: DHCPD events - Linux or Win Problem ??
Excerpt from my dhcpd.conf file modified for your network. Should work apples.
ddns-update-style ad-hoc;
subnet 10.0.0.0 netmask 255.255.255.0 {
# default gateway
option routers 10.0.0.1;
option subnet-mask 255.255.255.0;
option netbios-name-servers 10.0.0.1;
option domain-name "internal.foo.com.au";
option domain-name-servers 10.0.0.1;
option netbios-node-type 0x8;
range dynamic-bootp 10.0.0.10 10.0.0.20;
default-lease-time 14400;
max-lease-time 14400;
# Some computers require special addresses
host mycomputer {
hardware ethernet 00:0E:47:39:7A:F7;
fixed-address 10.0.0.10;
}
}
Ian Hogben
- We have some agressive /dev/null-style mail filter running. We do reply
to every serious email. If you did not get a reply, then your mail was
probably not worth an answer or was caught by our mailfilter. Make sure
your mail has a non-implicit destination, one recipient, a non-empty
subject field, and does not contain any html code and is 100% 7bit clean
pure ascii. -phrack58
On Thu, 2002-04-04 at 10:34, Michael Selge wrote:
> Can anyone shed light on the following problem
>
> Setup is as follows
> DHCP Server : Smoothwall ( Linux ) with scope 10.0.0.10 - 10.0.0.30
> Client PC : Win2K
>
> I've got Port forwarding set up on Smoothwall box to go to 10.0.0.10 which
> is the address that the Win2K PC usually gets. Problem is I had my PC round
> at a friends house on weekend. His DHCP server has range 10.0.0.20 -
> 10.0.0.40 so my Win2K PC grabbed .20 and is now stuck with it.
>
> Now DHCP is supposed to give out the same address if it free but how do I
> override it. Is it the Win2K box that is requesting the same address ( even
> if it is released ) or is it the Linux Box giving that address because
> that's what it had before.
>
> My work around was to change my scope to 10.0.0.10 - 10.0.0.11 and then
> release/renew my Win2K box but there must be a better way.
>
> Michael
>
> --
> LinuxSA WWW: http://www.linuxsa.org.au/ IRC: #linuxsa on irc.linux.org.au
> To unsubscribe from the LinuxSA list:
> mail linuxsa-request@linuxsa.org.au with "unsubscribe" as the subject
--
Ian Hogben
- We have some agressive /dev/null-style mail filter running. We do
reply
to every serious email. If you did not get a reply, then your mail was
probably not worth an answer or was caught by our mailfilter. Make sure
your mail has a non-implicit destination, one recipient, a non-empty
subject field, and does not contain any html code and is 100% 7bit clean
pure ascii. -phrack58
_________________________________________________________
Do You Yahoo!?
Get your free @yahoo.com address at http://mail.yahoo.com
--
LinuxSA WWW: http://www.linuxsa.org.au/ IRC: #linuxsa on irc.linux.org.au
To unsubscribe from the LinuxSA list:
mail linuxsa-request@linuxsa.org.au with "unsubscribe" as the subject
Index:
[thread]
[date]
[subject]
[author]
[stats]
Return to the LinuxSA Mailing List Information Page