Samba virker ikke?
Hej.Har lige smit samba på min FreeBSD
og lavet en smb.conf
ser sådan ud:
[global]
workgroup = TESTING
socket options = TCP_NODELAY
printing = bsd
printcap name = /etc/printcap
load printers = yes
guest account = guest
[ftp]
comment = ftp server file area
path = /var
read only = yes
public = yes
Den giver fejlen:
bash$ smbclient \\\\freebsd\\ftp
added interface ip=10.10.10.3 bcast=10.10.10.255 nmask=255.255.255.0
Connection to freebsd failed
Og:
bash$ smbclient \\\\127.0.0.1\\ftp
added interface ip=10.10.10.3 bcast=10.10.10.255 nmask=255.255.255.0
error connecting to 127.0.0.1:139 (Connection refused)
Error connecting to 127.0.0.1 (Connection refused)
Connection to 127.0.0.1 failed
Hvad har jeg lige gjort glat?