Re: [Samba] Multinetwork environment without WINS server

2010-12-25 Thread Andrew Bartlett
On Wed, 2010-12-22 at 22:58 +0200, Alex Domoradov wrote:
 Is there any way to use samba as pdc in multinetwork environment without
 WINS server? In this case (without wins), how will computers find pdc?

The way i did this was to run one PDC on each network, all using
replicas of the same OpenLDAP tree.  Samba3 isn't bound by the 'one PDC'
requirement, except within a NetBIOS scope.

Otherwise, as has been suggested, you can run Samba4 as an AD domain
controller. 

Andrew Bartlett

-- 
Andrew Bartletthttp://samba.org/~abartlet/
Authentication Developer, Samba Team   http://samba.org
Samba Developer, Cisco Inc.

-- 
To unsubscribe from this list go to the following URL and read the
instructions:  https://lists.samba.org/mailman/options/samba


Re: [Samba] Multinetwork environment without WINS server

2010-12-23 Thread Christopher Springer
If you use DHCP on your network the following directive (on a Linux 
server running dhcpd) will automatically distribute the WINS information:


option netbios-name-servers XXX.XXX.XXX.XXX

This is the easiest way I've found to handle the Netbios situation with 
Samba in a multi-site environment.  We have 6 sites total and it has 
worked flawlessly since the time I installed it.

--

Christopher Springer
IS/IT Systems Administrator
BRC Rubber  Plastics, Inc
Office: 260-693-2171 x389
Cell: 260-750-2929
csprin...@brcrp.com


On 12/22/2010 09:24 PM, TAKAHASHI Motonobu wrote:

2010/12/23t...@tms3.com:

Is there any way to use samba as pdc in multinetwork environment without
WINS server? In this case (without wins), how will computers find pdc?
--

Sure...LMHosts files on all the workstations.  Kinda messy.

Refer to the KB150800: Domain Browsing with TCP/IP and LMHOSTS Files
  http://support.microsoft.com/kb/150800/en-us where you will find how to
setup your LMHOSTS files.

You will use shared LMHOSTS file using #INCLUDE method: KB102725
http://support.microsoft.com/kb/102725/en-us


  You could allow
the NETBios traffic to run wild on your network...with local workstations
becoming local browse masters. All kinda messy.

WINS can not reduce the traffic about NetBIOS browsing, which always use
broadcasts regardless of WINS.

But WINS can reduce the traffic about NetBIOS name resolution, using unicast
to WINS servers instead of broadcasts.

---
TAKAHASHI Motonobumo...@samba.gr.jp

--
To unsubscribe from this list go to the following URL and read the
instructions:  https://lists.samba.org/mailman/options/samba


[Samba] Multinetwork environment without WINS server

2010-12-22 Thread Alex Domoradov
Is there any way to use samba as pdc in multinetwork environment without
WINS server? In this case (without wins), how will computers find pdc?
-- 
To unsubscribe from this list go to the following URL and read the
instructions:  https://lists.samba.org/mailman/options/samba


Re: [Samba] Multinetwork environment without WINS server

2010-12-22 Thread Daniel Müller
samba 4!!!

Greetings
Daniel

On Wed, 22 Dec 2010 22:58:16 +0200, Alex Domoradov alex@gmail.com
wrote:
 Is there any way to use samba as pdc in multinetwork environment without
 WINS server? In this case (without wins), how will computers find pdc?
-- 
To unsubscribe from this list go to the following URL and read the
instructions:  https://lists.samba.org/mailman/options/samba


Re: [Samba] Multinetwork environment without WINS server

2010-12-22 Thread tms3








Is there any way to use samba as pdc in multinetwork environment 
without

WINS server? In this case (without wins), how will computers find pdc?
--


Sure...LMHosts files on all the workstations.  Kinda messy.  You could 
allow the NETBios traffic to run wild on your network...with local 
workstations becoming local browse masters. All kinda messy.  WINS was 
the first attempt to really deal with this problem.  It works well 
enough with samba as a WINS server.  If you have any old Windows 
server around, it might be easier to do, especially if you have 2 of 
them and want to distribute load a bit and have replication.


Guess it really depends on how big your network is.






To unsubscribe from this list go to the following URL and read the
instructions: https://lists.samba.org/mailman/options/samba


--
To unsubscribe from this list go to the following URL and read the
instructions:  https://lists.samba.org/mailman/options/samba


Re: [Samba] Multinetwork environment without WINS server

2010-12-22 Thread TAKAHASHI Motonobu
2010/12/23  t...@tms3.com:
 Is there any way to use samba as pdc in multinetwork environment without
 WINS server? In this case (without wins), how will computers find pdc?
 --

 Sure...LMHosts files on all the workstations.  Kinda messy.

Refer to the KB150800: Domain Browsing with TCP/IP and LMHOSTS Files
 http://support.microsoft.com/kb/150800/en-us where you will find how to
setup your LMHOSTS files.

You will use shared LMHOSTS file using #INCLUDE method: KB102725
http://support.microsoft.com/kb/102725/en-us

  You could allow
 the NETBios traffic to run wild on your network...with local workstations
 becoming local browse masters. All kinda messy.

WINS can not reduce the traffic about NetBIOS browsing, which always use
broadcasts regardless of WINS.

But WINS can reduce the traffic about NetBIOS name resolution, using unicast
to WINS servers instead of broadcasts.

---
TAKAHASHI Motonobu mo...@samba.gr.jp
-- 
To unsubscribe from this list go to the following URL and read the
instructions:  https://lists.samba.org/mailman/options/samba