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

Using Android Volley to post an array to PHP -

python - How to add an model instance to a django queryset? -

angularjs - No 'Access-Control-Allow-Origin' error from local domain to public API -