View Single Post
  #4 (permalink)  
Old 06-Jul-2009, 03:47
tuxituk's Avatar
tuxituk tuxituk is offline
Explorer Penguin
 
Join Date: Oct 2008
Location: Manchester
Posts: 121
tuxituk hasn't been rated much yet
Default Re: Ports connection refused

Hi,

The local address column lists the ports that your OpenSuSE box is listening for connections on.

So as an example

0.0.0.0:22 will equate to accepting connections on all local interfaces for port 22 (ssh). This port is opened up by starting the SSHD daemon.

To match the list of port numbers tro actual services take a look in the services file under /etc.

i.e: less /etc/services

You will see a description of the service name and port number used for that service.

hth
J
__________________
Linux# makes_a_network_feel_good.sh

Linux and BSD solutions
Reply With Quote