I have newly configured our new HP Netserver LC 2000r with Samba 2.0.7.
The Samba was compiled with SSL.
I can connect to it from localhost, but from any other ip i got the error:
connectionrefused
c2-server:~# smbclient -L 192.168.0.100
added interface ip=192.168.0.3 bcast=192.168.0.255 nmask=255.255.255.0
error connecting to 192.168.0.100:139 (Connection refused)
Connection to 192.168.0.100 failed
c2-server:~# smbclient -L c2-server3
added interface ip=192.168.0.3 bcast=192.168.0.255 nmask=255.255.255.0
Connection to c2-server3 failed
The name of the Server is C2-Server3, and it is on 192.168.0.100.
The smb.conf file looks like this:
[global]
printing = bsd
printcap name = /etc/printcap
load printers = yes
guest account = nobody
security = user
workgroup = C2
server string = %h server (Samba %v)
syslog only = no
syslog = 0;
socket options = IPTOS_LOWDELAY TCP_NODELAY SO_SNDBUF=4096 SO_RCVBUF=4096
encrypt passwords = yes
wins support = no
name resolve order = lmhosts host wins bcast
dns proxy = no
preserve case = yes
short preserve case = yes
unix password sync = false
max log size = 1000
ssl CA certFile = /etc/share/certs/ca-certs.crt
[homes]
comment = Home Directories
browseable = no
read only = no
create mask = 0700
directory mask = 0700
[printers]
comment = All Printers
browseable = no
path = /tmp
printable = yes
public = no
writable = no
[munka-9]
path = /mnt/data/munka-9
public = yes
writable = yes
comment force group = c2-users
force create mode = 777
force directory mode = 777
printable = no
Can anybody tell me what went wrong?
There is no error in the log files. They don't even tell that I wanted to
connect, only if I connect from localhost.
Thanks..
Poetro