similar to: network neighborhood

Displaying 20 results from an estimated 5000 matches similar to: "network neighborhood"

2012 Apr 02
3
Samba4 how to get a reverse dlz zone
Hi I have s4 with bind9 working fine. I see that it sets up a forward zone without using zone files (is that the dlz bit?) Is it possible to get it to produce a reverse zone? Thanks, Steve pp lcb
2011 May 11
3
Issue with Bind
I followed the Howto http://wiki.samba.org/index.php/Samba4/HOWTO Using: -Samba4 alpha15 -Bind9.8.0 When I added an XP PC (192.168.123.244) to my domain I got this in syslog: May 11 12:04:18 samba4 named[10705]: client 192.168.123.244#1061: update 'mydomain.com/IN' denied May 11 12:04:18 samba4 named[10705]: tkey.c:486: ENSURE(result == (((1) << 16) + 28) || result == 0) failed,
2012 Oct 09
1
How can I switch from internal dns server to bind9
I provisioned using the defaults. So now I'm using the internal DNS server. Since I've been having some issues with it (see Internal dns server stops forwarding) I would like to change to bind9, but now I don't have the files samba4 creates to use with it because I started using the internal dns server. How can I switch from internal dns server to bind9??? Cheers, Felix.
2012 Oct 16
2
Samba4 successful deployment
Recently I migrated to samba4 in my company. So far so good. debian 6 samba4.1.0pre1 bind9.9.1-P1 (working pretty well. it even updates the reverse zone and no problems at all with the forwarder) ntp-4.2.6p5 All services authenticating with samba4: mail (postfix + dovecot + squirrelmail), jabber (openfire), proxy (squid), even MS Sql server 2000, Net Support Manager and GFI Endpoint Security.
2012 Feb 16
2
ddns in samba4
I followed this http://linuxcostablanca.blogspot.com/2012/01/samba-4-ubuntu.html and got dynamic dns updates working in forward zone. any ideas to get it working in the reverse zone too? By the way, nice article Steve. Best regards, Felix.
2013 Dec 06
2
restart and stop samba service
I have read in the samba http://wiki.samba.org/index.php/Samba_AD_DC_HOWTO that you can start samba just typing samba at the command promt, but what are the commands to stop and restart the service? thanks
2012 Aug 22
2
Samba4 successful deployment
I've just installed samba4 beta 7 with defaults and everything went OK. As I download bind9.9.1 tarball and compiled it I had to follow steve's advice: to declare we'll be using DLZ_DLOPEN_VERSION 2 in /samba-master/source4/dns_server/dlz_minimal.h /*#ifdef BIND_VERSION_9_8 #define DLZ_DLOPEN_VERSION 1 #else #define DLZ_DLOPEN_VERSION 2 #endif */ #define DLZ_DLOPEN_VERSION 2 I
2012 Oct 04
5
Internal DNS stops forwarding
Hello to everyone >From one day to another my internal dns server in samba4 stopped forwarding queries. It was resolving well my domain. I had to restart samba4 then it worked fine. Cheers, Felix.
2017 Dec 09
1
Update samba and Debian
Hello list, I want to make a new domain with the following features, using debian 9 with samba 4.7.3, at the beginning everything went well, but I have a doubt when in the configuration it is requested what type of server to choose, I would like to use the option NONE , then install a bind and configure it myself, all that is fine, but I have a doubt, when I run the command ./samba_update
2012 Mar 14
1
dbcheck
Hello list, somebody can helpe, my problem is when I run this command ./samba-tool dbcheck Checking 6205 objects ERROR: missing backlink attribute 'memberOf' in CN=Sandy,OU=Administrador de Red,OU=Comercializadora,OU=CUPET,DC=eccmg,DC=cupet,DC=cu for link member in CN=SHARE\0ADEL:ddacaf41-c14f-4e7c-8606-704eec753a4f,CN=Deleted Objects,DC=eccmg,DC=cupet,DC=cu Not fixing missing backlink
2007 Aug 04
1
(no subject)
hola......tengo un problema, tengo un controlador de dominio sobre windows server 2003, a la hora de adicionar un servidor linux ubuntu server 7.04 al dominio windows me da el siguiente error Using short domain name -- ECCMG Failed to set servicePrincipalNames. Please ensure that the DNS domain of this server matches the AD domain, Or rejoin with using Domain Admin credentials. Disabled account
2012 Jan 31
2
Join to domain
Helo list, i follow the step in the URL https://wiki.samba.org/index.php/Samba4_joining_a_domain, when i going to run this tool bin/samba-tool domain join samba.example.com DC -Uadministrator --realm=samba.example.com i have the follow error root at bdc:/usr/local/samba/bin# ./samba-tool domain join eccmg.cupet.cu DC -Usand y --realm=eccmg.cupet.cu Finding a writeable DC for domain
2015 Aug 12
2
Error
On 08/12/2015 10:16 AM, Rowland Penny wrote: > On 12/08/15 14:51, sandy.napoles at eccmg.cupet.cu wrote: >> My smb.conf >> >> # Global parameters >> [global] >> workgroup = domain >> realm = domain.cu >> netbios name = SAMBA >> server role = active directory domain controller >> server services =
2002 Mar 05
0
Cannot see any clients in the "network neighborhood"
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hi, I had a working 2.0.6 samba on a RH6.2 system with a 2.4.14 kernel. Clients are all win98/win95 except a win/me laptop. I recently upgraded to 2.2.3a ( from source) and since then I cannot see any of the clients in the "network neighborhood". I cannot even see the workgroup under the "entire network". All clents are
2012 Jan 09
0
Samba4 and Bind with DLZ
> On Wed, 2011-12-07 at 13:13 -0500, felix at epepm.cupet.cu wrote: >> Could you, please, give me some clue on how to configure dlz in Bind to >> work with Samba4? >> I installed samba4 from git check out from a week ago, then I >> provisioned >> it but DNS is not working. Now with a more recent checkout my DNS is working. Maybe it was me. there are no documents
2012 Oct 11
0
DNS forward - Re: samba Digest, Vol 118, Issue 12
I can confirm this behavior, forwards work ok until the limit is reached. Setup is a single DC with less that 6 machines joined to the domain and maybe another 6 machines pointing at this DNS. Does anyone want the gdb info that was stated from a prior thread back in issue 10? interim fix: I just added ulimit -n 8192 to the start script and a cron to restart samba twice a day for now. samba
2013 Jan 10
0
Samba4 internal DNS not responding to DNS requests - SOLVED
The problem was definitely SELinux and/or firewall (iptables). Thank you for the help. On Wed, Jan 9, 2013 at 8:38 PM, Andrew Bartlett <abartlet at samba.org> wrote: > On Wed, 2013-01-09 at 09:47 -0500, felix at epepm.cupet.cu wrote: > > > I am not able to get the Samba4 internal DNS server to respond to DNS > > > requests on the network. > > > > > >
2011 Dec 07
1
Samba4 and Bind with DLZ
Could you, please, give me some clue on how to configure dlz in Bind to work with Samba4? I installed samba4 from git check out from a week ago, then I provisioned it but DNS is not working. Best regards, Felix.
2012 Feb 15
1
samba4 provision error
git checkout dd5868d when I try to provision I get the following: Populating ForestDnsZones partition bin/tdbbackup: /home/samba-master/bin/shared/private/libtdb.so: version `SAMBA_4.0.0ALPHA18_DEVELOPERBUILD' not found (required by bin/tdbbackup) Failed to setup database for BIND, AD based DNS cannot be used Traceback (most recent call last): File "./source4/setup/provision",
2011 Apr 29
2
Time sync in Samba4
Hello. How can I have my windows clients synchronized with my Samba4 domain controller without using startup scripts?? I've played with Group Policies the same way they are configured when a w2k3 server is used and I couldn't make it this way. I also tried installing ntpd. I'm using Samba4 alpha 15 in a Debian Lenny Box. Any suggestions?? Thanks in advance. Regards, Felix.