I have 2 servers running SQL Server 2005 with merge replication set up between them.
Each server is connected to the building network, but they also have a cross-over cable connecting them creating a private network.
How do I configure merge replication so it uses the private network and not the building network?
The private network is not part of any domain, but the building network may or may not have a domain depending on the client.
I tried setting up replication using the private network IP addresses, but some of the stored procedures only work with a windows server name. I imagine that server name could resolve over either network, and I want to prevent replication traffic from being sent on the building network.