Hi people.
I have finally my PDC+BDC running with LDAP+replicaon different subnets.
My doubts are simple, I want to understand a little more about BDC.
My network is this:
Domaine Name=DOMA
Networks:NET-A 192.168.40.0/24
NET-B 192.168.50.0/24
PDC=192.168.40.2
BDC=192.168.50.2 wins server = PDC
As u can see, both serves exist on different subnets,I want to save
bandwidth,this is the reason I setup a BDC in my other network, now,
what are the correct settings for the network browser for my BDC:
preferred master = No (Just the PDC)
wins server = 192.168.40.2 (PDC IP)
wins support = No (Just the PDC=yes)
domain logons = Yes
domain master = No (This just for the PDC)
local master = Yes ??????
This are right for my BDC?, every time I setup a BDC on different
subnet do I have to use local master = Yes? or this wouldn't make any
difference?
Samba 3.3.x Centos 5.5.
Thanks!!!
--
LIving the dream...
What about your testparm. It should look like this:
Server role: ROLE_DOMAIN_BDC <--------------This is important to work as
bdc
Press enter to see a dump of your service definitions
If you have a winsserver setup "your wins" all clients will lookup the
wins,
if you have
Point it to use your pdc for wins in there network settings.
To have a real wins substitute running you should install samba4wins working
for me with repl
And sec. wins on pdc and bdc.
When you watch your clients log on you would see that they are more log on
to the bdc than the pdc.
So watch out to keep your users data in sync.
-----------------------------------------------
EDV Daniel M?ller
Leitung EDV
Tropenklinik Paul-Lechler-Krankenhaus
Paul-Lechler-Str. 24
72076 T?bingen
Tel.: 07071/206-463, Fax: 07071/206-499
eMail: mueller at tropenklinik.de
Internet: www.tropenklinik.de
-----------------------------------------------
-----Urspr?ngliche Nachricht-----
Von: samba-bounces at lists.samba.org [mailto:samba-bounces at lists.samba.org]
Im
Auftrag von Alberto Moreno
Gesendet: Montag, 31. Januar 2011 08:55
An: samba at lists.samba.org
Betreff: [Samba] BDC Server Settings Doubts?
Hi people.
I have finally my PDC+BDC running with LDAP+replicaon different subnets.
My doubts are simple, I want to understand a little more about BDC.
My network is this:
Domaine Name=DOMA
Networks:NET-A 192.168.40.0/24
NET-B 192.168.50.0/24
PDC=192.168.40.2
BDC=192.168.50.2 wins server = PDC
As u can see, both serves exist on different subnets,I want to save
bandwidth,this is the reason I setup a BDC in my other network, now,
what are the correct settings for the network browser for my BDC:
preferred master = No (Just the PDC)
wins server = 192.168.40.2 (PDC IP)
wins support = No (Just the PDC=yes)
domain logons = Yes
domain master = No (This just for the PDC)
local master = Yes ??????
This are right for my BDC?, every time I setup a BDC on different
subnet do I have to use local master = Yes? or this wouldn't make any
difference?
Samba 3.3.x Centos 5.5.
Thanks!!!
--
LIving the dream...
--
To unsubscribe from this list go to the following URL and read the
instructions: https://lists.samba.org/mailman/options/samba
2011/1/31 Alberto Moreno <portsbsd at gmail.com>: (snip)> ? As u can see, both serves exist on different subnets,I want to save > bandwidth,this is the reason I setup a BDC in my other network, now, > what are the correct settings for the network browser for my BDC: > > ? ? ? ?preferred master = No (Just the PDC) > ? ? ? ?wins server = 192.168.40.2 ?(PDC IP) > ? ? ? ?wins support = No ?(Just the PDC=yes) > ? ? ? ?domain logons = Yes > ? ? ? ?domain master = No ? (This just for the PDC) > ? ? ? ?local master = Yes ? ?????? > > ? This are right for my BDC?, every time I setup a BDC on different > subnet do I have to use local master = Yes? or this wouldn't make any > difference? > > ? Samba 3.3.x Centos 5.5.If you want to setup your BDC same as Windows BDC, you should set: preferred master = Yes domain master = No (This just for the PDC) local master = Yes At least one (local) master browser should exist in each subnet. In Microsoft implementation (one of ) BDC should become master browser unless PDC exists in the same subnet. Remember that Samba cannot become a backup browser, so if you have multiple BDCs and PDC in the same subnet, only one should be set: preferred master = Yes You had better read documentation about browsing. --- TAKAHASHI Motonobu <monyo at samba.gr.jp>