View Single Post
  #2 (permalink)  
Old 05-Jul-2009, 16:04
framp's Avatar
framp framp is offline
Student Penguin
 
Join Date: Oct 2008
Location: Stuttgart, Germany
Posts: 76
framp hasn't been rated much yet
Default Re: Ports connection refused

First of all make sure your firewall is disabled.
Code:
iptables -L -vn
should give something like
Code:
Chain INPUT (policy ACCEPT 25323 packets, 21M bytes)
 pkts bytes target     prot opt in     out     source               destination

Chain FORWARD (policy ACCEPT 0 packets, 0 bytes)
 pkts bytes target     prot opt in     out     source               destination

Chain OUTPUT (policy ACCEPT 25294 packets, 4586K bytes)
 pkts bytes target     prot opt in     out     source               destination
Then check whether you have the ports open on your SuSE box with
Code:
netstat -lnt
Reply With Quote