2

How can I display all sockets opened for a particular interface?

  • What I was looking for was: ss -a0p –  Feb 17 '11 at 17:11
  • glad you found an answer. It might be helpful (for others) if you were to write it as an answer. (Yes, answering your own question) – Norky Jun 10 '11 at 08:16

2 Answers2

-2

Have you tried the -i parameter in netstat ?

-2

That would be netstat -I interface.

Gian
  • 97
  • 1