File server migrate Dns Problem

0

Hey I'm trying to migrate my file server to the cloud.

As part of the migration I need to change the file server address.

My problem is that I don't know if there are certain applications or software that are configured to send information to the old address that I want to replace.

In some applications it is set to send to a DNS address - which is normal and fine

How can I check which applications or software are sending information to the server's IP address? And which addresses send to DNS? Thanks

*I tried using WIRESHARK on the file server and the DNS server but I didn't make much progress with the problem

1 Answer
0

This is a challenging problem All applications should be using DNS but we know this isn't always the case. The DNS process is entirely handled on the client, converting the DNS name to an IP. There is no way to check this for a simple file server. This check is possible on a web server - is your file server a web server?

Thinking about solutions, you can always just rip off the bandaid and move the server and update DNS. If you launch an awareness campaign through your IT Organization with published deadlines and an active support campaign post move - you should be good. If you want to do a little more work, you can setup the file server in AWS, replicate the content and setup the old IP address with a proxy to the new server. This way you will be able to see which clients didn't follow the DNS update.

profile pictureAWS
answered 8 months ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions