Kenneth Illingsworth
2002-Oct-04 12:54 UTC
[Samba] Smbclient Connection to Samba server failed
I played with the smb.config file long enough to get both the smbd and nmbd
daemons to run. Then ran TESTPARM against the correct smb,conf file without
issue. Finally I tried the following command:
[root@cofr3 /]# smbclient -U illingsk -L MySQL
added interface ip=172.17.60.6 bcast=172.17.63.255 nmask=255.255.248.0
wins_srv_died(): WINS server 172.16.0.121 appears to be down.
Connection to MySQL failed
-----------------------------------------------------------------------------------
The paradox to me is that I can ping the WINS server ok:
C:\>ping -a 172.16.0.121
Pinging ELY [172.16.0.121] with 32 bytes of data:
Reply from 172.16.0.121: bytes=32 time<10ms TTL=128
Reply from 172.16.0.121: bytes=32 time<10ms TTL=128
Reply from 172.16.0.121: bytes=32 time<10ms TTL=128
Reply from 172.16.0.121: bytes=32 time<10ms TTL=128
Ping statistics for 172.16.0.121:
Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),
Approximate round trip times in milli-seconds:
Minimum = 0ms, Maximum = 0ms, Average = 0ms
------------------------------------------------------------------------------------------------------
Another Linux VM/S390 server with a very similar smb.conf file passes this test:
[root@cofr3 /]# testparm /usr/local/samba/lib/smb.conf
Load smb config files from /usr/local/samba/lib/smb.conf
Processing section "[homes]"
Processing section "[printers]"
Loaded services file OK.
Press enter to see a dump of your service definitions
# Global parameters
[global]
coding system client code page = 850
code page directory = /etc/codepages
workgroup = WORKGROUP
netbios name = MYSQL
netbios aliases netbios scope server string = Samba
Server sharing MySQL DB.
interfaces = 172.17.60.6/255.255.248.0
bind interfaces only = No
security = USER
encrypt passwords = No
update encrypted = No
allow trusted domains = Yes
hosts equiv min passwd length = 5
map to guest = Never
null passwords = No
password server smb passwd file = /etc/samba/smbpasswd
root directory passwd program = /bin/passwd
passwd chat = *new*password* %n\n *new*password* %n\n *changed*
passwd chat debug = No
username map password level = 0
username level = 0
unix password sync = No
restrict anonymous = No
lanman auth = Yes
use rhosts = No
log level = 2
syslog = 1
syslog only = No
log file = /var/log/log.%M
max log size = 50
timestamp logs = Yes
debug hires timestamp = No
debug pid = No
debug uid = No
protocol = NT1
min protocol = CORE
read bmpx = No
read raw = Yes
write raw = Yes
nt smb support = Yes
nt pipe support = Yes
nt acl support = Yes
announce version = 4.5
announce as = NT
max mux = 50
max xmit = 65535
name resolve order = lmhosts host wins bcast
max packet = 65535
max ttl = 259200
max wins ttl = 518400
min wins ttl = 21600
time server = No
change notify timeout = 60
deadtime = 0
getwd cache = Yes
keepalive = 300
lpq cache time = 10
max smbd processes = 0
max disk size = 0
max open files = 10000
read size = 16384
socket options = TCP_NODELAY
stat cache size = 50
total print jobs = 0
load printers = Yes
printcap name = /etc/printcap
enumports command addprinter command deleteprinter
command show add printer wizard = Yes
os2 driver map strip dot = No
character set mangled stack = 50
stat cache = Yes
domain groups domain admin group = Domain Admins
domain guest group = Domain Guests
domain admin users domain guest users machine password
timeout = 604800
add user script delete user script logon script
logon path = \\%N\%U\profile
logon drive logon home = \\%N\%U
domain logons = No
os level = 20
lm announce = True
lm interval = 60
preferred master = True
local master = Yes
domain master = True
browse list = Yes
dns proxy = Yes
wins proxy = No
wins server = 172.16.0.121
wins support = No
wins hook kernel oplocks = Yes
oplock break wait time = 0
add share command change share command delete share
command config file preload lock dir = /var/lock/samba
utmp dir wtmp dir utmp hostname = %m
utmp consolidate = No
default service message command dfree command
valid chars remote announce remote browse sync socket
address homedir map time offset = 0
unix realname = Yes
NIS homedir = No
source environment panic action hide local users = No
host msdfs = No
winbind uid winbind gid template homedir = /home/%D/%U
template shell = /bin/false
winbind separator = \
winbind cache time = 15
comment path alternate permissions = No
username guest account = nobody
invalid users valid users admin users read list
write list printer admin force user force group
read only = Yes
create mask = 0744
force create mode = 00
security mask = -1
force security mode = -1
directory mask = 0755
force directory mode = 00
directory security mask = -1
force directory security mode = -1
inherit permissions = No
guest only = No
guest ok = No
only user = No
hosts allow hosts deny status = Yes
max connections = 0
min print space = 0
strict sync = No
sync always = No
write cache size = 0
max print jobs = 1000
printable = No
postscript = No
printing = bsd
print command = lpr -r -P%p %s
lpq command = lpq -P%p
lprm command = lprm -P%p %j
lppause command lpresume command queuepause command
queueresume command printer name printer driver printer
driver file = /etc/samba/printers.def
printer driver location default case = lower
case sensitive = No
preserve case = Yes
short preserve case = Yes
mangle case = No
mangling char = ~
hide dot files = Yes
delete veto files = No
veto files hide files veto oplock files map
system = No
map hidden = No
map archive = Yes
mangled names = Yes
mangled map browseable = Yes
blocking locks = Yes
fake oplocks = No
locking = Yes
utmp = No
oplocks = Yes
level2 oplocks = Yes
oplock contention limit = 2
posix locking = Yes
strict locking = No
share modes = Yes
copy include exec preexec close = No
postexec root preexec root preexec close = No
root postexec available = Yes
volume fstype = NTFS
set directory = No
wide links = Yes
follow symlinks = Yes
dont descend magic script magic output delete
readonly = No
dos filemode = No
dos filetimes = No
dos filetime resolution = No
fake directory create times = No
vfs object vfs options msdfs root = No
[homes]
comment = Home Directories
read only = No
browseable = No
[printers]
comment = All Printers
path = /var/spool/samba
printable = Yes
browseable = No
[root@cofr3 /]#
Regards,
Ken Illingsworth
On Fri, Oct 04, 2002 at 08:51:48AM -0400, Kenneth Illingsworth wrote:> I played with the smb.config file long enough to get both the smbd and > nmbd daemons to run. Then ran TESTPARM against the correct smb,conf > file without issue. Finally I tried the following command: > > [root@cofr3 /]# smbclient -U illingsk -L MySQL > > added interface ip=172.17.60.6 bcast=172.17.63.255 nmask=255.255.248.0 > wins_srv_died(): WINS server 172.16.0.121 appears to be down. > Connection to MySQL failedThose are diffrent networks. Are there a firewall between those networks, which blocks port 137? -- Frank Matthie? fm+samba@Microdata-pos.de
pinging doesn't mean the WINS service is running. Try sending a name resolution query to the WINS server using nmblookup -R -U 172.16.0.121 MySQL Kenneth Illingsworth wrote:> > I played with the smb.config file long enough to get both the smbd and nmbd daemons to run. Then ran TESTPARM against the correct smb,conf file without issue. Finally I tried the following command: > > [root@cofr3 /]# smbclient -U illingsk -L MySQL > > added interface ip=172.17.60.6 bcast=172.17.63.255 nmask=255.255.248.0 > wins_srv_died(): WINS server 172.16.0.121 appears to be down. > Connection to MySQL failed > > ----------------------------------------------------------------------------------- > The paradox to me is that I can ping the WINS server ok: > > C:\>ping -a 172.16.0.121 > > Pinging ELY [172.16.0.121] with 32 bytes of data: > > Reply from 172.16.0.121: bytes=32 time<10ms TTL=128 > Reply from 172.16.0.121: bytes=32 time<10ms TTL=128 > Reply from 172.16.0.121: bytes=32 time<10ms TTL=128 > Reply from 172.16.0.121: bytes=32 time<10ms TTL=128 > > Ping statistics for 172.16.0.121: > Packets: Sent = 4, Received = 4, Lost = 0 (0% loss), > Approximate round trip times in milli-seconds: > Minimum = 0ms, Maximum = 0ms, Average = 0ms >-- =====================================================================Herb Lewis Silicon Graphics Networking Engineer 1600 Amphitheatre Pkwy MS-510 Strategic Software Organization Mountain View, CA 94043-1351 herb@sgi.com Tel: 650-933-2177 http://www.sgi.com Fax: 650-932-2177 ======================================================================