Linux - NewbieThis Linux forum is for members that are new to Linux.
Just starting out and have a question?
If it is not in the man pages or the how-to's this is the place!
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Hi, i've a Redhat 8 as my PDC, connected to LAN with Microsoft PC, the problem is how to keep my Rh8 as master browser, i've set 200 but other pc still keep become master browser, this create problem as win xp can't print thru the LAN, i also enable WINS services but it still "steal" the master browser. Please help.
when you type command " smbclient -L localhost " , it will show you who is the master, if the master is taken over by other pc, win xp can't see other pc in "my network places" ...
Hi,
what kind of windows is that "other pc" actually? As far as i know all types of windows servers have a sneak to take the role of master browser.
I never try to configure a PDC using linux myself, but i know i should try it in the future. cheers
hi.. "other pc" mean... all pc in the network most likely win2k will win the election but sometime win ME will become master ... the "wierd" thing about it, my pc is winxp but can't become master browser... currently to solve this matter i have to restart the samba services to make the rh8 become master browser... help... can't print, can't browse in LAN
Distribution: Linux Redhat 9.0, Fedora Core 2,Debian 3.0, Win 2K, Win95, Win98, WinXp Pro
Posts: 344
Rep:
Samba as PDC interacts differently with Win95/98/ME than it does with WinNT/2000/XP clients. Both sets react differently within domains so you have to cover both instances. In your smb.conf file in the global section add the following:
domain master = yes
local master = yes
preferred master = yes
os level = 65
In order to do this you must not have another PDC. You must also check to make sure that you do not have any non-Linux machines as BDC's.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.