Hello, we have a network with some hosts with static ip adresses; It's happening that some of them are getting disconnected; we would like to monitor network traffic to and from this hosts, could you suggest me wich is the best procedure or filter to set to check this kind of disconnections with wireshark ? asked 15 Dec '15, 10:37 prometeus |
One Answer:
OK,
in this case you would want to split the path between the application server and those hosts into parts, and Wireshark may not be enough for investigation. You may run Wireshark on the application server and watch whether, while the issue exists and you cannot ping them, one of the following happens:
Is the NetGear box really a hub or is it actually a switch? Also, it may sound not scientific enough but when connecting to the host directly from a PC, do you remove the cable from the NetGear and insert it to the PC, or do you disconnect the cable towards the switch port at the host end and replace it with another cable connected to the PC? Rotten or ill-crimped cables as well as specific understanding of L1 speed and duplex negotiation by some equipment vendors can create mysterious behaviour, while Wireshark can only tell you what happens starting from L2 upwards. If we talk about robots, there may be EMC issues, long cables, damaged cables... all that affects L1 so it is invisible for Wireshark (except consequences). answered 16 Dec '15, 04:23 sindy edited 16 Dec '15, 06:21 Dear Sindi OK I will split in parts and Start from the application server For now:
I will let you know later Thanks for your Support (17 Dec '15, 01:35) prometeus Hallo Sindy, I have a feedback with regards of this problems. Basically we solved these problems installing near each robot a netgear gigabit swithc GS105Ev2. What's happened in your opinion. Regards (01 Apr '16, 01:32) prometeus 1 I could suspect two types of explanation, but too much information is missing:
But I guess once you've already spent the $$$ and it has solved the issue, there is little practical value of this information. (01 Apr '16, 06:52) sindy |
Please precise what you mean by "getting disconnected", I guess their Ethernet cables do not jump out of the switch? I.e. what application reports the disconnection?
Hallo Sindy,
thanks for your comment.
I mean we cannot control them or even ping them.
These hosts are robots being controlled by an application server through a netgear hub. These hosts don't get disconnected when we connect directly to them (i mean without any hub, switch or application server controlling them). On the application server there is a software controlling their status (this is the same software running on the pc we use for debug), we randomly detect these losses but on the contrary when we connect directly through a pc we can control them.
So we want to trace the reason of these disconnections