Hi.....
I'm using Mandrake 7.0. And then I'm trying to connect my Linux to Windoze
98 SE. Linux has IP address 192.168.0.1 with host name Craven.net , and
Windoze has address 192.168.0.2 with host name teteh.net. And then I test my
smb.conf by running :
    [root@Craven /root]# testparm teteh.net (192.168.0.2)
And then I get an error message like this :
    Load smb config files from /etc/smb.conf
    Loaded serveices OK
    Deny connection from teteh.net (192.168.0.2) to homes.
    Allow connection from teteh.net (192.168.0.2) to printers
    Allow connection from teteh.net (192.168.0.2) to Linuxer
    Allow connection from teteh.net (192.168.0.2) to Nieda

How to fix this error ? My Linux box, can appear at Network Neighborhood.
But I can't copy files from Linux to Windoze.
And this is my smb.conf :
   [global]
           workgroup = QUAKE
           server string = QUAKE SERVER
           security = SHARE
           null passwords = Yes
           log level = 0
           log file = /var/log/samba/log.%a
           max log size = 50
           socket options = TCP_NODELAY SO_RCVBUF=8192 SO_SNDBUF=8192
           os level = 0
           domain master = Yes
           dns proxy = No
           comment = Craven.net
           hosts allow = 192.168.0.2, 192.168.0.1

   [homes]
           comment = Home Directories
           path = /home/%u
           read only = No
           guest ok = Yes
           hosts allow = 198.168.0.2, 192.168.0.1

   [printers]
           comment = All Printers
           path = /var/spool/samba
           print ok = Yes
           browseable = No

   [Linuxer]
           comment = Testing
           path = /root
           read only = No
           guest only = Yes
           guest ok = Yes

   [Nieda]
           comment = komputer Windoze
           path = /tmp
           read only = No
           guest only = Yes
           guest ok = Yes
           hosts allow = 192.168.0.1, 192.168.0.2



Reply via email to