Hi all
I have a samba pdc (3.0.21 LDAP backend). at subnet 192.168.129.0 network .
samba pdc ip: 192.168.129.20
domain : msdpl.com
I have setup Samb BDC (3.0.21 with slave ldap server + Slave DNS server) at
subnet 192.168.130.0 network
samba bdc ip: 192.168.130.3
domain: msdpl.com
when i am joining win2k client to Domain,
it says "the domain does not exist or could not be contacted"
At client i have setup IP of the 192.168.130.33 with DNS pointing to
192.168.130.3
my Samba BDC smb.conf
##############################################################
following is the smb.conf of BDC
[global]
   unix charset = LOCALE
  workgroup = msdpl.com
  netbios name = fosrv001
  passdb backend = ldapsam:ldap://192.168.130.3
  enable privileges = Yes
  server string = Factory Backup Domain Controller
  log level = 1
  remote announce = 192.168.129.20 <http://192.168.129.255/>
  remote browse sync = 192.168.129.20 <http://192.168.129.255/>
  syslog = 0
  log file = /usr/local/samba-fo/var/%U.%m.log
  max log size = 100
  smb ports = 139
  printcap name = cups
  show add printer wizard = no
  logon script = %u.bat
  logon path 
  logon drive = X:
  logon home 
  domain logons = yes
  domain master = No
  hide unreadable = yes
  deadtime = 15
  wins server = 192.168.129.20
  name resolve order = lmhosts wins bcast hosts
  socket options = TCP_NODELAY SO_RCVBUF=8192 SO_SNDBUF=8192
  interfaces = eth0, lo
  bind interfaces only = yes
  hide dot files = yes
  dns proxy = no
  nt acl support = yes
  ldap passwd sync = yes
  ldap suffix = dc=msdpl,dc=com
  ldap admin dn = cn=foreplica,dc=msdpl,dc=com
  ldap group suffix = ou=Groups
  ldap user suffix = ou=People
  ldap machine suffix = ou=Computers
  ldap idmap suffix = ou=Idmap
  ldap ssl = no
  ldap timeout = 50
  idmap backend = ldap:ldap://192.168.130.3
  idmap uid = 10000-20000
  idmap gid = 10000-20000
  map acl inherit = yes
  printing = cups
######################################################[Share
Definations]###########################################
[homes]
   comment = Home Directories
   valid users = %S
   browseable = no
   read only = no
   nt acl support = Yes
# Un-comment the following and create the netlogon directory for Domain
Logons
 [netlogon]
   comment = Network Logon Service
   path = /netlogon/scripts
   guest ok = yes
   browseable = no
   write list = root
#Profiles Share
 [profiles]
    comment = Profiles Share
    path = /profiles/%U
    read only = No
    browseable = yes
    writeable = yes
    guest ok = Yes
##############################################################
Regards
Niranjan