Networking Forums

Networking Forums > Computer Networking > Linux Networking > How to specify master browser with DHCP

Reply
Thread Tools Display Modes

How to specify master browser with DHCP

 
 
Arne Schmitz
Guest
Posts: n/a

 
      07-03-2004, 08:07 AM
Hi!

Is it possible to specify the netbios master browser in the the dhcpd.conf,
so that Windows and/or Linux clients use this value for looking up the
browse list?

Arne

--
[--- PGP key FD05BED7 --- http://www.root42.de/ ---]
 
Reply With Quote
 
 
 
 
Brian
Guest
Posts: n/a

 
      07-03-2004, 03:45 PM
On Sat, 03 Jul 2004 10:07:28 +0200, Arne Schmitz wrote:

> Is it possible to specify the netbios master browser in the the dhcpd.conf,
> so that Windows and/or Linux clients use this value for looking up the
> browse list?
>

My understanding is that if a master browser exists on your LAN, other
machines would already be able to find it without requiring assistance
from dchp config files.
Or, to put it another way: how would machines on a fixed-IP system find
the master browser?

B.
--
Time is what keeps everything from happening at once.

 
Reply With Quote
 
Arne Schmitz
Guest
Posts: n/a

 
      07-03-2004, 04:11 PM
Brian schrieb:

> On Sat, 03 Jul 2004 10:07:28 +0200, Arne Schmitz wrote:
>
>> Is it possible to specify the netbios master browser in the the
>> dhcpd.conf, so that Windows and/or Linux clients use this value for
>> looking up the browse list?
>>

> My understanding is that if a master browser exists on your LAN, other
> machines would already be able to find it without requiring assistance
> from dchp config files.
> Or, to put it another way: how would machines on a fixed-IP system find
> the master browser?


Well, I do not really know, but I just read this article (in German):

http://www.wintotal.de/Tipps/Eintrag...D=570&URBID=14

And it says one can specify the Master Browser in Windows XP manually. So I
thought maybe I can do it for my dhcpd to deliver this setting to the
clients...

Arne

--
[--- PGP key FD05BED7 --- http://www.root42.de/ ---]
 
Reply With Quote
 
Menno Duursma
Guest
Posts: n/a

 
      07-03-2004, 06:04 PM
On Sat, 03 Jul 2004 18:11:27 +0200, Arne Schmitz wrote:

> And it says one can specify the Master Browser in Windows XP manually. So I
> thought maybe I can do it for my dhcpd to deliver this setting to the
> clients...


You should be able to (though i haven't used XP, and i'm not running this
ATM ...), but when useing Samba as the PDC for a single NetBIOS domain.


/etc/samba/smb.conf:

# Master Browser
preferred master = yes
local master = yes
# NetBIOS name service server
wins support = yes
# Yes or no to make a lot of broadcast noise
lm announce = yes


And in /etc/dhcpd.conf:

# NetBIOS Name Service server
option netbios-name-servers 192.168.0.10;
# NetBIOS Datagram Distribution server
option netbios-dd-server 192.168.0.10;
# 8 - H-Node: Hybrid - try WINS, then Broadcast
# 2 - P-Node: Peer - WINS only
option netbios-node-type 8;
# In an example this was set to an empty string
option netbios-scope "";

--
-Menno.

 
Reply With Quote
 
Brian
Guest
Posts: n/a

 
      07-03-2004, 07:22 PM
On Sat, 03 Jul 2004 18:11:27 +0200, Arne Schmitz wrote:

[snips]
> And it says one can specify the Master Browser in Windows XP manually.
> So I thought maybe I can do it for my dhcpd to deliver this setting to
> the clients...
>

If you have a machine acting full time as a server (and especially if it's
Linux-based & running samba), then make this machine the master browser.
Then, no-one needs to be told anything much.

What the article you quoted refers to is the election which takes place as
Windows-based machines start up and once that's sorted out, all the other
boxes busily exchange information with whatever box won the election just
now as the master browser. A kind-of "chase me" DNS replacement, and a
miserable little noisy mess it is too.
Until this game is completed browse lists aren't accurate, and of course
it all takes time to complete. Actually I don't think they're *ever*
accurate but that's another story.

But if you already have a server "promoted" so it's permanently the master
browser this delay is avoided because the election "called" by the machine
being powered up is always immediately "won" by the master browser, and
the newly-powered machine is just added to the browse list immediately.


B.
--
Microsoft? That's some kind of toilet paper, right?

 
Reply With Quote
 
Arne Schmitz
Guest
Posts: n/a

 
      07-04-2004, 02:55 PM
Menno Duursma schrieb:

> On Sat, 03 Jul 2004 18:11:27 +0200, Arne Schmitz wrote:
>
>> And it says one can specify the Master Browser in Windows XP manually. So
>> I thought maybe I can do it for my dhcpd to deliver this setting to the
>> clients...

>
> You should be able to (though i haven't used XP, and i'm not running this
> ATM ...), but when useing Samba as the PDC for a single NetBIOS domain.
> [...]


Thanks a lot. That's what I was looking for.

Arne

--
[--- PGP key FD05BED7 --- http://www.root42.de/ ---]
 
Reply With Quote
 
 
 
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
err: The browser was unable to promote itself to master browser & ISA server mtczx232@yahoo.com Windows Networking 2 09-26-2007 09:23 AM
Master browser Jordan Windows Networking 5 04-18-2006 12:37 PM
Master Browser Windows Networking 2 01-22-2004 07:45 PM
Master Browser Dave Windows Networking 1 12-09-2003 01:37 PM
MASTER BROWSER Mike Windows Networking 1 07-18-2003 04:53 PM



1 2 3 4 5 6 7 8 9 10 11