Hi all,<br><br>I've solved this now, even though I'd disabled the firewall in system-config-firewall, I used iptables --list and got<br><br>Chain INPUT (policy ACCEPT)<br>target prot opt source destination <br>
ACCEPT all -- anywhere anywhere state RELATED,ESTABLISHED <br>ACCEPT icmp -- anywhere anywhere <br>ACCEPT all -- anywhere anywhere <br>
ACCEPT tcp -- anywhere anywhere<br>state NEW tcp dpt:ssh <br>REJECT all -- anywhere anywhere reject-with icmp-host-prohibited <br><br>Chain FORWARD (policy ACCEPT)<br>target prot opt source destination <br>
REJECT all -- anywhere anywhere reject-with icmp-host-prohibited <br><br>Chain OUTPUT (policy ACCEPT)<br>target prot opt source destination <br><br>so I disabled iptables in serviceconf, and now everything is working.<br>
<br>Thanks,<br><br>Jonny<br><br><br>