Hi All,
I'm new to the list and to Fedora as
well. My main experience is with Solaris. I'm having some trouble
getting Samba going on a new server I've setup Fedora on. I ran all the
updates, and can ssh onto the server from my pc running Win XP.
When I try to map to a share on the Fedora box, I get 'The network path \\10.x.x.x\inet could not be found.'
I've done a bit of research and have turned off the Firewall, disabled SELinux
and made sure the winbind service was running as well. Any ideas?
Any help is greatly appreciated. My smb.conf is below.
Thanks!
Michael
# Samba config file created using SWAT # from 0.0.0.0 (0.0.0.0) # Date: 2002/08/12 12:47:19 # /etc/smb.conf # # Make sure and restart the server after making changes to this file, ex: # /etc/rc.d/init.d/smb stop # /etc/rc.d/init.d/smb start [global]
workgroup = LOWRATES null passwords = yes log file = /var/log/samba-log.%m smb passwd file = /etc/samba/smbpasswd guest account = httpd netbios name = DEV2 writable = yes share modes = yes encrypt passwords = yes wins support = true lock directory = /var/lock/samba public = yes [homes]
comment = Home Directories browseable = no read > create mode = 0750 [tmp]
comment = Temporary file space path = /tmp read > public = yes [inet]
create mode = 775 guest > directory mode = 775 comment = Web file space path = /inet [test]
create mode = 775 directory mode = 775 guest > writable = yes path = /test public = yes user = httpd [root@dev2 samba]# |