We have an IP Phone system (most models are snom 320). Today someone's phone has decided to stop working. It has an IP address assigned to it by DHCP, and I can sometimes go to it's IP address to view the phone's configuration page. Sometimes the page gives the standard "Unable to connect Firefox can't establish a connection to the server at 192.168.3.173." Message instead.
The really weird thing is if I keep Ping running, I see the ping time is consistantly about 1ms when the page loads, but when it decides not to load it changes to a random time of 20-400ms. As soon as the ping time returns to 1ms the page loads again. These cycles seem to last a few mins at a time.
EG
64 bytes from 192.168.3.173: icmp_req=39 ttl=64 time=1.01 ms
64 bytes from 192.168.3.173: icmp_req=40 ttl=64 time=1.04 ms
64 bytes from 192.168.3.173: icmp_req=41 ttl=64 time=1.04 ms
64 bytes from 192.168.3.173: icmp_req=42 ttl=64 time=1.01 ms
64 bytes from 192.168.3.173: icmp_req=43 ttl=64 time=1.06 ms
--------------------stops loading here----------------------
64 bytes from 192.168.3.173: icmp_req=612 ttl=64 time=6.92 ms
64 bytes from 192.168.3.173: icmp_req=613 ttl=64 time=184 ms
64 bytes from 192.168.3.173: icmp_req=614 ttl=64 time=99.9 ms
64 bytes from 192.168.3.173: icmp_req=615 ttl=64 time=325 ms
64 bytes from 192.168.3.173: icmp_req=616 ttl=64 time=245 ms
64 bytes from 192.168.3.173: icmp_req=617 ttl=64 time=165 ms
64 bytes from 192.168.3.173: icmp_req=618 ttl=64 time=86.0 ms
Does anyone have any idea what's going on or how to fix it?