Answer the question
In order to leave comments, you need to log in
Is it possible to find out which connection a specific application is opening with the nestat command?
How to find out which connection the application opens?
Explanation:
I want to ping servers. Lost connection. I want to find out why this is happening. Is it possible to ping a server on different interfaces? Let's say I have wlan0 besides eth0 - how to ping?
Answer the question
In order to leave comments, you need to log in
netstat?
-b Display the executable involved in the creation of
each connection, or the port that is waiting. Sometimes known
executables contain multiple independent
components. Then the sequence of components
involved in the creation of the connection, or the waiting port is displayed. In
this case, the name of the executable file is below in brackets
[], above is the component it calls, and so on until
TCP/IP is reached. Note that this approach
can take a long time and requires sufficient permissions.
netstat -bno
to help
ping -S
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question