Hello and good weekend
My network configuration is DHCP

There in there a specific configuration for SAMBA

thank you

Michel

De :  Rowland Penny
Répondre à :  Development list
Date :  samedi 23 mai 2015 22:41
À :  <devel@lists.openchange.org>
Objet :  Re: [openchange][devel] Some explanations on the functioning of the DNS

    
 
On 23/05/15 21:10, Foxnet Support wrote:
 
 
 
 
 
Before starting this message, I would like to thank you for your help.
 

 
 
I wanted to change this configuration and unfortunately this is "planted" my 
server:
 
 
 
 
 I am not sure I understand the above line ? what do you mean by "planted" ?
 
 
 
 
 

 
 
search eas.foxnet.be
 nameserver xxx.xxx.xxx.x
 
 
 
 
 Your dns name appears to 'eas.foxnet.be' so the first line should be ok, the 
second line needs to contain the ipaddress of your server OR its localhost 
address '127.0.0.1'
 
 What this means is, if your servers ipaddress is 192.168.0.2, then your 
/etc/resolv.conf should be:
 
 
search eas.foxnet.be
 nameserver 192.168.0.2
 
 OR
 
  
search eas.foxnet.be
 nameserver 127.0.0.1
 
 Your samba4 server needs to use itself as the dns server.
 
 
 
 
 
 
 

 

 
 
If I not happen, is this a problem?
 
 
 
 
 If you mean, if it is not correct what will happen, well if the wrong 
nameserver is used, your samba 4 AD domain will not be resolvable.
 
 Rowland
 
 
 
 
 

 
 
thank you
 

 
 
Michel
 
 

 
 
 

 
  
De :  Rowland Penny
 Répondre à :  Development list
 Date :  samedi 23 mai 2015 21:58
 À :  <devel@lists.openchange.org>
 Objet :  Re: [openchange][devel] Some explanations on the functioning of the 
DNS
 
 

 
 
  
 
On 23/05/15 20:22, Foxnet Support wrote:
 
 
 
 
 
what kerberos packages have you installed (by the way what operating system are 
you using ?)
 

 
 
 
Direct response
 
Jessie 8 (debian)
 

 
 
My smb.conf file, this is what is ...
 
 

 
 
 

workgroup = FOXNET
 

        realm = eas.foxnet.be
 

        netbios name = MAIL
 

        server role = active directory domain controller
 

        server services = s3fs, rpc, nbt, wrepl, ldap, cldap, kdc, drepl, 
winbind, ntp_signd, kcc, dnsupdate
 

        idmap_ldb:use rfc2307 = yes
 


 
 

        ### Configuration required by OpenChange server ###
 

        dcerpc endpoint servers = +epmapper, +mapiproxy, +dnsserver
 

        dcerpc_mapiproxy:server = true
 

        dcerpc_mapiproxy:interfaces = exchange_emsmdb, exchange_nsp, 
exchange_ds_rfr
 


 
 

        dsdb:schema update allowed = true
 

        ### Configuration required by OpenChange server ###
 


 
 

        mapistore:namedproperties = mysql
 

        namedproperties:mysql_user = openchange
 

        namedproperties:mysql_pass = Mich_7543
 

        namedproperties:mysql_host = hostname
 

        namedproperties:mysql_db = openchange
 


 
 

        mapistore:indexing_backend = 
mysql://openchange:Mich_7543@localhost/openchange
 

        mapiproxy:openchangedb = 
mysql://openchange:Mich_7543@localhost/openchange
 
 

 
 

 
 

 
 
 
thank you
 
Michel
 
 
 
 

 
  
De :  Rowland Penny
 Répondre à :  Development list
 Date :  samedi 23 mai 2015 21:14
 À :  <devel@lists.openchange.org>
 Objet :  Re: [openchange][devel] Some explanations on the functioning of the 
DNS
 
 

 
 Have you altered smb.conf (other than for openchange) ?
 
 what kerberos packages have you installed (by the way what operating system 
are you using ?) 
  
 
_______________________________________________
devel mailing list
devel@lists.openchange.orghttp://mailman.openchange.org/listinfo/devel
 
 
 OK, one other thing, comment out this line in smb.conf:
 
 dcerpc endpoint servers = +epmapper, +mapiproxy, +dnsserver
 
 Just put a '#' sign in front of the line.
 
 then run this: samba-tool testparm -v | grep dcerpc
 
 you will have to press 'enter' twice
 
 I think you will find that you get this:
 
 dcerpc endpoint servers = epmapper, wkssvc, rpcecho, samr, netlogon, lsarpc, 
spoolss, drsuapi, dssetup, unixinfo, browser, eventlog6, backupkey, dnsserver
 
 In which case, alter the line in smb.conf that you commented out to this:
 
 dcerpc endpoint servers = +mapiproxy
 
 The whole idea of the line is start servers that are not normally running, so 
you only need the ones in the line that are not the defaults.
 
 You will then need to restart samba.
 
 Rowland
 
 
 
 _______________________________________________ devel mailing list 
devel@lists.openchange.org http://mailman.openchange.org/listinfo/devel  
  
 
_______________________________________________
devel mailing list
devel@lists.openchange.orghttp://mailman.openchange.org/listinfo/devel
 
 
 
_______________________________________________ devel mailing list 
devel@lists.openchange.org http://mailman.openchange.org/listinfo/devel
_______________________________________________
devel mailing list
devel@lists.openchange.org
http://mailman.openchange.org/listinfo/devel

Reply via email to