12-01-2014, 02:06 PM
(This post was last modified: 12-02-2014, 12:43 PM by aealvarez3.)
I am attempting to set up an RSS feed between two servers running RHEL 6.5. S1 is serving as the host and has the torrents that are in the RSS feed. S2 is the client trying to download the torrents throught the RSS feed. On S2 I get the error
I can ping between the two servers so I know they are reachable. I have also allowed all the ports necessary on my iptables file on both servers.
Yet I still get the same 'No route to host' error. I'm not sure what else to try. Thanks in advance for the help.
Code:
I/O Exception while downloading 'http://192.168.23.7:6889/feed.xml' , No route to host
I can ping between the two servers so I know they are reachable. I have also allowed all the ports necessary on my iptables file on both servers.
Code:
-A INPUT -p tcp --dport 56742 -j ACCEPT
-A INPUT -p udp --dport 56742 -j ACCEPT
-A INPUT -p tcp --dport 6889 -j ACCEPT
-A INPUT -p udp --dport 6889 -j ACCEPT
-A INPUT -p tcp --dport 6969 -j ACCEPT
-A INPUT -p udp --dport 6969 -j ACCEPT
Yet I still get the same 'No route to host' error. I'm not sure what else to try. Thanks in advance for the help.