Thank you for your advise. Now my linuxbox can appear on Windoze machine.
But I can't access it from Windoze. Widoze ask me for password. But now the
message is change. Sounds like this (on Windoze machine):
//craven is not accessible.
The computer or sharename could not be found. Make sure you type it
correctly, and try again.

Also I test my smb.conf by running testparm, and I get message like this :
Load smbconfig files from /etc/smb.conf
Loaded services file OK.
Deny connection from Teteh.net(192.168.0.2) to homes.
Allow ........................................................... to
printers.
Allow.............................................................to
Linuxer.

What should I do ? And at the section [global], if I only have 1 ethernet
card on each machine, should I activate interfaces ?
Thank you very much for your assistance.

-Pungki

This is my smb.conf :
[global]
    workgroup = Quake
    server string = Samba Server
   hosts allow = 192.168.0.2, 127.
    printcap name = /etc/printcap
    load printers = yes
    log file = /var/log/samba/log.%a
    max log size = 50
    security = share
    socket options = TCP_NODELAY SO_RCVBUF=8192 SO_SNDBUF=8192
   os level = 33

    dns proxy = no
    unix password sync = no
    comment = Craven.net
    encrypt passwords = no
    map to guest = never
    password level = 0
    null passwords = no
    allow hosts = 192.168.0.2
    os level = 0
    preferred master = no
    domain master = yes
    wins support = no
    dead time = 0
    debug level = 0

[homes]
    comment = Home Directories
    path = /home/%u
    browseable = yes
    writable = yes
    public = yes
    allow hosts = 198.168.0.2
    only user = no
[printers]
    comment = All Printers
    path = /var/spool/samba
    browseable = no
# Set public = yes to allow user 'guest account' to print
    guest ok = no
    writable = no
    printable = yes
[Linuxer]
    comment = Testing
    path = /home/pungki
    browseable = yes
    public = yes
    guest only = yes
    writable = yes
    allow hosts = 192.168.0.2
    only user = no


> # samba config file /etc/smb.conf
> #
>
> [global]
> workgroup = HOMELAN
> server string = Samba SMB Server [%v]
> interfaces = 192.168.1.2/24 127.0.0.1/24
> bind interfaces only = Yes
> security = SHARE
> encrypt passwords = Yes
> log file = /var/log/samba/log.%m
> max log size = 50
> time server = Yes
> os level = 65
> dns proxy = No
> wins support = Yes
> guest account = smbuser
> min print space = 2000
> print command = /usr/bin/lpr -P%p -r %s



Reply via email to