Joey,

There's nothing in your dhcpd.conf file that would cause it to give out IP
addresses to other clients.

So, i'm not sure how it could possibly be doing that.

Jim McQuillan
[EMAIL PROTECTED]



On Thu, June 15, 2006 11:41 pm, Joey S. Eisma wrote:
> hi!
>
> my dhcp (ltsp) server responds, gives out addresses to clients not on
> the list.
>
> what i want to do is ignore other requests other than those indicated
> (via MAC).
>
> =====================
> ddns-update-style none;
>
> default-lease-time      21600;
> max-lease-time          21600;
>
> option subnet-mask                  255.255.254.0;
> option broadcast-address        192.168.1.255;
> option routers                          192.168.0.20;
> option domain-name-servers    192.168.0.20;
> option domain-name                 "domain.com";
>
> option root-path                        "192.168.0.20:/opt/ltsp/i386";
>
> option option-128 code 128 = string;
> option option-129 code 129 = text;
>
> option option-128  e4:45:74:68:00:00;
> option option-129  "MOPTS=nolock,ro,rsize=4096,wsize=4096,proto=tcp";
>
> subnet 192.168.0.0 netmask 255.255.254.0 {
>         use-host-decl-names     on;
>         option log-servers      192.168.0.20;
>
>         host ws001 {
>                 hardware ethernet       00:50:DA:8D:78:BC;
>                 fixed-address              192.168.1.70;
>                 filename
> "/lts/vmlinuz-2.4.26-ltsp-3";
>         }
> }
> =====================
>
> thank you!
>
> joey
>
>
>
> _____________________________________________________________________
> Ltsp-discuss mailing list.   To un-subscribe, or change prefs, goto:
>       https://lists.sourceforge.net/lists/listinfo/ltsp-discuss
> For additional LTSP help,   try #ltsp channel on irc.freenode.net
>




_____________________________________________________________________
Ltsp-discuss mailing list.   To un-subscribe, or change prefs, goto:
      https://lists.sourceforge.net/lists/listinfo/ltsp-discuss
For additional LTSP help,   try #ltsp channel on irc.freenode.net

Reply via email to