Hi all,
I have Red Hat 8 and i set up Samba. I can see the linux box in network neighborhood in XP Pro, but when I double click on it I get the error:
\\Samba server not accessible
The network path was not found.
Here is the smb.conf file:
[global]
workgroup = TECHSUPPORT247
netbios name = SAMBA SERVER
server string = Samba Server on PIII
hosts allow = 10.10.10.
printcap name = /etc/printcap
load printers = yes
printing = lprng
log file = /var/log/samba/%m.log
max log size = 0
security = user
encrypt passwords = yes
smb passwd file = /etc/samba/smbpasswd
unix password sync = Yes
passwd program = /usr/bin/passwd %u
passwd chat = *New*password* %n\n *Retype*new*password* %n\n *passwd: *all*authentication*tokens*updated*successfully*
pam password change = yes
obey pam restrictions = yes
socket options = TCP_NODELAY SO_RCVBUF=8192 SO_SNDBUF=8192
dns proxy = no
[homes]
comment = Home Directories
browseable = no
writable = yes
valid users = %S
create mode = 0664
directory mode = 0775
[printers]
comment = All Printers
path = /var/spool/samba
browseable = no
guest ok = no
writable = no
printable = yes
Now I even added the samba users via smbusers and still nothing! What am I doing wrong?
I have Red Hat 8 and i set up Samba. I can see the linux box in network neighborhood in XP Pro, but when I double click on it I get the error:
\\Samba server not accessible
The network path was not found.
Here is the smb.conf file:
[global]
workgroup = TECHSUPPORT247
netbios name = SAMBA SERVER
server string = Samba Server on PIII
hosts allow = 10.10.10.
printcap name = /etc/printcap
load printers = yes
printing = lprng
log file = /var/log/samba/%m.log
max log size = 0
security = user
encrypt passwords = yes
smb passwd file = /etc/samba/smbpasswd
unix password sync = Yes
passwd program = /usr/bin/passwd %u
passwd chat = *New*password* %n\n *Retype*new*password* %n\n *passwd: *all*authentication*tokens*updated*successfully*
pam password change = yes
obey pam restrictions = yes
socket options = TCP_NODELAY SO_RCVBUF=8192 SO_SNDBUF=8192
dns proxy = no
[homes]
comment = Home Directories
browseable = no
writable = yes
valid users = %S
create mode = 0664
directory mode = 0775
[printers]
comment = All Printers
path = /var/spool/samba
browseable = no
guest ok = no
writable = no
printable = yes
Now I even added the samba users via smbusers and still nothing! What am I doing wrong?