Hi,
I have a fresh install of fc16 on my laptop and am trying to get samba working. I can start the smb and nmb services via swat but they dont start on boot. How can I fix that?
Further, when they are running I cannot ping a local address by name. It goes to an outside address instead.
I have added wins to the hostname section and as fate would have it, I still cannot ping the local network via name. it has to be by ip number.
Thanks for any help.
Code:
# Samba config file created using SWAT
# from UNKNOWN (127.0.0.1)
# Date: 2012/01/16 09:06:46
[global]
workgroup = OFFICE
server string = Samba Server Version %v
log file = /var/log/samba/log.%m
max log size = 50
idmap config * : backend = tdb
cups options = raw
[homes]
comment = Home Directories
read only = No
browseable = No
[printers]
comment = All Printers
path = /var/spool/samba
printable = Yes
print ok = Yes
browseable = No
[Public]
comment = Vaio Public
path = /home/george/Public
read only = No
guest ok = Yes
[Downloads]
comment = Vaio Downloads
path = /home/george/Downloads
read only = No
guest ok = Yes