<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<META content="MSHTML 6.00.2800.1458" name=GENERATOR></HEAD>
<BODY style="MARGIN-TOP: 2px; FONT: 8pt Tahoma; MARGIN-LEFT: 2px">
<DIV><FONT size=2>Hi All,</FONT></DIV>
<DIV><FONT size=2>     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 <A 
href="file://\\10.x.x.x\inet">\\10.x.x.x\inet</A> 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.</FONT></DIV>
<DIV><FONT size=2>Thanks!</FONT></DIV>
<DIV><FONT size=2>Michael</FONT></DIV>
<DIV><FONT size=2></FONT> </DIV>
<DIV><FONT size=2><BR># Samba config file created using SWAT<BR># from 0.0.0.0 
(0.0.0.0)<BR># Date: 2002/08/12 12:47:19<BR># /etc/smb.conf<BR>#<BR># Make sure 
and restart the server after making changes to this file, ex:<BR># 
/etc/rc.d/init.d/smb stop<BR># /etc/rc.d/init.d/smb start</FONT></DIV>
<DIV> </DIV>
<DIV><FONT size=2>[global]<BR>        
workgroup = LOWRATES<BR>        null 
passwords = yes<BR>        log file = 
/var/log/samba-log.%m<BR>        smb passwd 
file = /etc/samba/smbpasswd<BR>        guest 
account = httpd<BR>        netbios name = 
DEV2<BR>        writable = 
yes<BR>        share modes = 
yes<BR>        encrypt passwords = 
yes<BR>        wins support = 
true<BR>        lock directory = 
/var/lock/samba<BR>        public = 
yes</FONT></DIV>
<DIV> </DIV>
<DIV><FONT size=2>[homes]<BR>   comment = Home 
Directories<BR>   browseable = no<BR>   read only = 
no<BR>   create mode = 0750</FONT></DIV>
<DIV> </DIV>
<DIV><FONT size=2>[tmp]<BR>   comment = Temporary file 
space<BR>   path = /tmp<BR>   read only = no<BR>   
public = yes</FONT></DIV>
<DIV> </DIV>
<DIV><FONT size=2>[inet]<BR>        create 
mode = 775<BR>        guest only = 
yes<BR>        directory mode = 
775<BR>        comment = Web file 
space<BR>        path = /inet</FONT></DIV>
<DIV> </DIV>
<DIV><FONT size=2>[test]<BR>        create 
mode = 775<BR>        directory mode = 
775<BR>        guest only = 
yes<BR>        writable = 
yes<BR>        path = 
/test<BR>        public = 
yes<BR>        user = httpd<BR>[root@dev2 
samba]#<BR></FONT></DIV></BODY></HTML>