[Samba] network path not found

Aton aton at skyenet.net
Fri Jul 5 16:55:03 GMT 2002


Here's a very basic smb.conf, this may get you going:

# Global parameters
[global]
        workgroup = WORKGROUP
        server string = Samba Server
        security = SHARE
        encrypt passwords = Yes
        log file = /var/log/samba/%m.log
        max log size = 0
        socket options = TCP_NODELAY SO_RCVBUF=8192 SO_SNDBUF=8192
        load printers = No
        os level = 65
        preferred master = True
        domain master = True
        dns proxy = No
        wins support = Yes
        hosts allow = 192.168.1. 127.
        printing = lprng

[data]
        comment = Stuff
        path = /home/samba
        read only = No
        create mask = 0777
        directory mask = 0777
        guest ok = Yes
        dos filemode = Yes

-----CUT-----

Basically, if you create a directory in /home called samba, and give it
permissions of 777 from Linux, all machines on your network should be able to
save files to it. This config is good for home use, not good for anything
secure. =)

Another thing to try before replacing your smb.conf with this one is do the
following:
 
iptables -F
iptables -t nat -F

make sure your rulesets for your firewall are flushed, so you know its not a
firewall issue thats preventing you from connecting.


BTW: This is taken from Red Hat 7.2, runnign 2.2.5, so you should have the
necessary path for logs and such as specified in the config above already
there.

At 03:49 PM 7/5/2002 -0500, you wrote: 
>
> I have searched the web and I am completely out of ideas. I have RH 7.2
> installed with samba 2.2.4-2. I can currently ping the linux box with the ip
> and netbios name. I can ping all of the w2k systems with ip and netbios
name.
> I can see the linux box in network neighborhood. I just can not see my
shared
> folders 
>  
> I have also turned of ipchains and iptables. I have tried with encrypted
> passwords on and off.
>  
> Please help..
>  
> Thanks,
>  
> Mike
>  
>
> ---
> Outgoing mail is certified Virus Free.
> Checked by AVG anti-virus system
> (<http://www.grisoft.com>http://www.grisoft.com).
> Version: 6.0.372 / Virus Database: 207 - Release Date: 6/20/2002








More information about the samba mailing list