LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   SAMBA connection Issue (https://www.linuxquestions.org/questions/linux-newbie-8/samba-connection-issue-4175576844/)

sssandhu 04-06-2016 02:24 PM

SAMBA connection Issue
 
Hi all,

I have 2 systems Debian-cli is acting server while Fedora-gui is acting client. I am trying to use Samba to access files, but when I go in Places > Network in Fedora I dont see my server. Here is the /etc/samba/smb.conf file from server:

[global]
workgroup = WORKGROUP
netbios name = FILESERVER
server string = TurnKey FileServer

os level = 20
security = user
map to guest = Bad user
passdb backend = tdbsam
null passwords = yes

admin users = root
encrypt passwords = true
obey pam restrictions = yes
pam password change = yes
unix password sync = yes
passwd program = /usr/bin/passwd %u
passwd chat = *Enter\snew\s*\spassword:* %n\n *Retype\snew\s*\spassword:*
%n\n *password\supdated\ssuccessfully* .

add user script = /usr/sbin/useradd -m '%u' -g users -G users
delete user script = /usr/sbin/userdel -r '%u'
add group script = /usr/sbin/groupadd '%g'
delete group script = /usr/sbin/groupdel '%g'
add user to group script = /usr/sbin/usermod -G '%g' '%u'

guest account = nobody
syslog = 0
log file = /var/log/samba/samba.log
max log size = 1000

wins support = yes
dns proxy = no

socket options = TCP_NODELAY
panic action = /usr/share/samba/panic-action %d
name resolver order = bcast host lmhosts win

[homes]
comment = Home Directory
browseable = no
read only = no
valid users = %S

[cdrom]
comment = CD-ROM
read only = yes
locking = no
guest ok = yes
path = /media/cdrom
preexec = /bin/mount /media/cdrom
postexec = /bin/umount /media/cdrom

[storage]
comment = Public Share
path = /srv/storage
browseable = yes
read only = no
create mask = 0644
directory mask = 0755
public = yes


I was wondering if someone can provide input.

sssandhu 04-06-2016 02:26 PM

I am not sure if this helps or not but I am able to connect to the server Webshell from client.


All times are GMT -5. The time now is 07:46 AM.