Samba as PDC

Keith Lynn lynn at cis.usouthal.edu
Sat Jan 8 22:16:03 GMT 2000


I've tried various configurations and have not been able to get my UNIX
server to service two domains simultaneously. With the configuration I
have now, the first daemon I run is the only one that works. What I would
like to do is be able to have one Solaris server act as a PDC for seperate
domains but so far I have not been able to get them to work
simultaneously. These are the two conf files again.

# Samba config file created using SWAT
# from 192.245.222.25 (192.245.222.25)
# Date: 2000/01/04 17:14:29

# Global parameters
[global]
	workgroup = ITETEMP
	update encrypted = Yes
	wins support = Yes
        domain logons = Yes

        security = user

        os level = 34
        local master = yes
        preferred master = yes
        domain master = yes

        encrypt passwords = yes

        interfaces = 192.168.100.100/255.255.255.0 127.0.0.1/255.255.255.0

[share]
        Comment = Share drive for FCE 19
        path = /ili2/labs/fce19/share
        read only = no
        
# Samba config file created using SWAT
# from 192.245.222.25 (192.245.222.25)
# Date: 2000/01/04 17:14:29

# Global parameters
[global]
	workgroup = SOPHOMORE1
	update encrypted = Yes
	wins support = Yes
        domain logons = Yes

        security = user

        os level = 34
        local master = yes
        preferred master = yes
        domain master = yes

        encrypt passwords = yes

        interfaces = 192.168.102.100/255.255.255.0 127.0.0.1/255.255.255.0

[share]
        Comment = Share drive for FCE 21
        path = /ili2/labs/fce21/share
        read only = no

[freshmen]
        Comment = Freshmen drive for FCE 21
        path = /ili2/labs/freshmen
        read only = no

I have tried taking out the loopback address and adding the bind
interfaces only but I was not able to get them to work simultaneously. If
you have any suggestions about how to make I work I would appreciate it. I
am starting the daemons by the following command lines.

/usr/local/samba/bin/smbd -D -s first conf file
/usr/local/samba/bin/nmbd -D -s first conf file
/usr/local/samba/bin/smbd -D -s second conf file
/usr/local/samba/bin/nmbd -D -s second conf file

Thanks.
      Keith Lynn



More information about the samba-ntdom mailing list