Configuring ports?

So how do I verify if I have certain ports open?

Thanks,

Ray

1 Reply

to see TCP ports open and listening:

ss -l -t

to see UDP ports:

ss -l -u

(you may also add the -n parameter to switch to numeric results only)

but doesn't mean those ports are publicly accessible, your firewall may be blocking (or allowing!) access to them.

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