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

link|improve this question
What I was looking for was: ss -a0p – Andrei 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 8:16
feedback

migrated from stackoverflow.com Feb 17 '11 at 21:14

This question came from our site for professional and enthusiast programmers.

2 Answers

Have you tried the -i parameter in netstat ?

link|improve this answer
that displays interfaces statistics, not open/listening sockets – Norky Jun 10 '11 at 8:13
feedback

That would be netstat -I interface.

link|improve this answer
that displays interfaces statistics, not open/listening sockets – Norky Jun 10 '11 at 8:13
feedback

Your Answer

 
or
required, but never shown