Avatar of JTOCCO
JTOCCO
Flag for United States of America asked on

DFS-R Design

So, I am in the process of deploying a simple DFS-R infrastructure.  I have about 70+ servers in just as many remote offices that act as File & Print servers but, they also will double as App-V streaming servers.  I want to use DFS-R to keep the App-V content share consistent on each server.  Now I know that DFS-R uses RPC to replicate the data to each server.

My road blocks are: We will have a mixed bag of '03 R2 and '08 R2 systems which use different RPC ports.  Another is: our network security team will not allow these RPC random ports.  Rather than just isolate DFS-R replication to a single port as outlined in:  http://support.microsoft.com/kb/319553/en-us.  I was thinking I can accomplish both issues by limiting all RPC coming from the server on a port range of 300 (Example: 5000-5300)  I chose 300 because the minimum port range for Windows server '08 is 255 and I wanted a round number:).

I was going to follow the following articles:

Windows Server 2003: http://support.microsoft.com/kb/154596

Windows Server 2008: http://blogs.technet.com/b/askds/archive/2007/08/24/dynamic-client-ports-in-windows-server-2008-and-windows-vista-or-how-i-learned-to-stop-worrying-and-love-the-iana.aspx

I was hoping that someone could provide feedback or flaws.

Thanks,
Windows Server 2008Windows Server 2003

Avatar of undefined
Last Comment
Pber

8/22/2022 - Mon
Pber

Ugh, I feel your pain.  Anything that I deploy usually has to deal with a firewall and my network guys are very stingy when it comes to what I can do.  
The Microsoft article 319553 will work.  I've used this before through the firewalls as well.    Normally you would need high ports to a destination of 135 and then it will negotiate a random high port, but hardcoding it as per the 319553 works.  
I have also limited the RPC ports ranges as you also are considering.  The one thing to keep in mind is that limiting your RPC ports can have some downside if your servers are really busy because they may run out of ports.
My network guys also like the limited range as well.  If I can give them a port rule small source port range, they are usually much happier.
 
JTOCCO

ASKER
Thanks for the info!

So, as far as restricting RPC as a whole from the server.  Would you suggest increasing the amount of ports to say 1000 from 300?

Also, have you run DFSR in an enviornment this way instead of using microsoft's KB319553.
ASKER CERTIFIED SOLUTION
Pber

THIS SOLUTION ONLY AVAILABLE TO MEMBERS.
View this solution by signing up for a free trial.
Members can start a 7-Day free trial and enjoy unlimited access to the platform.
See Pricing Options
Start Free Trial
GET A PERSONALIZED SOLUTION
Ask your own question & get feedback from real experts
Find out why thousands trust the EE community with their toughest problems.
JTOCCO

ASKER
I appreciate the input!
I started with Experts Exchange in 2004 and it's been a mainstay of my professional computing life since. It helped me launch a career as a programmer / Oracle data analyst
William Peck
Pber

Glad to help.