Juan Asensio Sánchez
2010-May-26 09:35 UTC
[Samba] Interdomain trust with different WINS servers
Hi I am trying to stablish a relation between two different Samba domains. Each domain has two PDCs, all they are WINS servers, and the two domains are in different subnets. They are configured to use LDAP as the user/group/machine database. First, I will create the relation, being DOM1.CORP the trusted domain, and DOM2.CORP the trusting domain, so in a server of DOM1.CORP, I create a user this way: DOM1-S1$ /usr/bin/perl -w /opt/ldap/smbldap-tools/bin/smbldap-useradd -W -t 5 'DOM1.CORP$' DOM1-S1$ smbpasswd -i DOM1.CORP$ The two commands are OK, and the domain account is created in LDAP, in ou=Computers. I can see the machine in "getent passwd". Now, in a server of the trusting domain, i run the command: DOM2-S1$ net rpc trustdom establish 'DOM1.CORP' [2010/05/26 11:21:03, 0] utils/net_rpc.c:rpc_trustdom_establish(5647) Couldn't find domain controller for domain DOM1.CORP Well, I know this is normal because servers of DOM2 don't know anything about DOM1. I suppose I will have to add the entries of the two servers of DOM1 in lmhosts, and the entry for the own domain, but i can't get it to work. Now, my lmhosts is this: 127.0.0.1 localhost 1.1.1.1 DOM1-S1 1.1.1.2 DOM1-S2 1.1.1.1 DOM1.CORP 1.1.1.2 DOM1.CORP But the previuos command gives error again. Even if I run nmblookup querying the servers or the domain, i get errors: DOM2-S1$ nmblookup -R -U localhost 'DOM1.CORP' added interface ip=1.1.2.1 bcast=1.1.2.255 nmask=255.255.255.0 querying DOM1.CORP on 127.0.0.1 name_query failed to find name DOM1.CORP Is this the right way to stablish the relationship? How should I add the entries to the lmhosts file? Regards and thanks in advance.
tms3 at tms3.com
2010-May-26 12:57 UTC
[Samba] Interdomain trust with different WINS servers
> > --- Original message --- > Subject: [Samba] Interdomain trust with different WINS servers > From: Juan Asensio S?nchez <okelet at gmail.com> > To: <samba at lists.samba.org> > Date: Wednesday, 26/05/2010 2:32 AM > > Hi > > I am trying to stablish a relation between two different Samba > domains. Each > domain has two PDCs, all they are WINS servers, and the two domains > are in > different subnets.SNIP> > > Well, I know this is normal because servers of DOM2 don't know > anything > about DOM1. I suppose I will have to add the entries of the two > servers of > DOM1 in lmhosts, and the entry for the own domain, but i can't get it > to > work. Now, my lmhosts is this:According to the online manual, as well as much experience with this, you MUST use the same WINS server for all servers for this to work. Cheers, TMS III> > > > 127.0.0.1 localhost > > 1.1.1.1 DOM1-S1 > 1.1.1.2 DOM1-S2 > > 1.1.1.1 DOM1.CORP > 1.1.1.2 DOM1.CORP > > But the previuos command gives error again. Even if I run nmblookup > querying > the servers or the domain, i get errors: > > DOM2-S1$ nmblookup -R -U localhost 'DOM1.CORP' > added interface ip=1.1.2.1 bcast=1.1.2.255 nmask=255.255.255.0 > querying DOM1.CORP on 127.0.0.1 > name_query failed to find name DOM1.CORP > > Is this the right way to stablish the relationship? How should I add > the > entries to the lmhosts file? > > Regards and thanks in advance. > -- > To unsubscribe from this list go to the following URL and read the > instructions: https://lists.samba.org/mailman/options/samba
Gaiseric Vandal
2010-May-27 12:44 UTC
[Samba] Interdomain trust with different WINS servers
I think the syntax may be the same as for Microsoft lmhosts http://support.microsoft.com/kb/314108 On 05/26/2010 05:35 AM, Juan Asensio S?nchez wrote:> Hi > > I am trying to stablish a relation between two different Samba domains. Each > domain has two PDCs, all they are WINS servers, and the two domains are in > different subnets. They are configured to use LDAP as the user/group/machine > database. First, I will create the relation, being DOM1.CORP the trusted > domain, and DOM2.CORP the trusting domain, so in a server of DOM1.CORP, I > create a user this way: > > DOM1-S1$ /usr/bin/perl -w /opt/ldap/smbldap-tools/bin/smbldap-useradd -W -t > 5 'DOM1.CORP$' > DOM1-S1$ smbpasswd -i DOM1.CORP$ > > The two commands are OK, and the domain account is created in LDAP, in > ou=Computers. I can see the machine in "getent passwd". Now, in a server of > the trusting domain, i run the command: > > DOM2-S1$ net rpc trustdom establish 'DOM1.CORP' > [2010/05/26 11:21:03, 0] utils/net_rpc.c:rpc_trustdom_establish(5647) > Couldn't find domain controller for domain DOM1.CORP > > Well, I know this is normal because servers of DOM2 don't know anything > about DOM1. I suppose I will have to add the entries of the two servers of > DOM1 in lmhosts, and the entry for the own domain, but i can't get it to > work. Now, my lmhosts is this: > > 127.0.0.1 localhost > > 1.1.1.1 DOM1-S1 > 1.1.1.2 DOM1-S2 > > 1.1.1.1 DOM1.CORP > 1.1.1.2 DOM1.CORP > > But the previuos command gives error again. Even if I run nmblookup querying > the servers or the domain, i get errors: > > DOM2-S1$ nmblookup -R -U localhost 'DOM1.CORP' > added interface ip=1.1.2.1 bcast=1.1.2.255 nmask=255.255.255.0 > querying DOM1.CORP on 127.0.0.1 > name_query failed to find name DOM1.CORP > > Is this the right way to stablish the relationship? How should I add the > entries to the lmhosts file? > > Regards and thanks in advance. >
Seemingly Similar Threads
- Problems with a trust relation between samba and samba different subnet
- Problems with a trust relation between samba and sambadifferent subnet
- Domain trusts (Again)
- Samba domain member server does not see list of users from PDC
- Questions about the new idmap interface