Displaying 2 results from an estimated 2 matches for "unot_a_us".
Did you mean:
unot_a_user
2014 Dec 26
0
unable to have smb listen on NIC tun0 or 10/8 IP addres
Hi everybody and merry Chrissy!
I have smb listening to two interfaces and with tun0 this failed.
Package was from Debian 7 - 2:3.6.6-6+deb7u4
# smbclient //10.9.8.1/public -Unot_a_user
Enter not_a_user's password:
Connection to 10.9.8.1 failed (Error NT_STATUS_CONNECTION_REFUSED)
# smbclient //127.0.0.1/public -Unot_a_user
Enter not_a_user's password:
Domain=[WORKGROUP] OS=[Unix] Server=[Samba 3.6.6]
smb: \> quit
This was my config:
# cat smb.conf
[global]
workg...
2013 May 02
3
guest share on a " security = user" server
Hello,
our samba server runs in security = user mode.
Now I need a share people can connect to, even if they are not in the domain.
I tried this configuration
[open]
comment = Fuer Scripte die via Mcafee gestartet werden
guest only = yes
#security = share
path = /san/san-lacie/abteilungen/allgemein/mcafee
read only = no
writable = no
printable = no
Browseable = No
but it does not work.