samba confusion
I really dont know why my samba server isnt working. When it to connect to it from another machine... or even from the same machine i get an error (using konqueror). And when trying to access it with smbclient it simply says connection failed.
In /var/log/samba.192.168.0.* it says "connection refused" from whichever IP i tried to connect from..
Heres my smb.conf
Any ideas what im missing or should check for?
Oh yea, i used webmin to transfer over the user from /etc/passwd and set the password using smbpasswd
In /var/log/samba.192.168.0.* it says "connection refused" from whichever IP i tried to connect from..
Heres my smb.conf
Any ideas what im missing or should check for?
- Code: Select all
[global]
dns proxy = no
log file = /var/log/samba.%m
load printers = no
ldap ssl = No
restrict anonymous = no
max protocol = NT
server string = Samba Server
socket options = TCP_NODELAY
workgroup = UNDERGROUND
server signing = Auto
domain master = no
hosts allow = 192.168.0 127.
security = share
preferred master = no
max log size = 50
[homes]
comment = Home Directories
browseable = yes
read only = no
[Music]
writeable = yes
path = /music
Oh yea, i used webmin to transfer over the user from /etc/passwd and set the password using smbpasswd