Thank you very much for responding. Sorry for the delay of my response!
I’ve been able to install both the urbackup client and server packages and get the installed client and server to connect. The problem I was having was that I was using an older unpatched version of WindowsXP. Once I installed all the WindowsXP patches on the VM (I’m using VMWare Fusion for my VM software), the client and server connected and I was able to backup my test folders with the VM set to NAT. Yes!!
But now I am stuck again. I have been able to compile the source code for both the client and the server solutions successfully, but have been unable to get them to connect to each other. While playing with the server today, I noticed that when I compile the CompiledServer solution, it creates CompiledServer.exe. But when I run the installed server, two services begin to run (urbackupsvr.exe and urbackup_svr.exe). Using nmap, I found that when urbackupsrv.exe runs, port 55414 is open. When urbackup_srv runs, ports 35623 & 35621 are open. When I run CompiledServer.exe, port 34255 is open. I’m not sure what I’m missing. Does the CompiledServer.exe map to the urbackupsrv.exe? If so, am I missing the code to create urbackup_srv.exe?
Thanks for the help!!!