LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Server (https://www.linuxquestions.org/questions/linux-server-73/)
-   -   no ability to see samba server on windows computers (https://www.linuxquestions.org/questions/linux-server-73/no-ability-to-see-samba-server-on-windows-computers-730597/)

linux hates me 06-04-2009 03:44 AM

no ability to see samba server on windows computers
 
ok so I have a samba server on fedora 10 all with the latest updates. my smb.conf files is as follows

Code:

[global]
        log file = /var/log/samba/%m.log
        load printers = yes
        socket options = TCP_NODELAY SO_RCVBUF=8192 SO_SNDBUF=8192
        null passwords = yes
        domain master = yes
        hosts allow = 192.168.
        passdb backend = tdbsam
        dns proxy = no
        netbios name = Kiska
        cups options = raw
        writable = yes
        server string = Samba %v on (%L)
        printing = cups
        local master = yes
        workgroup = NUS
        os level = 33
        valid users = Admin,Tech
        printcap name = /etc/printcap
        max log size = 50
        interfaces =  eth0 lo 192.168.1.1


[IPC$]
    path = /tmp
    hosts allow = 10.143.0.0/16, 127.0.0.1, 10.159.0.0/16, 10.150.0.0/16
    hosts deny = 0.0.0.0/0


[homes]
  comment = [Insert Title Here]
  browseable = no
  writeable = yes

[printers]
  comment = All Printers
  path = /usr/spool/samba
  browseable = No
  guest ok = No
  writable = No
  printable = Yes

[businesses]
        valid users = Admin,Tech
        public = yes
        path = /home/businesses
        allow hosts = 192.168.
        writeable = yes
        readable = yes

Dont know what to do from here and havent found much help elswhere. I just want to be able to read and write from a couple of xp and vista machines. I might get into permissions later but for right now I just want to be able to see them

chitambira 06-04-2009 03:52 AM

use only one thread please!
http://www.linuxquestions.org/questi...-samba-730589/

linux hates me 06-04-2009 04:00 AM

sorry topic changed


All times are GMT -5. The time now is 04:27 PM.