Hi all, Don't eat me alive please, I'm a total noob to this area of computing. My ISP has informed me that his firewall resets a customer's broadband if the customer opens more than 30 connections. This is to prevent file-sharing causing contention issues apparently. My problem is that I have no idea how many connections the two PCs here at home have open (or active?) at any one time. He has told me to download WireShark and use it to find this information out. The problem is that I have no clue how to use WireShark and while I am trying to read up on it, some of the terminology is beyond me. So to my question: Can Wireshark show me how many connections I have open on both PCs here at home? (I don't need the total number of connections opened, I need the current number of open connections, and a min & max number would be great also). If so, can you explain to me how to do it please? If you need further info please just ask. Thanks. asked 20 Aug '12, 11:01 r011ingthunder |
One Answer:
It might be possible to beat it into doing so, but it'd be difficult - you'd have to track TCP connection opens and closes. (I'm assuming here that "connections" refers to TCP connections.) If you're willing to try the command line, the
answered 20 Aug '12, 13:45 Guy Harris ♦♦ edited 20 Aug '12, 13:46 |
Thanks! The netstat -sp tcp does exactly what I want. It doesn't give a running total unfortunately, but I can keep trying it at peak times on both machines. Just from initial viewings it would seem I'm nowhere near the 30 limit. Is it normal for ISPs to throttle broadband that way? Oh and yes, of course a minimum number would be useless, sorry about that! Thanks again. For info above works on Vista too.