I am running a Linux server and can not figure out what is blocking port 995. Firewall ist not running. Who can help?
Thanks, Hans
I am running a Linux server and can not figure out what is blocking port 995. Firewall ist not running. Who can help?
Thanks, Hans
Is a program listening on this port ? You can check this:
How you check this port ? (From server, other computer ?). You can check this on server with command:
or (when your application listening only on global IP)
When you check this from other computer, you can check the packet it comes, with tcpdump (running on server):
and connecting again with you other computer.
You can check firewall (iptables) with command: