I learned the new samba configurations for samba-3.0.2-6.3E on a RedHat Enterprise 3 system. I could successfully create a domain master or a samba server to work as a connection to a domain master on another subnet.

I then upgraded another system to Redhat Enterprise 3, copied over the smb.conf file from the system that was working as a connection to a domain master. I modified the smb.conf file to change the netbios name, the interfaces, the workgroup, wins server address, and remote announce workgroup. The new system has samba-3.0.4-6.3E installed on it.

In smb.conf "security=server" on both systems. The Domains servers are running RedHat 9 with samba-2.2.7a-8.9.0

What is causing the "tree connect failed: NT_STATUS_LOGIN_FAILURE"
I have an smbpasswd file; users as well as root are in it. smbusers has root listed
as Administrator.


smbclient -L server -N
Anonymous login successful
Domain=[DOMAIN] OS=[Unix] Server=[Samba 3.0.4-6.3E]
tree connect failed: NT_STATUS_LOGON_FAILURE

smbclient -L server -U%
Domain=[DOMAIN] OS=[Unix] Server=[Samba 3.0.4-6.3E]
tree connect failed: NT_STATUS_LOGON_FAILURE

"echo hello | telnet server 139"     works

"nmblookup -d 2 '*'   " works

netstat -an
Active Internet connections (servers and established)
Proto Recv-Q Send-Q Local Address Foreign Address State
tcp 0 0 0.0.0.0:32768 0.0.0.0:* LISTEN
tcp 0 0 127.0.0.1:32769 0.0.0.0:* LISTEN
tcp 0 0 0.0.0.0:548 0.0.0.0:* LISTEN
tcp 0 0 0.0.0.0:139 0.0.0.0:* LISTEN
tcp 0 0 0.0.0.0:111 0.0.0.0:* LISTEN
tcp 0 0 0.0.0.0:6000 0.0.0.0:* LISTEN
tcp 0 0 0.0.0.0:22 0.0.0.0:* LISTEN
tcp 0 0 127.0.0.1:631 0.0.0.0:* LISTEN
tcp 0 0 127.0.0.1:25 0.0.0.0:* LISTEN
tcp 0 0 0.0.0.0:445 0.0.0.0:* LISTEN
tcp 0 272 128.148.119.94:22 128.148.124.16:50217 ESTABLISHED
udp 0 0 0.0.0.0:32768 0.0.0.0:*
udp 0 0 128.148.119.94:137 0.0.0.0:*
udp 0 0 0.0.0.0:137 0.0.0.0:*
udp 0 0 128.148.119.94:138 0.0.0.0:*
udp 0 0 0.0.0.0:138 0.0.0.0:*
udp 0 0 0.0.0.0:111 0.0.0.0:*
udp 0 0 0.0.0.0:631 0.0.0.0:*
udp 0 0 128.148.119.94:123 0.0.0.0:*
udp 0 0 127.0.0.1:123 0.0.0.0:*
udp 0 0 0.0.0.0:123 0.0.0.0:*
udp 0 0 0.0.0.0:766 0.0.0.0:*


--
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba

Reply via email to