spencer4hire
Programmer
I am have a problem joining my win2k client onto a domain.
I have samba running as a PDC. Here is my smb.conf file
# /etc/samba/smb.conf
# samba configuration file
# last updated: 2/28/2002 by tms
[global]
;basic server settings
workgroup = NETER
netbios name = Imhotep
server string = Samba PDC running %v
socket options = TCP_NODELAY IPTOS_LOWDELAY SO_SNDBUF=8192 SO_RCVBUF=8192
;samba as a wins server
wins support = yes
;PDC and master browser settings
os level = 64
preferred master = yes
local master = yes
domain master = yes
;security and logging settings
security = user
encrypt passwords = yes
log file = /var/log/samba/log.%m
log level = 2
max log size = 1000
hosts allow = 127.0.0.1 192.168.1./255.255.255.0
;user profiles and home directory
logon home = \\%L\%U logon drive = H:
logon path = \\%L\profiles\%U
# ==== shares ====
[homes]
comment = Home Directories
browseable = no
writeable = yes
[profiles]
path = /home/samba/profiles
writeable = yes
browseable = no
create mask = 0600
directory mask = 0700
[netlogon]
comment = Network Logon Service
path = /home/netlogon
read only = yes
browseable = no
write list = @admins
[test]
comment = for testing only
path = /export/samba/test
browseable = yes
read only = no
public = yes
when i try and join the client to the domain, I get an error saying "The specific domain either does not exist or cannot be contacted".
when I run teh net use \\server\share command I get the following error - "error 51 has occurred. the remote computer is not available".
Please can someone tell me what i am doing wrong. I repeat cannot join a client to the domain.
I have samba running as a PDC. Here is my smb.conf file
# /etc/samba/smb.conf
# samba configuration file
# last updated: 2/28/2002 by tms
[global]
;basic server settings
workgroup = NETER
netbios name = Imhotep
server string = Samba PDC running %v
socket options = TCP_NODELAY IPTOS_LOWDELAY SO_SNDBUF=8192 SO_RCVBUF=8192
;samba as a wins server
wins support = yes
;PDC and master browser settings
os level = 64
preferred master = yes
local master = yes
domain master = yes
;security and logging settings
security = user
encrypt passwords = yes
log file = /var/log/samba/log.%m
log level = 2
max log size = 1000
hosts allow = 127.0.0.1 192.168.1./255.255.255.0
;user profiles and home directory
logon home = \\%L\%U logon drive = H:
logon path = \\%L\profiles\%U
# ==== shares ====
[homes]
comment = Home Directories
browseable = no
writeable = yes
[profiles]
path = /home/samba/profiles
writeable = yes
browseable = no
create mask = 0600
directory mask = 0700
[netlogon]
comment = Network Logon Service
path = /home/netlogon
read only = yes
browseable = no
write list = @admins
[test]
comment = for testing only
path = /export/samba/test
browseable = yes
read only = no
public = yes
when i try and join the client to the domain, I get an error saying "The specific domain either does not exist or cannot be contacted".
when I run teh net use \\server\share command I get the following error - "error 51 has occurred. the remote computer is not available".
Please can someone tell me what i am doing wrong. I repeat cannot join a client to the domain.