Displaying 20 results from an estimated 7000 matches similar to: "Do I need a WINS server if I want to browse?"
2008 Dec 11
2
When to use WINS server in a home network?
Hi. All, I've been reading the docs but I'm not too sure when I should run a WINS server.
Just to confirm, I only need a WINS server if I have more than one workgroup? or more than one subnet?
Otherwise the DNS server should be sufficient, right? (My router uses static dchp to keep track of hostnames for each machine.)
My home network:
* User-level security
* 3 linux boxes with 2 windows
2003 Oct 21
1
Why doesn't my wins.dat list all the LMBs?
My network looks like this:
internet 192.168.0.0/24
router ----+----+----+----- internal 192.168.5.0/24
| | | router ----+-----+------+-
LNB--->mswin | | (also a | | |
client | | samba | | ....
| | server) | |
samba | | samba
2011 Jun 07
1
WINS and browse list on multiple subnet architecture
Hello,
As subject says I am working on browsing and access servers, which
are dispatched on two subnet, in one workgroup named "WORKGROUP".
First here the network :
( I don' t use ASCI art 'cause I am not an expert on that and it may not
be printed as it was emailed. )
So, there is five machine :
- one, under debian 6, which is the gateway
- two, under
2000 Apr 21
1
SAMBA Browse Lists Sync DMB and LMB
Hello !
I have a problem of syncing browse lists between
DMB and LMB.
The topology of ours network is as follows:
Linux Network
comma(Linux, DMB, WINS) vol(Linux) door(Linux, LMB)
| | | | | | |
| | --------------(195.226.226.16/28)------ | |
| | | |
| --(local net
2003 Oct 09
1
Understanding the role of DMB/LMB on a net that has a WINS server
If I have a client that wants to enumerate and access shares on a
subnet, and that client knows the IP of the WINS server, is there any
need for the client to use the "browsing" services of a DMB or LMB?
What is the order of operations of the client? Here is what I imagine
to be the case:
1. client asks LMB for a list of all available shares
2. LMB sends client the list of all known
2004 Jun 11
1
Invalid workgroup name in browse list
On my PDC, which is also the DMB, there is a duplicate entry for a trusted
domain that is run on an AD controller on the same ethernet segment. The
duplicate, though, has several spaces after the name (from browse.dat):
"BROADWAY" 80001000 "CALIMERO" "BROADWAY"
"BROADWAY " 80001000 "CALIMERO"
1998 May 06
3
Sync browse list between multiple workgroups?
(Samba version 1.9.18p4)
I want to set up my environment thusly:
- 2 workgroups, each composed of multiple subnets.
- Each workgroup has a DMB and a WINS server (Samba only - no NT)
- The two workgroups should collate browse lists so that clients on
either workgroup can browse and connect to hosts on the opposite workgroup.
I've read the documentation in BROWSING.txt and it does not appear
2005 Feb 17
0
Remote subnet browsing using Samba for WINS.
Been experimenting with Samba as a WINS server.
Need a WINS server as I am using VPN tunneling.
My goal was to set up a central WINS server and have all the computers
talk to it for NetBIOS name resolution.
In the end I was hoping to have only one Samba server.
I have currently worked with:
Samba 2.2.7B on a uclinux.
Samba 3.0.10 on RedHat.
Samba 3.0.10 on Slackware.
Samba 3.0.10 on FreeBSD.
2010 Jun 18
2
WINS server DMB and LMBs not communicating across subnet toupdate browse lists?
>
>
> Referencing:
> http://www.linuxtopia.org/online_books/network_administration_guides/samba_reference_guide/17_NetworkBrowsing_34.html
>
> I've got two subnets (192.168.2.1 and 192.168.1.1). All the machines
> on both subnets are running XP Home or Pro and are all part of the
> same workgroup (WORKGROUP).
>
> I've added an OpenSUSE box on x.x.2.1 and
2014 Dec 09
4
[LLVMdev] dmb ishld in AArch64
Hi,
I got an optimization problem (O1, O2) regarding memory barrier “dmb ishld”
I find in the test/CodeGen/AArch64/intrinsics-memory-barrier.ll , it’s stated that memory access around DMB should not be reordered, but when compiling the Linux kernel, I found load/store in
static inline void hlist_add_before_rcu(struct hlist_node *n,
struct hlist_node *next)
{
n->pprev
2003 Feb 24
5
Bug in Shorewall check?
I made a boo boo in my config and put in this rule
#PPTP
DNAT net:213.67.241.162/217.209.46.204/32
loc:192.168.221.200 tcp 1723
DNAT net:213.67.241.162/32,217.209.46.204/32
loc:192.168.221.200 47 -
And the the following happened.. and I wonder why it didn''t complain? I
am sure I am just misunderstanding some doc
2017 Feb 13
1
How is to stop Windows to be DMB if Samba4 standalone server is set up for DMB role !
There is Windows 2008R2 actng as DC and Samba4 4.5.2 acting as standalone
server in the same network.
Samba4 is set up to be DMB:
domain master = yes
local maser= yes
browse list = yes
os level = 254
preferred master = yes
enhanced browsing = yes
Windows 2008R2 includes also DMB role in itself.
As following, if Windows boots first, before Samba starts, it becomes DMB
and has workgroup<1b>
2015 Apr 09
2
[LLVMdev] __sync_add_and_fetch in objc block for global variable on ARM
Hi Tim
----------------------------------------
> Date: Wed, 8 Apr 2015 06:53:44 -0700
> Subject: Re: [LLVMdev] __sync_add_and_fetch in objc block for global variable on ARM
> From: t.p.northover at gmail.com
> To: alexey.perevalov at hotmail.com
> CC: llvmdev at cs.uiuc.edu
>
>> in disas I see dmb ish instruction, but I don't know is it enough.
>
> There should
2014 Dec 09
2
[LLVMdev] dmb ishld in AArch64
Hi Tim,
> That barrier should be treated the same as any other dmb by LLVM. What
> I'm most confused about is why it's there in the first place. From
> what I can tell, the rcu_assign_pointer function should map to a
> native store-release operation (stlr).
I guess it's because we disabled the integrated-asm, so it won't complain when compiling the kernel.
> Also,
2003 Oct 16
0
Is wins.dat supposed to list all LMB, or just the DMB?
My network looks like this:
internet 192.168.0.0/24
router ----+----+----+----- internal 192.168.5.0/24
| | | router ----+-----+------+-
LNB--->mswin | | (also a | | |
client | | samba | | ....
| | server) | |
samba | | samba
1998 Oct 22
0
unable to sync browse lists
I'm having two problems. I encountered the second while trying to set
up a clean environment to work on the first. Can somebody tell me if
(a) I've done something obviously wrong, or (b) this is a known Samba
bug? Any help is appreciated.
John.
First problem:
From nmbd:
domain_master_node_status_fail: Doing a node status request to the
domain master browser for workgroup
2002 Sep 07
2
UNICAST cross-subnet browsing, Port 445 vs. 139, and Win2k
I have been having a heck of a time getting cross subnet browsing to work
properly. After MANY hours hunting through source and debug logs, I have
FINALLY found the source of my browsing issues.
My Samba nmdb properly becomes the LMB for my segment on a WAN. I VPN to my
servers at the home office and Samba attempts to sync with the DMB. nmbd
properly locates the DMB via WINS over the
2002 Mar 08
0
WINS + multiple subnets + multiple domains
Hello
After seeking solutions and fixes to the problem I'm experiencing and not
finding any, I turn here. If there is no solution, please don't be shy to
pointing out that too :-)
The problem:
I have multiple IP-networks with windows clients in them. Some are 95, most
are 98, some 2000 and xps. Most networks have at least one NT4.0 server in
them, some have more, some have none.
Each
2014 Dec 10
2
[LLVMdev] dmb ishld in AArch64
I'm using r223407. Switching to a clean built on r223853, it still gives me:
ldr x8, [x21,#8]
stp x21, x8, [x19]
dmb ishst
ldr x8, [x19,#8]
str x19, [x8]
str x19, [x21,#8]
Thanks,
Chengyu
> On Dec 9, 2014, at 6:32 PM, Tim Northover <t.p.northover at gmail.com> wrote:
>
> On 9 December 2014 at 15:14, Chengyu Song <csong84 at gatech.edu> wrote:
1998 Dec 17
1
Browse List Question - please help!
I've RTFM (inlcuding the very nice BROWSING.txt and BROWSING-Config.txt) as well
as the archives and I can't find any info on my particular problem. Any
assistance at all would be most appreciated!
Background:
I am trying to use samba to control the browse lists for our main workgroup
throughout our enterprise. I set up a samba server on AIX. It is a WINS
server, as well as the Domain