RE: [SLUG] dhcpd - solved

From: Patrick Grantham (pwgrant@cssi-fl.com)
Date: Fri May 28 2004 - 09:35:31 EDT


I found a solution. The key was the dhcpd.conf. By adding the
"netbios-name-servers=x.x.x.x" option to /etc/dhcpd.conf, the dhcpd service
correctly populated the WINS field on the Windows clients.

I was not able to find anything that suggested that samba could act as a
dhcp server or assign this value. Is this true?

The contents of the dhcpd.conf is below:
subnet 192.168.1.0 netmask 255.255.255.0 {
        option netbios-name-servers 192.168.1.1;
        option domain-name-servers 24.95.227.34, 24.95.227.35, 24.95.227.36;
        option routers 192.168.1.6;
        range 192.168.1.50 192.168.1.254;
        }
Maybe its experience, but dhcpd was the easiest Linux service to configure.

-----Original Message-----
From: slug@nks.net [mailto:slug@nks.net]On Behalf Of craig@ctrust.com
Sent: Friday, May 28, 2004 8:29 AM
To: slug@nks.net
Subject: Re: [SLUG] dhcpd

On 27 May 2004 at 16:23, patrick grantham wrote:

> Two questions.
>
> how do I configure dhcpd to assign a wins server ip that is different that
the localhost's ip?
>
WINS is a windows thing and needs to be set in your smb.conf. Use
something like webmin to help if you need it.

> how can I configure samba on serverA to authenticate passwords on serverB
is this possible?
>
Again, you need to make this setting in your smb.conf. It should be
something along the lines of password server.

-----------------------------------------------------------------------
This list is provided as an unmoderated internet service by Networked
Knowledge Systems (NKS). Views and opinions expressed in messages
posted are those of the author and do not necessarily reflect the
official policy or position of NKS or any of its employees.

-----------------------------------------------------------------------
This list is provided as an unmoderated internet service by Networked
Knowledge Systems (NKS). Views and opinions expressed in messages
posted are those of the author and do not necessarily reflect the
official policy or position of NKS or any of its employees.



This archive was generated by hypermail 2.1.3 : Fri Aug 01 2014 - 19:10:36 EDT