similar to: Bug in Shorewall check?

Displaying 20 results from an estimated 1000 matches similar to: "Bug in Shorewall check?"

2003 Jan 03
19
VPN hardware?
I have a NetGear FV318 living in my DMZ, with one of its LAN-ports living in my LOC zone. What rules are needed in shorewall to allow a certain subnet to make connections to this device from the net zone? Do I define it as a tunnel in shorewall/tunnels, or do I just allow some selected traffic to the DMZ IP? I am not sure which of the docs are right for me in this case?
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 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
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>
2008 Dec 17
2
Do I need a WINS server if I want to browse?
The docs aren't clear, so don't think that I'm being lazy and want a quick answer. (I'm reading Ch 10 of the how-to) On the one hand it says, "where there is no WINS server, all name registrations + name lookups are done by UPD broadcast." So then I don't need a WINS server. But then it says, "Clients wishing to browse the network make use of this [DMB] list
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,
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
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:
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"
2016 Jan 26
2
[v3,11/41] mips: reuse asm-generic/barrier.h
On Tue, Jan 26, 2016 at 12:16:09PM +0000, Will Deacon wrote: > On Mon, Jan 25, 2016 at 10:03:22PM -0800, Paul E. McKenney wrote: > > On Mon, Jan 25, 2016 at 04:42:43PM +0000, Will Deacon wrote: > > > On Fri, Jan 15, 2016 at 01:58:53PM -0800, Paul E. McKenney wrote: > > > > PPC Overlapping Group-B sets version 4 > > > > "" > > > > (*
2016 Jan 26
2
[v3,11/41] mips: reuse asm-generic/barrier.h
On Tue, Jan 26, 2016 at 12:16:09PM +0000, Will Deacon wrote: > On Mon, Jan 25, 2016 at 10:03:22PM -0800, Paul E. McKenney wrote: > > On Mon, Jan 25, 2016 at 04:42:43PM +0000, Will Deacon wrote: > > > On Fri, Jan 15, 2016 at 01:58:53PM -0800, Paul E. McKenney wrote: > > > > PPC Overlapping Group-B sets version 4 > > > > "" > > > > (*
2015 Apr 08
2
[LLVMdev] __sync_add_and_fetch in objc block for global variable on ARM
Hello community, I faced with bug in multithread environment in objective C code which using dispatch_async and block, __sync_add_and_fetch increments global variable. But in case of many..many threads> 5, after every __sync_add_and_fetch got damaged ... int32_t count = 0; ... int main(int argc, char *argv[]) {    for (i = 1; i < 32; ++i) {      ...         char* name;        
2002 Jul 12
3
how many linux boxes do I need????
Hello, please dont come and say one instead of every windows machine in your network, although it is something I would like to see happening.. my network has two lans A and B, I plan to install a SAMBA server in network A and have it act as a WINS Server too. I've been reading the online version of "Using Samba" and I am confused about the Local Master Browser issues, from the
2016 Jan 26
5
[v3,11/41] mips: reuse asm-generic/barrier.h
On Mon, Jan 25, 2016 at 04:42:43PM +0000, Will Deacon wrote: > On Fri, Jan 15, 2016 at 01:58:53PM -0800, Paul E. McKenney wrote: > > On Fri, Jan 15, 2016 at 10:27:14PM +0100, Peter Zijlstra wrote: > > > On Fri, Jan 15, 2016 at 09:46:12AM -0800, Paul E. McKenney wrote: > > > > On Fri, Jan 15, 2016 at 10:13:48AM +0100, Peter Zijlstra wrote: > > > > >
2016 Jan 26
5
[v3,11/41] mips: reuse asm-generic/barrier.h
On Mon, Jan 25, 2016 at 04:42:43PM +0000, Will Deacon wrote: > On Fri, Jan 15, 2016 at 01:58:53PM -0800, Paul E. McKenney wrote: > > On Fri, Jan 15, 2016 at 10:27:14PM +0100, Peter Zijlstra wrote: > > > On Fri, Jan 15, 2016 at 09:46:12AM -0800, Paul E. McKenney wrote: > > > > On Fri, Jan 15, 2016 at 10:13:48AM +0100, Peter Zijlstra wrote: > > > > >
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
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
2004 Mar 16
1
samba pdc did not advertised as DMB
I figure out that samba PDC did not advertised itself as <domain>#1b (DMB), is this normal? smb.conf : os level = 65 preferred master = yes domain master = yes local master = yes domain logons = yes [root@jeruk root]# nmblookup -A 10.200.100.3 Looking up status of 10.200.100.3 LIN3PWK <00> - H <ACTIVE> LIN3PWK <03> -