Originally posted by: captain AM
Success - Tested & verified that DFS links & 4.6.15-1 working great! Thanks!
But I've run into a problem now trying to implement multiple instances of samba on the same host server. I can start both instances with unique smb.conf's, netbios defs, socket address, /var/run's, & DNS & AD entries, etc, as previously defined & working with 3.5 & 3.0.30 versions .. and can connect via PC to 1 instance but 2nd never connects as pops up a 'enter network credentials' panel for that instance ('username/passwd incorrect) & nothing in logs for that instance even w/debug 5. doesn't matter which order they are started, just that which ever one is used/connected to 1st always 'wins' and locks the other out even from different PC's. Need multiple capability. Any knowledge if a new parm/switch setting is needed vs version 3 samba? each AIX server host has one interface 'en0' defined with a primary netaddr & then one or more alias4 IP's defined.
example: > ifconfig -a en0:flags=1e084863,814c0<UP,BROADCAST,NOTRAILERS,RUNNING,SIMPLEX,MULTICAST,GROUPRT,64BIT,CHECKSUM_OFFLOAD(ACTIVE),LARGESEND,CHAIN>
inet 10.xxx.yy.128 netmask 0xffffff00 broadcast 10.xxx.yy.255
inet 10.xxx.yy.140 netmask 0xffffff00 broadcast 10.xxx.yy.255
tcp_sendspace 262144 tcp_recvspace 262144 rfc1323 1
> lsattr -El en0
alias4 10.xxx.yy.140,255.255.255.0 IPv4 Alias including Subnet Mask True
netaddr 10.xxx.yy.128 Internet Address True
netmask 255.255.255.0 Subnet Mask True
I do see this oddity now .. in the PC/IP client connected samba log for the working instance an error messager with 2nd instance host name:
[2018/12/07 11:17:18.582831, 5] ../auth/gensec/gensec_start.c:681(gensec_start_mech)
Starting GENSEC submechanism gse_krb5
[2018/12/07 11:17:18.583467, 1] ../source3/librpc/crypto/gse.c:646(gse_get_server_auth_token)
gss_accept_sec_context failed with [ Miscellaneous failure (see text): Failed to find cifs/smb-2@CORP.domain.COM(kvno 3) in keytab MEMORY:cifs_srv_keytab (arcfour-hmac-md5)]
[2018/12/07 11:17:18.583513, 1] ../auth/gensec/spnego.c:569(gensec_spnego_parse_negTokenInit)
SPNEGO(gse_krb5) NEG_TOKEN_INIT failed: NT_STATUS_LOGON_FAILURE
[2018/12/07 11:17:18.583605, 2] ../auth/gensec/spnego.c:768(gensec_spnego_server_negTokenTarg)
SPNEGO login failed: NT_STATUS_LOGON_FAILURE
ideas? thx
#AIX-Open-Source-Software#AIXOpenSource