samba as wins-server

Ask a Question related to FreeBSD, Design and Development.

  1. #1

    Default samba as wins-server

    Hi!
    I'm working in an office with several win hosts of all flavours
    (98,2000,eXPerience). Unfortunatly the resolution of computers takes
    sometimes up to half an hour (approx.) until they are accessible after
    booting up.
    In near future I'll have the chance to switch to FreeBSD with
    my box (at least, I hope so). I'll install samba for win access to my
    machine. Reading some documentation I've found out that samba
    can also act as a wins-server. Will this enhance the latency of netbios
    resolution or will it corrupt it?

    Is there a way to speed up this process with samba,
    am I writing complete nonsense?
    Tell me if this is true.

    Yours, Florian




    Florian Hengstberger Guest

  2. Similar Questions and Discussions

    1. error connecting to samba server from win2k
      I am using samba version 2.2.8a on a FreeBSD 5.1-RELEASE (GENERIC) for x86. I tried following from a Windows 2000 Server edition: 1) net view...
    2. sarge dependancy problems with dhcp3-client/samba/samba-common
      Just did an apt-get update; apt-get dist-upgrade dhcp3-client seems to be mutaully exclusive with samba/samba-common. Installing one takes out...
    3. PC. v. MAC - PC WINS!
      How about I correct your post and were leave it @ PC's are greater than MACS! ;-) And in any case you answered your own question why MACS aren't...
    4. Solaris 9 samba and wins
      I would like to get my new Solaris 9 installation to be able to resolve WINS host names. I have successfully used samba to do this on linux, by...
    5. configure file of samba (1 PDC, 2 Server)
      any one can tell me how to configure 3 linux boxes( 1 samba PDC, 2 samba server) with all account, profiles saved in PDC
  3. #2

    Default Re: samba as wins-server

    Florian Hengstberger wrote:
    > Hi!
    > I'm working in an office with several win hosts of all flavours
    > (98,2000,eXPerience). Unfortunatly the resolution of computers takes
    > sometimes up to half an hour (approx.) until they are accessible after
    > booting up.
    > In near future I'll have the chance to switch to FreeBSD with
    > my box (at least, I hope so). I'll install samba for win access to my
    > machine. Reading some documentation I've found out that samba
    > can also act as a wins-server. Will this enhance the latency of netbios
    > resolution or will it corrupt it?
    Are you the admin of this network or just a user? Is the network
    switched or hubbed? It probably won't get worse, but half an hour seems
    pretty excessive, there is something wrong.
    > Is there a way to speed up this process with samba,
    > am I writing complete nonsense?
    You will have to configure all the clients to direct their queries to
    the WINS server. If you're delivering addresses via DHCP, this can be
    communicated during address allocation, so that's not a problem. More of
    a hassle to update fixed-address machines, but even then modern Windows
    boxes no longer need to be rebooted for the changes to take effect.

    If this is just your machine and you don't admin the others it will have
    zero effect.
    > Tell me if this is true.
    You might have other problems, I don't know. Have you run traces on your
    network to see what the traffic is?

    David

    David Landgren Guest

  4. #3

    Default Re: samba as wins-server

    I'm not the admin, I own a normal workstation. I just wanted
    to know if setting up samba as an wins-server improves
    the speed of netbios resolution.
    It seems to me that I'll get in trouble when other XP boxes are around,
    because I've heard that the first win XP box on the net rules the workgroup an
    manages all netbios stuff.
    By the way: If samba conflicts with XP, how do XP machines
    manage not to get in trouble if there is more than one XP box?

    Thanks,
    Florian


    David Landgren <david@landgren.net> schrieb:
    > Florian Hengstberger wrote:
    > > Hi!
    > > I'm working in an office with several win hosts of all flavours
    > > (98,2000,eXPerience). Unfortunatly the resolution of computers takes
    > > sometimes up to half an hour (approx.) until they are accessible after
    > > booting up.
    > > In near future I'll have the chance to switch to FreeBSD with
    > > my box (at least, I hope so). I'll install samba for win access to my
    > > machine. Reading some documentation I've found out that samba
    > > can also act as a wins-server. Will this enhance the latency of netbios
    > > resolution or will it corrupt it?
    >
    > Are you the admin of this network or just a user? Is the network
    > switched or hubbed? It probably won't get worse, but half an hour seems
    > pretty excessive, there is something wrong.
    >
    > > Is there a way to speed up this process with samba,
    > > am I writing complete nonsense?
    >
    > You will have to configure all the clients to direct their queries to
    > the WINS server. If you're delivering addresses via DHCP, this can be
    > communicated during address allocation, so that's not a problem. More of
    > a hassle to update fixed-address machines, but even then modern Windows
    > boxes no longer need to be rebooted for the changes to take effect.
    >
    > If this is just your machine and you don't admin the others it will have
    > zero effect.
    >
    > > Tell me if this is true.
    >
    > You might have other problems, I don't know. Have you run traces on your
    > network to see what the traffic is?
    >
    > David
    >
    > _______________________________________________
    > [email]freebsd-questions@freebsd.org[/email] mailing list
    > [url]http://lists.freebsd.org/mailman/listinfo/freebsd-questions[/url]
    > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org"
    >


    Florian Hengstberger Guest

  5. #4

    Default Re: samba as wins-server

    Florian Hengstberger wrote:
    > I'm not the admin, I own a normal workstation. I just wanted
    > to know if setting up samba as an wins-server improves
    > the speed of netbios resolution.
    > It seems to me that I'll get in trouble when other XP boxes are around,
    > because I've heard that the first win XP box on the net rules the workgroup an
    > manages all netbios stuff.
    > By the way: If samba conflicts with XP, how do XP machines
    > manage not to get in trouble if there is more than one XP box?
    Your admins probably already have a WINS server, you should point to it
    and you'll be set. Look at the 'wins server' parameter in smb.conf.

    As to how XP boxes get on with each other, they hold elections, and the
    host with the most votes wins (more or less). The exact parameters that
    control the outcome are:

    os level
    preferred master
    domain master
    local master

    Samba documentation explains this pretty well.

    David

    David Landgren Guest

  6. #5

    Default Re: samba as wins-server

    On Tue, Feb 22, 2005 at 09:24:28AM +0100, Florian Hengstberger wrote:
    > Hi!
    > I'm working in an office with several win hosts of all flavours
    > (98,2000,eXPerience). Unfortunatly the resolution of computers takes
    > sometimes up to half an hour (approx.) until they are accessible after
    > booting up.
    > In near future I'll have the chance to switch to FreeBSD with
    > my box (at least, I hope so). I'll install samba for win access to my
    > machine. Reading some documentation I've found out that samba
    > can also act as a wins-server. Will this enhance the latency of netbios
    > resolution or will it corrupt it?
    Do you mean that the resolution of a name to ip address takes a half an
    hour or just that machines don't appear on the network for half an hour.
    There are two parts to it. One machine acts as a browse master and
    keeps a list of names of all machines in it's workgroup. There is an
    election process that happens to determine who the master is. When a
    machine boots up it needs to alert the master that it exists, but that
    can take a while sometimes with windows. The second part is name to ip
    resolution, this has nothing to do with the browse master. Two type of
    name resolution are broadcast and wins. Wins is like a dns server where
    all boxes register their name and ip address with. Broadcast is more
    like arp resolution only name to ip instead of ip to hw address. Both
    both broadcast and wins usually work immediately. The only downfall to
    broadcast is it only works when every computer is on the same subnet.
    Most problems with computers showing up is which the browse
    master/clients registering, not name resolution. And even before the
    browse master knows about the client, you can still access it by typing
    in the name by hand, just not by going to network neighbor hood and
    looking for it.
    >
    > Is there a way to speed up this process with samba,
    > am I writing complete nonsense?
    > Tell me if this is true.
    >
    > Yours, Florian
    >
    >
    >
    >
    > _______________________________________________
    > [email]freebsd-questions@freebsd.org[/email] mailing list
    > [url]http://lists.freebsd.org/mailman/listinfo/freebsd-questions[/url]
    > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org"
    --
    I sense much NT in you.
    NT leads to Bluescreen.
    Bluescreen leads to downtime.
    Downtime leads to suffering.
    NT is the path to the darkside.
    Powerful Unix is.

    Public Key: [url]ftp://ftp.tallye.com/pub/lorenl_pubkey.asc[/url]
    Fingerprint: B3B9 D669 69C9 09EC 1BCD 835A FAF3 7A46 E4A3 280C

    Loren M. Lang Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139