evening all , just a quick tip for elite for those of us on wireless internet . I found that with Elite it would disconnect from server regularly due to internet drops , i found this generally occured in open flight and such , so i assumed (perhaps incorrectly) that during extended period of no internet connection that my router disconnects, (this only started happening when i switched to wireless internet from pstn - could be router config
not sure)
to get around i just set a ping script running continuously which keeps constant internet traffic on my line but with tiny usage.
If your experiencing similar then it could be worth a go
copy the following and paste it to your windows search box (windows key and ctrl v to paste)
ping 8.8.8.8 -t
this will open a dos windows that will constantly ask google dns server if it is up - generating constant traffic)
close the window to stop the command.
(ping is a network measurement windows comand , part of the operating system commands,
8.8.8.8 is the google dns server,
-t indicates run until interrupted / window closed)
for a file to complete :
open notepad and enter the following
ping 8.8.8.8 -t
and save the file as a .bat.
then just double click to run it.
or copy the file to :
%ProgramData%\Microsoft\Windows\Start Menu\Programs\StartUp
to run at startup automatically.
hope this helps someone
to get around i just set a ping script running continuously which keeps constant internet traffic on my line but with tiny usage.
If your experiencing similar then it could be worth a go
copy the following and paste it to your windows search box (windows key and ctrl v to paste)
ping 8.8.8.8 -t
this will open a dos windows that will constantly ask google dns server if it is up - generating constant traffic)
close the window to stop the command.
(ping is a network measurement windows comand , part of the operating system commands,
8.8.8.8 is the google dns server,
-t indicates run until interrupted / window closed)
for a file to complete :
open notepad and enter the following
ping 8.8.8.8 -t
and save the file as a .bat.
then just double click to run it.
or copy the file to :
%ProgramData%\Microsoft\Windows\Start Menu\Programs\StartUp
to run at startup automatically.
hope this helps someone
Last edited: