LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - General (https://www.linuxquestions.org/questions/linux-general-1/)
-   -   Line command to see what's using the net? (https://www.linuxquestions.org/questions/linux-general-1/line-command-to-see-whats-using-the-net-307914/)

Rotwang 03-30-2005 02:48 PM

Line command to see what's using the net?
 
I'm seeing network activity on my cable modem, but I don't know what process is using the net. What line command can i run to see. thanks

cereal83 03-30-2005 02:50 PM

netstat with a certain option can show what listening or whats using the net I believe!

Optimistic 03-30-2005 03:29 PM

A netstat -d should do the trick. If you need more info then man netstat.

cs-cam 03-30-2005 07:05 PM

Could just be your provider pinging you.

makuyl 03-31-2005 12:55 AM

Try: netstat -tupan
My lights on the ADSL modem are blinking just like yours, but the stuff is being stopped at the router. According to the routers log it's mostly to ports 135 and 445, namely MS NetBios getting probed by some bots and scripts. Somehow I'm not too worried about this ;) , especially since iptables blocks them as well.


All times are GMT -5. The time now is 05:26 PM.