firewall - Linux; How do I find logs if a program I'm running uses certain ports? -



firewall - Linux; How do I find logs if a program I'm running uses certain ports? -

i running centos 5 csf firewall. i'm running programme can't connect server (using port blocked csf presume). log file 'ports'?

netstat command utilize ports , network activity. diagonise server processes use:

netstat -tln

this yields port numbers in tcp mode listening. identify associated processes can utilize -p grab pid. here iana ports list.

linux firewall ports

Comments

Popular posts from this blog

java - How to set log4j.defaultInitOverride property to false in jboss server 6 -

c - GStreamer 1.0 1.4.5 RTSP Example Server sends 503 Service unavailable -

Using ajax with sonata admin list view pagination -