Symptom:
We try to access a port 1521 service in a VM which has Oracle Linux 7.6 . Ping (ICMP) is working fine. But we get error when we test port via nc or telnetNcat: No route to host.
Solution:
There are quite a few reasons for that.- check your subnet security list, make sure ports are open
- use traceroute and dig to check route table is working as expected
- check target VM linux firewalld is up
Fix it via systemctl stop firewalld ;systemctl disable firewalld
No comments:
Post a Comment