Monitoring all incoming connections

Is there any kind of application that I could run from the shell that would show me (live) any connections made to my node on any port?

I'm mostly interested in monitoring port(s) 25 and 110 on my node.

EDIT: I've found netstat and lsof but I was wanting something a little less "interactive".. Something I can just sit there and wait for connections to these ports.

Thanks!

2 Replies

Perhaps iptraf (with a filter using only ports 25 and 110) could be of use?

Oh.. That is PERFECT! Where do you find these things! :-)

Thanks again.

Reply

Please enter an answer
Tips:

You can mention users to notify them: @username

You can use Markdown to format your question. For more examples see the Markdown Cheatsheet.

> I’m a blockquote.

I’m a blockquote.

[I'm a link] (https://www.google.com)

I'm a link

**I am bold** I am bold

*I am italicized* I am italicized

Community Code of Conduct