Merhaba, samba serveri, server veya domain modda 
çalıştırmak istiyorum, fakat bir türlü win2003
üzerinden bağlantı sağlayamıyorum, ağ
komşularında linux makinam görülüyor ama içine
girmek istediğimde veya çalıştırdan   \\10.0.0.18
yazdığımda 

"\\10.0.0.18 is not accessible. You might not have
permission to use this network resource. Contact the
administrator of this server to find out if you have
access permission. There are currently no logon
servers available to service the logon request" 

uyarısı alıyorum, win2003 den 10.0.0.18 ping
atabiliyorum share veya user mod da ulaşa biliyorum,
birde 

"net rpc join -U Administrator%123456789" komutu da
"Unable to find a suitable server" 

uyarısı alıyorum acaba ne yapmam lazım
yardımlarınızı bekliyorum teşekkürler.

Not: Fedora 7 kullanıyorum
         Birde win2003 de active directory den
açtığım kullanıcı ile fedoradan (local den) o
kullanıcı adı ve şifre ile girebiliyorum.
         O'reilly yayınevinin samba kitabında bir
yazı buldum ama ingilizce olduğundan iyi
anlayamadım ekliyorum faydalı olabilir.

smb.conf
[global]
        workgroup = opensource
        server string = Samba Server
        security = DOMAIN
        password server = 10.0.0.33
        wins server = 10.0.0.33

[homes]
        comment = Home Directory
        read only = No
        browseable = No

[users]
        comment = All Home Directories
        path = /home
        read list = "@win2003/Domain Users"
        write list = "@win2003/Domain Users"
        read only = No

[data]
        comment = Data
        path = /data
        read list = "@win2003/Domain Users"
        write list = "@win2003/Domain Users"
        read only = No
        
[printers]
        comment = All Printers
        path = /var/spool/samba
        printable = Yes
        browseable = No

$ net join -U Administrator
Administrator's password: <enter password for
Administrator>
<...intermediate output deleted...>
Joined domain GLASS.

If you are greeted by the "Joined domain ..." message,
net was able to successfully establish the machine
account credentials and your server is now a part of
the domain. If not, there are three common reasons why
this process may fail, described next.First, if you
receive the following message, make sure that you
entered the correct user name and password:

Could not connect to server XXX
The username or password was not correct.

Second, if you entered the correct credentials but the
account does not possess the sufficient rights to join
the server to domain, you will receive this error
message:

error setting trust account password:
NT_STATUS_ACCESS_DENIED
Unable to join domain XXX.

The third common error is the inability to locate a DC
for the domain specified in smb.conf. This error is
signaled by the following message:

Unable to find a suitable server

This situation is frequently caused by a mistyped
name, so verify your smb.conf settings before
proceeding. If your configuration is correct, it could
be that this error is caused by a name service
failure. We cover how Samba attempts to locate domain
controllers shortly.If you are joining a Samba domain,
you may encounter the additional following error:

Creation of workstation account failed

This error is normally caused by some failure in the
add machine script. Or possibly the script succeeded,
but smbd is unable to locate the Unix account it
created, a situation frequently caused by running the
Name Service Cache Daemon (nscd) on the Samba DC. To
resolve this problem, ensure that the DC's
/etc/nsswitch.conf file is set up correctly, that the
add machine script did in fact create the trust
account, and that nscd is using up-to-date
information.You can verify your server's trust account
at any time by running this command:

$ net rpc testjoin
Join to 'GLASS' is OK


      
___________________________________________________________________
Yahoo! kullaniyor musunuz?  http://tr.mail.yahoo.com
Istenmeyen postadan biktiniz mi? Istenmeyen postadan en iyi korunma 
Yahoo! Posta'da


FreeBSD 6 kitabi: http://www.acikakademi.com/catalog/freebsd6
---------------------------------------------------------------------
Listeye soru sormadan once lutfen http://ipucu.enderunix.org sitesine bakiniz.

Cikmak icin, e-mail: [EMAIL PROTECTED]
Liste arsivi: http://news.gmane.org/gmane.org.user-groups.bsd.turkey


Reply via email to