How to resolve "Destination Host Unreachable" Issue in Linux | Karan Rajpoot
Destination Host Unreachable in Linux Error: - icmp_seq=2 Destination Host Unreachable Cause: - When you are trying to ping Linux machine from one node to another node then you may face issue "destination host unreachable", the reason behind this issue is the selection of network while creation of Linux machine. Solution: - To resolve this issue you need to select the proper network selection. Example: - In this case, there are two machine prod and dr, When I was tried to ping dr machine from prod then I faced below issue. I checked so many things like firewall, etc/hosts file entries and so on, but didn't get resolution then, at last, I checked my network configuration and found it was set as NAT. I have changed the Network from NAT to the host-only adapter and then tri...