S sritce Posts: 47 +0 Mar 3, 2009 #1 Hi I need to keep my internet active all time..else it get disconnected...so i need some software or some script which ping some sites all time automatically...thanks in advance...
Hi I need to keep my internet active all time..else it get disconnected...so i need some software or some script which ping some sites all time automatically...thanks in advance...
G gguerra Posts: 314 +0 Mar 3, 2009 #2 There are many utilities to do this. Let me google that for you http://lmgtfy.com/?q=keep+internet+connection+alive
There are many utilities to do this. Let me google that for you http://lmgtfy.com/?q=keep+internet+connection+alive
D DelJo63 Mar 3, 2009 #3 easy; Two solutions ping your ISP Gateway or better (imo), ping the ISP DNS address navigate to your %profile% on XP: \Documents and Settings\LoginID\ on Vista: \Users\LoginID\get notpad runningadd one line to the file ping -t addressyour DNS is easily found with ipconfig /all your gateway address depends upon if you have a router without a router, it's shown in the IPCONFIG above with a router, login to the admin page find the WAN side page the gateway will be seen thereSave the notepad file as pingGateway.bat or pingDNS.bat (depending upon the address you inserted) when you need to run the ping use run->.\pingDNS.bat and minimize the window.
easy; Two solutions ping your ISP Gateway or better (imo), ping the ISP DNS address navigate to your %profile% on XP: \Documents and Settings\LoginID\ on Vista: \Users\LoginID\get notpad runningadd one line to the file ping -t addressyour DNS is easily found with ipconfig /all your gateway address depends upon if you have a router without a router, it's shown in the IPCONFIG above with a router, login to the admin page find the WAN side page the gateway will be seen thereSave the notepad file as pingGateway.bat or pingDNS.bat (depending upon the address you inserted) when you need to run the ping use run->.\pingDNS.bat and minimize the window.