Check 1 - Confirm the DNS server used by the systems involved.
1. Run the nslookup query against the hosts observing connection issues. This should be done using the FQDN, shortname, and IP address. It is possible to have FQDN resolve correctly, but if multiple reverse lookup addresses exist, multiple IPs may be returned for a single hostname which can cause an issue; furthermore, in some instances FQDN resolution will work, but shortname does not. All these are indicative of a DNS issue.
nslookup FQDN
nslookup ShortName
nslookup IP_ADDRESS
2. The above commands return the DNS server address used. Make sure you can resolve the DNS server (FQDN, shortname, IP address) and ping the DNS server. If more than one DNS server is used, PING each DNS server. Then Ping using its IP Address to verify if the IP works but Name does not.
ping DNS_SERVER_ADDRESS
Check 2 - Check the system's local HOSTS File.
Check 3 - Ping two local computers in the same subnet. Then ping two computers in different subnets: Ping the Server from the Client, and the Client from the Server, so forth Ping using its "Long Name" and "Short Name": Both Directions. Then ping using the IP Address of each machine to verify if IP works but Name does not.
Check 4 - Ping 'GOOGLE.COM' just to verify your connection outside your building. This is only required if the connection is not on an isolated local networker (LAN) and goes over the Internet (WAN).
Check 5 - In the DNS Server, enter long name (FQDN) and also the short name so that it resolves to the same IP Address (do this for the Server and Client).
Check 6 - In the DNS Server, both forward and reverse lookup must work. How to Configure DNS Forward & Reverse Lookup Zones?
Check 7 - If your DNS is statically assigned, (manually entered on the local machine) you must verify the correct values in your network properties. Make sure it is within your local IP range with NO Conflicts.
On Windows, click Start, locate the Control Panel, and then click Network Connections. Change TCP/IP settings
On Linux, Configuring IP and DNS settings can vary depending on the Linux distribution and packages installed on the system. See vendor-specific documentation.
Check 8 - If your DNS is dynamically assigned (by the DHCP server) and you access a Client or Server (or any host) by using a name other than its DNS hostname, a DNS Alias record is needed.
Check 9 - Set the Firewall rules to allow inbound and outbound TCP packets both to-and-from the Service ports. Set the connection port and service port range for a server, client, or node. For Dell products, see the official product guides available on Dell Support-NetWorker.
Check 10 - Check any Local Network Settings such as Access Control List (ACL), Virtual Local Area Networks (VLANs). Are the two machines on different VLAN's or different Networks that are not communicating? You can mention this by the different IP address ranges being used. Your local IT group modifies ACL or VLANS if needed. See the 'Inside' and 'Outside' Port settings to communicate through a Firewall.
Check 11 - Clear DNS Cache using the commands below for Windows:
How to flush the DNS Cache and Re-register with DNS?
Open a "Command Prompt" right-click and choose "Run As Administrator" or "Root User"
type: IPCONFIG
IPCONFIG /all - Display full configuration information.
IPCONFIG /release [adapter] - Release the IP address for the specified adapter.
IPCONFIG /renew [adapter] - Renew the IP address for the specified adapter.
IPCONFIG /flushdns - Purge the DNS Resolver cache.
IPCONFIG /registerdns - Refresh all DHCP leases and re-register DNS names.
IPCONFIG /displaydns - Display the contents of the DNS Resolver Cache.
IPCONFIG /showclassid adapter - Display all the DHCP class IDs allowed for adapter.
IPCONFIG /setclassid adapter [classid] - Modify the DHCP class id.
On Linux, flushing DNS can vary depending on the Linux distribution and packages installed on the system. See vendor-specific documentation.
Check 12 - Use a Trace Route test to verify your NIC is active and if DNS is working:
Linux: sudo traceroute TARGET_IP_ADDRESS
Windows: tracert TARGET_IP_ADDRESS
Check 13 - Now test your DNS lookup to Google's DNS with: nslookup 8.8.8.8
Check 14 - Port forwarding is where you connect to a port on a gateway machine or router and it automatically forwards you to another port on another machine. If 'Port Mapping' or 'Port Forwarding' is in use, verify port numbers and if it is within the required Port Range. If these are misconfigured or pointing to invalid Ports, you cannot connect.
Check 15 - A MAC address is a hardware address that uniquely identifies each node of a network. Each NIC would have a MAC address. Verify if there are conflicting MAC addresses or if one of the MAC addresses have been put on a block list. If possible, test the connection using a different NIC card.
For NetWorker:
For Avamar:
For SourceOne:
For Data Domain: