One help required about DSL Router reboot

One help required about DSL Router reboot

Secure Home | Search | About
 Networking Firewalls    Post an article   get this group's latest topics as an RSS feed add this group's latest topics to your My MSN content add this group's latest topics to your My Yahoo content add this group's latest topics to your Google content
Subject Author Date
One help required about DSL Router reboot V S Rawat 03-26-2006
Posted by V S Rawat on March 26, 2006, 7:54 am
If you were  Registered and logged in, you could reply and use other advanced thread options
Hi folks,

I had written about how I was guided by my ISP support guys to
be able to reboot my DSL router by my browser itself to get new
IP address, thus avoiding manual switching on/off.

It is working alright, but I have to start browser for that
which is a long process for FireFox 1.5

I am quoting the source page from browser where I have to click
on save/ reboot button which does the rest.

Could someone please point out if I could create a batch (.cmd)
script for that same thing, or could directly click on some
program in hdd, or could do it by Start-Run entry. That will
save me time.

thanks.
--
<html>
<head>
<meta HTTP-EQUIV='Pragma' CONTENT='no-cache'>
<link rel="stylesheet" href='stylemain.css'
type='text/css'>
<link rel="stylesheet" href='colors.css'
type='text/css'>
<script language="javascript">
<!-- hide

function btnReset() {
var code = 'location.assign("rebootinfo.cgi")';
eval(code);
}

function frmLoad() {
var sysReboot = '0';
var lanRefresh = '0';

if ( sysReboot == '1' )
btnReset();
else if ( lanRefresh == '1' ) {
var code =
'location.assign("resetrouter_en.cgi?lanRefresh=0")';
eval(code);
}
}

function restoreClick() {
var loc = 'restoreinfo.cgi';

var code = 'location.assign("' + loc + '")';

if (confirm("Are you sure you want to restore factory default
setting?"))
eval(code);
}

// done hiding -->
</script>
</head>
<body onLoad='frmLoad()'>
<blockquote><center><br><br>

<strong>Click the button below to save and reboot the
router.</strong><br>
</center></blockquote>
<p align="center">
<input type='button' onClick='btnReset()'
value='Save/Reboot'>
<br>
</p>
<blockquote><center><br><br>
<strong>Restore DSL router settings to the factory
defaults.</strong><br>

</center></blockquote>
<p align="center">
<input type='button' value='Restore Default Settings'
onClick='restoreClick()'>
<br>
</p>

</body>
</html>
<!--
2004120203
-->

--
Rawat


--
Vicky

Posted by Sebastian Gottschalk on March 26, 2006, 7:01 am
If you were  Registered and logged in, you could reply and use other advanced thread options
V S Rawat wrote:

> It is working alright, but I have to start browser for that
> which is a long process for FireFox 1.5

1.3 seconds, if it's not already running. (why the hell should some
close programs?)

> Could someone please point out if I could create a batch (.cmd)
> script for that same thing, or could directly click on some
> program in hdd, or could do it by Start-Run entry. That will
> save me time.

Use "curl". A request to
http://355.354.353.352/resetrouter_en.cgi?lanRefresh=0 with the login
credentials supplied should be enough.

Posted by Duane Arnold on March 26, 2006, 9:24 am
If you were  Registered and logged in, you could reply and use other advanced thread options

> Hi folks,
>
> I had written about how I was guided by my ISP support guys to
> be able to reboot my DSL router by my browser itself to get new
> IP address, thus avoiding manual switching on/off.
>
> It is working alright, but I have to start browser for that
> which is a long process for FireFox 1.5
>
> I am quoting the source page from browser where I have to click
> on save/ reboot button which does the rest.
>
> Could someone please point out if I could create a batch (.cmd)
> script for that same thing, or could directly click on some
> program in hdd, or could do it by Start-Run entry. That will
> save me time.
>
> thanks.

I would suspect not, because the router is using a Winndows Web Interface
with a browser environment and not a Windows Desktop and/or DOS environment.

And what's with the HTML that's part of your sig. Vicky?

Duane :)

> --
> <html>
> <head>
> <meta HTTP-EQUIV='Pragma' CONTENT='no-cache'>
> <link rel="stylesheet" href='stylemain.css'
> type='text/css'>
> <link rel="stylesheet" href='colors.css'
> type='text/css'>
> <script language="javascript">
> <!-- hide
>
> function btnReset() {
> var code = 'location.assign("rebootinfo.cgi")';
> eval(code);
> }
>
> function frmLoad() {
> var sysReboot = '0';
> var lanRefresh = '0';
>
> if ( sysReboot == '1' )
> btnReset();
> else if ( lanRefresh == '1' ) {
> var code =
> 'location.assign("resetrouter_en.cgi?lanRefresh=0")';
> eval(code);
> }
> }
>
> function restoreClick() {
> var loc = 'restoreinfo.cgi';
>
> var code = 'location.assign("' + loc + '")';
>
> if (confirm("Are you sure you want to restore factory default
> setting?"))
> eval(code);
> }
>
> // done hiding -->
> </script>
> </head>
> <body onLoad='frmLoad()'>
> <blockquote><center><br><br>
>
> <strong>Click the button below to save and reboot the
> router.</strong><br>
> </center></blockquote>
> <p align="center">
> <input type='button' onClick='btnReset()'
> value='Save/Reboot'>
> <br>
> </p>
> <blockquote><center><br><br>
> <strong>Restore DSL router settings to the factory
> defaults.</strong><br>
>
> </center></blockquote>
> <p align="center">
> <input type='button' value='Restore Default Settings'
> onClick='restoreClick()'>
> <br>
> </p>
>
> </body>
> </html>
> <!--
> 2004120203
> -->
>
> --
> Rawat
>
>
> --
> Vicky



Similar ThreadsPosted
Cable Modem Router Required with 50-100 Mbps Downstream Speed March 30, 2007, 12:27 pm
MIMO router required that shares bandwidth (plus ideally splits network). November 1, 2005, 10:50 am
[ OutPost ] PROBLEM: PC reboot !!! January 1, 2007, 6:12 pm
devide will reboot shortly December 11, 2007, 9:48 am
BIG PROBLEM - with firewalls sudden reboot July 31, 2007, 10:02 pm
Watchguard is losing routing information after Reboot August 25, 2005, 2:37 am
Home network shares printer & files UNTIL a reboot February 15, 2005, 12:39 pm
Is a firewall required... May 2, 2005, 2:44 pm
Required ports May 29, 2006, 8:25 am
internal firewall suggestions required May 11, 2005, 5:31 am

The site map in XML format XML site map

Contact Us | Privacy Policy