I config my smb.conf like follow#======================= Global Settings =====================================[global] workgroup = WORKGROUP server string = Samba Server security = share log file = /var/log/samba/%m.log max log size = 50 dns proxy = no #============================ Share Definitions ===========================
Having a couple issues:1) I cant connect to my windows computer. When I enter the log in info (both from windows and #! it gets rejected. 2) Everytime after a reboot I have to run sudo /etc/init.d/samba restartor I cant connect to #! from windows. Ive looked through Google and every forum I can think of and having to restart samba seems to be a common issue but I cant find a real fix.
Having a couple issues:1) I cant connect to my windows computer. When I enter the log in info (both from windows and #! it gets rejected. 2) Everytime after a reboot I have to run sudo /etc/init.d/samba restartor I cant connect to #! from windows. Ive looked through Google and every forum I can think of and having to restart samba seems to be a common issue but I cant find a real fix.
Assalam o Alaikum!
After configuring and starting service of samba, when I access shared folder from windows XP it gives this error " Network Route was not found".
My server IP 192.168.1.252, client is on same network.
selinux is disabled
smb,conf:
Code:
workgroup = WORKGROUP
server string = Samba Server Version %v
; netbios name = MYSERVER
interfaces = eth0 192.168.1.252/24
hos
I've read several threads regarding the setup and use of Samba, and Samba has always been working fine until recently. I didn't change anything, but for some reason, it appears that Samba only resolves hosts on the default "Workgroup" workgroup. However, the /etc/samba/smb.conf file is setup to use a different workgroup.
I am trying to setup my opensue 11.3 server as a pdc using openldap and samba
I am continuously getting a network path not found error message on my windows xp box. I already verified that the network settings are good. Attached is my smb config please let me know what I should do.
# smb.conf is the main Samba configuration file. You find a full commented
Hey guys, I'm guessing the update to samba 4 has broken my samba partially, my samba shares seem to no longer be visible, but I can still access them. Probably an out of date config file, any chance of help with it?These are super simple shares for my family home, no passwords, simple direct guest access. Windows computers are the main clients, other than my own linux ones.
/etc/samba/smb.conf :
[global]
workgroup = w
server string = server
security = user
load printers = no
log file = /var/log/samba/%m.log
max log size = 50
dns proxy = no
printing = bsd
printcap name = /dev/null
disable spoolss = yes
unix extensions = no
# if I comment above line, I can write to home/net/writable
follow symlinks = yes
wide links = yes
[writable]
comment = test
writable = yes
I'm trying to get a samba to work with a windows AD.