Forums » Air Combat & Civil Aviation » IL-2: Cliffs of Dover » Ping 101 Active Topics You are not logged in. [Log In] [Register User]
Page 1 of 2 1 2 >
Topic Options
Rate This Topic
Hop to:
#3537850 - 03/13/12 03:59 PM Ping 101
SlipBall Offline
Member

Registered: 05/13/06
Posts: 622
Loc: East Coast U.S.A.
I don't have a lot of experience with online flying, and am having a problem with a time out in ATAG. I noticed when I joined that their ping was at 56, I was warming up and got a time out kick. I joined another server whose ping at the time was 437, I had no problem with that server. So the question, what does the various ping numbers mean, and do I have to join only servers with a high value?...thanks for your incredible wisdom! biggrin
_________________________
Post composed with speech to text, it woks grape!
V1.00.13954

FX 4300 3.8GHz G.Skill sniper 1866 32gb. Raptor 64mb. Evga 660 ti 3gb. Planar 120HZ Win 7.64b


Top
#3537860 - 03/13/12 04:08 PM Re: Ping 101 [Re: SlipBall]
JG52Uther Offline
Member

Registered: 04/20/06
Posts: 371
Loc: Warwickshire UK
Lower ping is better! Might be a server specific issue. I'm not sure how many ATAG guys are on here, so it might be worth either posting in their server thread at 1c, or on their forum (think you have to register first)

Top

#3537863 - 03/13/12 04:10 PM Re: Ping 101 [Re: SlipBall]
FearlessFrog Offline
Senior Member

Registered: 01/08/09
Posts: 4325
Loc: Vancouver, BC
Ping is the round-trip time, so a lower number is better.

What might be happening is that your internet traffic is inconsistent, as in if you open up a Windows console and type:

> ping -n 10 216.52.148.29

..then you should see something like this:

Pinging 216.52.148.29 with 32 bytes of data:
Reply from 216.52.148.29: bytes=32 time=72ms TTL=116
Reply from 216.52.148.29: bytes=32 time=71ms TTL=116
(edit..you get the idea)

Ping statistics for 216.52.148.29:
Packets: Sent = 10, Received = 10, Lost = 0 (0% loss),
Approximate round trip times in milli-seconds:
Minimum = 66ms, Maximum = 72ms, Average = 69ms

So if your connection is inconsistent (say your 'Maximum' value is big, or you have lost packets), you might see long pauses which is causing the server to kick you.

Someone from ATAG might be able to say what the kick limit is set up on the server.

If you need to do some diagnostics, to figure out if it's your router, ISP or something else then you can do a command of:

> tracert 216.52.148.29

..and you'll see the steps your connection uses to get to the ATAG server in Chicago.

Top
#3537868 - 03/13/12 04:22 PM Re: Ping 101 [Re: SlipBall]
SlipBall Offline
Member

Registered: 05/13/06
Posts: 622
Loc: East Coast U.S.A.
Thank you guy's! I will try each of your idea's...another strange deal is ping test fail even though the firewall has a rule to allow. Also tried with the firewall turned off.
_________________________
Post composed with speech to text, it woks grape!
V1.00.13954

FX 4300 3.8GHz G.Skill sniper 1866 32gb. Raptor 64mb. Evga 660 ti 3gb. Planar 120HZ Win 7.64b

Top
#3537870 - 03/13/12 04:23 PM Re: Ping 101 [Re: SlipBall]
FearlessFrog Offline
Senior Member

Registered: 01/08/09
Posts: 4325
Loc: Vancouver, BC
Just include the IP address part, and not the port number (the bit after the colon), i.e. as I wrote it in my post.

Don't turn off the firewall yet smile

Edit: I should have said more clearly, the command:

> ping -n 10 216.52.148.29

..is in three parts, (1) the 'ping' command, i.e. the program to run, the (2) the '-n 10' part, to say 'do this 10 times' as the default is 3 and you might miss a dropped packet and (3) the IP4 address of the ATAG server, which is 216.52.148.29 (I think, I didn't double check for real).


Edited by FearlessFrog (03/13/12 04:25 PM)

Top
#3537872 - 03/13/12 04:29 PM Re: Ping 101 [Re: SlipBall]
SlipBall Offline
Member

Registered: 05/13/06
Posts: 622
Loc: East Coast U.S.A.
What do you think fearless
_________________________
Post composed with speech to text, it woks grape!
V1.00.13954

FX 4300 3.8GHz G.Skill sniper 1866 32gb. Raptor 64mb. Evga 660 ti 3gb. Planar 120HZ Win 7.64b

Top
#3537876 - 03/13/12 04:33 PM Re: Ping 101 [Re: SlipBall]
FearlessFrog Offline
Senior Member

Registered: 01/08/09
Posts: 4325
Loc: Vancouver, BC
It looks good. Maybe run a '-n 30' in there just to see it for longer just in-case.

It might be a server issue, i.e. a brainfart on the software side rather than your connection.

Top
#3537879 - 03/13/12 04:39 PM Re: Ping 101 [Re: FearlessFrog]
SlipBall Offline
Member

Registered: 05/13/06
Posts: 622
Loc: East Coast U.S.A.
Originally Posted By: FearlessFrog
It looks good. Maybe run a '-n 30' in there just to see it for longer just in-case.

It might be a server issue, i.e. a brainfart on the software side rather than your connection.


Yea, I'll try and flag one of them down and ask at their site, thanks Fearless!



Edited by SlipBall (03/13/12 07:19 PM)
_________________________
Post composed with speech to text, it woks grape!
V1.00.13954

FX 4300 3.8GHz G.Skill sniper 1866 32gb. Raptor 64mb. Evga 660 ti 3gb. Planar 120HZ Win 7.64b

Top
#3537881 - 03/13/12 04:42 PM Re: Ping 101 [Re: SlipBall]
JG52Uther Offline
Member

Registered: 04/20/06
Posts: 371
Loc: Warwickshire UK
I've linked your post on the ATAG forum slipBall, maybe one of their guys can have a look if theres anything obvious.

Top
#3537882 - 03/13/12 04:45 PM Re: Ping 101 [Re: SlipBall]
SlipBall Offline
Member

Registered: 05/13/06
Posts: 622
Loc: East Coast U.S.A.
Thanks very much Uther
_________________________
Post composed with speech to text, it woks grape!
V1.00.13954

FX 4300 3.8GHz G.Skill sniper 1866 32gb. Raptor 64mb. Evga 660 ti 3gb. Planar 120HZ Win 7.64b

Top
Page 1 of 2 1 2 >
Topic Options
Rate This Topic
Hop to:

Moderator:  RacerGT 
 

Forum Use Agreement | Privacy Statement
Copyright 1997-2013, SimHQ Inc. All Rights Reserved.