You want a listing of open network ports on your system.
Probe your ports from a remote system.
To test a specific TCP port (e.g., SSH):
$ telnet target.example.com ssh
$ nc -v -z target.example.com ssh. read more...
Probe your ports from a remote system.
To test a specific TCP port (e.g., SSH):
$ telnet target.example.com ssh
$ nc -v -z target.example.com ssh. read more...
Comments