I have two Red Hat servers. On Server A, I have a server process listening on a specific port. On Server B, I have an application which needs to connect to Server A on this port. The server and the client are both Java processes running under Tomcat. The stack trace on Server B reports a "NoRouteToHostException" and I can get basically the same error message when I try to connect to the port using telnet.
It's not a complete problem with communication between the servers because I can connect to port 80 on Server A and I can also SSH to Server A.
On server A, I am able to confirm that the server is listening to the port using netstat.
I'm not using host names, only IP addresses.
I can't ping either box from the other one.
As far as I can tell, there's no firewall software running on either box. This is based on looking through the output of [tt]ps -ef[/tt] for iptables.
I know that the normal explanation of this problem is that there's a firewall running and blocking the port, but there's no firewall here.
Is there another explanation that anyone knows of?
Any ideas or insight would be greatly appreciated.
Thank you.
--
-- Ghodmode
Give a man a fish and he'll come back to buy more... Teach a man to fish and you're out of business.
It's not a complete problem with communication between the servers because I can connect to port 80 on Server A and I can also SSH to Server A.
On server A, I am able to confirm that the server is listening to the port using netstat.
I'm not using host names, only IP addresses.
I can't ping either box from the other one.
As far as I can tell, there's no firewall software running on either box. This is based on looking through the output of [tt]ps -ef[/tt] for iptables.
I know that the normal explanation of this problem is that there's a firewall running and blocking the port, but there's no firewall here.
Is there another explanation that anyone knows of?
Any ideas or insight would be greatly appreciated.
Thank you.
--
-- Ghodmode
Give a man a fish and he'll come back to buy more... Teach a man to fish and you're out of business.