Samba as PDC

Seth Vidal skvidal at phy.duke.edu
Sat Jan 8 18:03:09 GMT 2000


> I have had some success with multiple domains. I have three private
> subnets and assigned an IP address out of each of these as an additional
> IP address for the UNIX server. However, I am having trouble trying to get
> the subnets to only view what they are supposed to see. That is, if I
> start the first instance of smbd with the first conf file for the first
> subnet, when I start the daemon for the second subnet it only sees what
> the first one does. Is there a way to make these subnets see only what
> they are supposed to see. The following are my two conf files.
> 
> # 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]
>         netbios name = ITETEMP2
> 	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
set bind interfaces only = yes and get rid of localhost as one of the
interfaces.

> [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]
>         netbios name = SOPHOMORE2
> 	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
ditto here.

-sv




More information about the samba-ntdom mailing list