Muad_dib77 wrote:Skype and MSN seems to drop the connection every 1.5mins or so..drops the connection & reconnections..
I'm assuming that you don't have a load of P2P traffic etc on the wire when the connection drops? If so, stop complaining
If not, then read on:
With Skype and MSN running, launch a command prompt. Type
ipconfig and note the gateway address:
- Code: Select all
C:\ipconfig
Windows IP Configuration
Ethernet adapter Wireless Network Connection:
Connection-specific DNS Suffix . :
IP Address. . . . . . . . . . . . : 192.168.1.2
Subnet Mask . . . . . . . . . . . : 255.255.255.0
Default Gateway . . . . . . . . . : 192.168.1.1
Kick off a constant ping to the gateway address:
- Code: Select all
C:\ping 192.168.1.1 -t
Pinging 192.168.1.1 with 32 bytes of data:
Reply from 192.168.1.1: bytes=32 time=9ms TTL=255
Reply from 192.168.1.1: bytes=32 time=7ms TTL=255
Reply from 192.168.1.1: bytes=32 time=7ms TTL=255
Reply from 192.168.1.1: bytes=32 time=8ms TTL=255
Reply from 192.168.1.1: bytes=32 time=7ms TTL=255
Reply from 192.168.1.1: bytes=32 time=8ms TTL=255
....
Open up another command prompt window and kick off a constant ping to an internet host i.e
www.eircom.net:
- Code: Select all
C:\ping www.eircom.net -t
Pinging home.eircom.net [159.134.198.138] with 32 bytes of data:
Reply from 159.134.198.138: bytes=32 time=76ms TTL=60
Reply from 159.134.198.138: bytes=32 time=363ms TTL=60
Reply from 159.134.198.138: bytes=32 time=285ms TTL=60
Reply from 159.134.198.138: bytes=32 time=84ms TTL=60
Reply from 159.134.198.138: bytes=32 time=73ms TTL=60
...
Arrange the 2 command prompt windows so as you can see your MSN and Skype icons in the the taskbar, as you see them disconnecting, pay attention to the two pings, scenarios are:
1. If the ping to the gateway fails, its most likely a router hardware / config issue. turn on logging on the router to see if any errors are apparent.
2. If the ping to
www.eircom.net fails (but the gateway ping stays up), then your internet connection is dodgy. Check cables / call your ISP
3. If both fail, see point 1
CJ