Displaying 1 result from an estimated 1 matches for "my_virtual_hostname".
2020 Jun 09
1
Virtual IP/netbios name for AD-authenticated shares in failover cluster
..., if I move the cluster package to the other node, the same issues persists.
All tdb-files, log-files, conf-files etc. are on a shared disk which moves with the cluster package.
Any idea what I miss here?
The smb.conf:
[global]
   client signing = yes
   client use spnego = yes
   netbios name = my_virtual_hostname
   kerberos method = secrets and keytab
   security = ADS
   bind interfaces only = yes
   interfaces = my.virtual.IP.xxx
   winbind gid = 100000-300000
   winbind refresh tickets = yes
   winbind separator = +
   create krb5 conf = no
   workgroup = DOMAIN
   realm = DOMAIN.ORG
   encrypt password...