#Way to see outgoing communication attempts?
5 messages · Page 1 of 1 (latest)
So to check for listening ports, Mint's Firewall app will do this (see the Report tab).
Or via a terminal, sudo ss -tulpn
(Note that this only shows ports being listened for, not connected to)
If you want to see network communications in realtime, WireShark has been a standard tool for this use for a long time.
Ahh ok , thanks for the response, it shows the application as using port "53745" but I seem to recall there is only about 25550 ports that can be used?
That can't be true, at least one application I know will listen to port 25565.
I believe it stops at 65535: the limit of an unsigned 16-bit address.
ahh my information is wrong then, but lucky me as soon as I add the rule the concerned software started working so I have clearly found the solution.!