The following problem has perplexed me for the past two days, and it may very well be impossible to do what I am trying to do and I just don't know it..... Would greatly appreciate any help on the issue....
The Network configuration is as follows:
A private subnet ( 192.168.0.x ) with clients on that subnet and a Multihomed Server ( server A, 2003 Ent. ) with one nic ( Nic 1 ) connected to the ( 192.168.0.x ) subnet, and the other nic ( Nic 2 )connected to a front end subnet ( 192.168.1.x ). This server is a DC and is also the PDC for Domain A.
On the front subnet ( 192.168.1.x ), there is another Server ( Server B, 2003 ent. ) and the front end router to the internet. This server is the PDC for Domain B. The trust between the two domains was built automatically when domain B was installed in the forest.
As it stands now, the PDC for domain A can see, ping, and browse resources in domain B, as well as browse the internet. The clients on the back subnet ( 192.168.0.x ) can't see Domain B at all. Nor can the clients ping Server B. Although, they do have Server B registerd in DNS, and can browse the internet.
On the other end, Server B ( domain B ) can see Server A ( domain A ), ping server A, and browse domain A's recourses but can't see the clients on the back subnet ( 192.168.0.x )or browse anything those clients might be sharing within domain A. Server B does have access to the internet though.
Just a final note on configuration.... Server A ( Domain A ) is the DNS and WINS server for all machines. It is also the DHCP server for the ( 192.168.0.x ) subnet.
Server A settings :
Nic 1 - ( 192.168.0.x )
Static IP - 192.168.0.1
Dns - 192.168.0.1
Default Gateway - none
Nic 2 - (192.168.1.x )
Static IP - 192.168.1.34
Default Gateway - 192.168.1.1
Server B settings :
Static IP - 192.168.1.24
Default Gateway - 192.168.1.1
Dns - 192.168.1.34
WINS - 192.168.1.34
Clients Settings :
IP - DHCP assigned ( 192.168.0.x )
Default Gateway - 192.168.0.1
DNS - 192.168.0.1
WINS - 192.168.0.1
Master browser service is running on Server A, Domain A only. Routing and Remote Access is installed on Server A, and Nic 1 is configured as a Proxy, and Nic 2 is configured as a Router V3.
How do I get communication between the clients on 192.168.0.x subnet and the domain ( Domain B ) on 192.168.1.x subnet?? All clients in both domains have been given Domain User access in the opposite domain, so I don't think it's a permission issue at all, just a routing issue. Thanks for any help you can give me on this issue..... Will be happy to provide more details if needed.....