connect 2 win2000servers

  • Thread starter Thread starter Patrick Scholtes
  • Start date Start date
P

Patrick Scholtes

Hello experts,



I want to connect 2 win2000 servers. They are domain controllers with
different private networks (192.198.1.0 and 192.168.2.0).



They are connected with the Internet with a dsl line en configured as remote
access server in RAS.



I want to access a mysql database on one of them (port 3306) so that the
clients on the other private network can use it.



Where can I find a how to, or other tips?



Thanks in advance



Patrick
 
I want to connect 2 win2000 servers. They are domain controllers with
different private networks (192.198.1.0 and 192.168.2.0).
They are connected with the Internet with a dsl line en configured as remote
access server in RAS.
I want to access a mysql database on one of them (port 3306) so that the
clients on the other private network can use it.
Where can I find a how to, or other tips?

First is connectivity between networks, which requires a router and in
the case of private IP's, poossibly NAT and port forwarding. Second
is opening the proper port in any firewall you may have. Third is
providing some sort of authentication, either by trusts or through the
connection properties used to connect to the MySQL database. No
specific How-To will cover it all, you'll need to work through the
parts.

Jeff
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top