I have encoutered a problem on a network integration.
Systems
There are 2 domains on the same level: domain1.local and domain2.local.
Each domains is managed by a Win Server 2003 server1 (192.168.225.42) and server2 (192.168.220.16) (DNS server and Domain Controller).
Each domain is declared as a stub domain on each other.
Alias have been added to resolve serverone as serverone.domain1.local on server2 and servertwo as servertwo.domain.loc on server1.
on server1
C:>ping server1
Pinging server1 [192.168.225.42] with 32 bytes of data:
Reply from 192.168.42.16: bytes=32 time=1ms TTL=128C:>ping server1.domain1.local
Pinging server1.domain1.local [192.168.225.42] with 32 bytes of data:
Reply from 192.168.42.16: bytes=32 time=1ms TTL=128C:>ping servertwo
Pinging servertwo.domain2.local [192.168.220.16] with 32 bytes of data:
Reply from 192.168.42.16: bytes=32 time=1ms TTL=128C:>ping servertwo.domain2.local
Pinging servertwo.domain2.local [192.168.220.16] with 32 bytes of data:
Reply from 192.168.42.16: bytes=32 time=1ms TTL=128on server2
C:>ping server2
Pinging server2 [192.168.220.16] with 32 bytes of data:
Reply from 192.168.220.16: bytes=32 time=1ms TTL=128C:>ping server2.domain2.local
Pinging server2.domain2.local [192.168.220.16] with 32 bytes of data:
Reply from 192.168.220.16: bytes=32 time=1ms TTL=128C:>ping serverone
Pinging serverone.domain1.local [192.168.225.42] with 32 bytes of data:
Reply from 192.168.225.42: bytes=32 time=1ms TTL=128C:>ping serverone.domain1.local
Pinging servertwo.domain2.local [192.168.225.42] with 32 bytes of data:
Reply from 192.168.225.42: bytes=32 time=1ms TTL=128
Problem
Domains can't resolve the server1 and server2.
on server1
C:>ping server2
Ping request could not find host dc-server.localdomain.org. Please check the name and try again.C:>ping server2.domain2.local
Pinging server2.domain2.local [192.168.220.16] with 32 bytes of data:
Reply from 192.168.220.16: bytes=32 time=1ms TTL=128on server2
C:>ping server1
Ping request could not find host dc-server.localdomain.org. Please check the name and try again.C:>ping server1.domain1.local
Pinging server1.domain1.local [192.168.225.42] with 32 bytes of data:
Reply from 192.168.225.42: bytes=32 time=1ms TTL=128
Question
Actually I I can work around this by adding a host file entry mapping server1 and server2.
But how can I use DNS configuration to avoid this hack ?
I've tried to create Aliases without success...