thanks, basically i need only the ports necessary to connect two servers using a site connector. Am I barking up the right tree or have I missed out important ports?
There are specific articles for that scenario in MS and other web sites.
If you are connecting remote sites via the Internet or even via a dedicated private (but relatively slow and/or filter) your best choice is to use SMTP connector.
That way you both compress and control replication traffic, and you also avoid problems with filtering since you use only port 25.
If you use Site connector over a filtering link, you can configure the servers to use staticaly defined TCP ports only and not dynamic as mentioned by you (Age).
The howto can be found searching the MS KB archive.
The best and fastest solution is AAARRRPPP:
Ask Ask Ask Read Read Read Plan Plan Plan
You've done part of the AAA, now is a good time for the other steps.
Thanks Yizhar for the help... I have the KB articles concerning statically defining the tcp ports (I do all my asking and reading at once, to get as much information as possible)... We plan to use site connectors - we are going to have a vpn in place for this shortly, but I'm being pushed to get the 2 servers connected prior to the vpn being set up, for test purposes. I'm going to ask our network guys to allow the 2 servers access to each other via the internet through the routers at each end. I'm just concerned about security (although these servers are currently just test servers, and not live ones).
Thanks for all your comments. Any more advice or experiences with this would be much appreciated.
The simpliest way is to allow all TCP and UDP traffic between those 2 servers,
(this will not allow access from other hosts, but might be vulnerable to spoofing attacks.
A more strict filtering will allow these ports, in both directions:
TCP 139 (for netbios)
UDP 137
UDP 138
TCP 135 (for MS RPC)
and all TCP ports above 1023, since data transfer itself uses a random port unless you tweak registry to use a static one.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.