I have two servers, ServerA and ServerB. ServerB is a failover for ServerA. ServerA's IP address is 10.0.0.1. ServerB's IP address is 172.16.0.1. I have NAT setup for the IP addresses during a failover to point 10.0.0.1 to 172.16.0.1. However, trying to use \ServerA\c$ does not open the folder even though \10.0.0.1\c$ works correctly Am I doing something wrong? I've tried making manual entries in the HOSTS file on my (client) machine, and ping works, name resolves correctly to the correct IP etc.
Any suggestions?