On Thu, 19 Feb 2004 15:01:45 +0100, "Patrick Scholtes"
<(E-Mail Removed)> wrote:
>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
|