LinuxQuestions.org
Visit Jeremy's Blog.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - General
User Name
Password
Linux - General This Linux forum is for general Linux questions and discussion.
If it is Linux Related and doesn't seem to fit in any other forum then this is the place.

Notices


Reply
  Search this Thread
Old 01-14-2008, 01:33 PM   #1
frenchn00b
Senior Member
 
Registered: Jun 2007
Location: E.U., Mountains :-)
Distribution: Debian, Etch, the greatest
Posts: 2,561

Rep: Reputation: 57
Someone knows how to reset a NETGEAR router ?


The regular ones, Netgear
http://upload.wikimedia.org/wikipedi...ar_router1.jpg

Is there a Genius somewhere for this ?
thanks

--
I am sorry I was meaning with a pc (without any physical action, i.e. presssure of the reset button on the router itself).
I would like to program sthg that detects that the router is gone, and send a command to it to reset it automatically.

Last edited by frenchn00b; 01-14-2008 at 04:11 PM.
 
Old 01-14-2008, 01:38 PM   #2
bsdunix
Senior Member
 
Registered: May 2006
Distribution: BeOS, BSD, Caldera, CTOS, Debian, LFS, Mac, Mandrake, Red Hat, Slackware, Solaris, SuSE
Posts: 1,761

Rep: Reputation: 80
Reset instructions are listed here:

http://kbserver.netgear.com/kb_web_files/N100651.asp
 
Old 01-14-2008, 04:11 PM   #3
frenchn00b
Senior Member
 
Registered: Jun 2007
Location: E.U., Mountains :-)
Distribution: Debian, Etch, the greatest
Posts: 2,561

Original Poster
Rep: Reputation: 57
Quote:
Originally Posted by bsdunix View Post
Reset instructions are listed here:

http://kbserver.netgear.com/kb_web_files/N100651.asp
I am sorry I was meaning with a pc (without any physical action, i.e. presssure of the reset button on the router itself).
I would like to program sthg that detects that the router is gone, and send a command to it to reset it automatically.
 
Old 01-14-2008, 04:44 PM   #4
elliott678
Member
 
Registered: Mar 2005
Location: North Carolina
Distribution: Arch
Posts: 977

Rep: Reputation: 74
The only thing I could think of outside of possibly the web interface, would be through telnet, but I don't believe Netgear releases the necessary information to make that possible.
 
Old 01-14-2008, 06:40 PM   #5
bsdunix
Senior Member
 
Registered: May 2006
Distribution: BeOS, BSD, Caldera, CTOS, Debian, LFS, Mac, Mandrake, Red Hat, Slackware, Solaris, SuSE
Posts: 1,761

Rep: Reputation: 80
Quote:
Originally Posted by frenchn00b View Post
The regular ones, Netgear
These are not managed devices, you need physical access.
 
Old 01-15-2008, 01:23 PM   #6
frenchn00b
Senior Member
 
Registered: Jun 2007
Location: E.U., Mountains :-)
Distribution: Debian, Etch, the greatest
Posts: 2,561

Original Poster
Rep: Reputation: 57
Please help, this NETGEAR is daily getting crap, and needs to be reset physically.

If the firefox can enter after login / password, and then, click on reset, is there any way to reset router with wget and .wget/cookies... ?

(What a crap when your router is leaving you away)
please help
 
Old 01-15-2008, 02:09 PM   #7
frenchn00b
Senior Member
 
Registered: Jun 2007
Location: E.U., Mountains :-)
Distribution: Debian, Etch, the greatest
Posts: 2,561

Original Poster
Rep: Reputation: 57
The most relevant information and tricks that I could find were those:
#

http://www.ip-phone-forum.de/archive.../t-145661.html

http://www.ip-phone-forum.de/archive...p/t-76638.html
Code:
#######################snip
#!/bin/bash
cd /tmp
wget --user="admin" --password="XXXXXXX" -O /tmp/index.html "http://192.168.0.1/setup.cgi?todo=reboot&this_file=diag.htm&next_file=diag_rt.htm"
sleep 100
/etc/init.d/asterisk stop
sleep 20
/etc/init.d/asterisk start
######################snap
http://kbserver.netgear.com/kb_web_files/n101209.asp

http://www.fonboard.de/viewtopic.php...51&view=unread

http://sarwiki.informatik.hu-berlin....etgear_wgt634u


Any ideas what for we should start to do with as trial to reset this netgeaar box ?

thanks for help !

to check hte internet, should I do :
a :
Code:
 rm /tmp/ip ;  wget http://ip.dnsexit.com -O /tmp/ip
 
Old 01-15-2008, 02:15 PM   #8
frenchn00b
Senior Member
 
Registered: Jun 2007
Location: E.U., Mountains :-)
Distribution: Debian, Etch, the greatest
Posts: 2,561

Original Poster
Rep: Reputation: 57
Quote:
Originally Posted by frenchn00b View Post
The most relevant information and tricks that I could find were those:
#

http://www.ip-phone-forum.de/archive.../t-145661.html

http://www.ip-phone-forum.de/archive...p/t-76638.html
Code:
#######################snip
#!/bin/bash
cd /tmp
wget --user="admin" --password="XXXXXXX" -O /tmp/index.html "http://192.168.0.1/setup.cgi?todo=reboot&this_file=diag.htm&next_file=diag_rt.htm"
sleep 100
/etc/init.d/asterisk stop
sleep 20
/etc/init.d/asterisk start
######################snap
http://kbserver.netgear.com/kb_web_files/n101209.asp

http://www.fonboard.de/viewtopic.php...51&view=unread

http://sarwiki.informatik.hu-berlin....etgear_wgt634u


Any ideas what for we should start to do with as trial to reset this netgeaar box ?

thanks for help !

to check hte internet, should I do :
a :
Code:
 rm /tmp/ip ;  wget http://ip.dnsexit.com -O /tmp/ip

pitty,
the script says:
ext_file=diag_rt.htm: No such file or directory
 
Old 01-18-2008, 07:01 AM   #9
frenchn00b
Senior Member
 
Registered: Jun 2007
Location: E.U., Mountains :-)
Distribution: Debian, Etch, the greatest
Posts: 2,561

Original Poster
Rep: Reputation: 57
somebdy mb. ?
Greetings
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Router needs hard reset spotslayer Linux - Wireless Networking 2 05-26-2005 08:29 PM
Why do I sometimes have to reset my router to get an IP address JohanP0 Linux - Wireless Networking 2 05-01-2005 04:33 AM
wireless only works when router is reset dns21 Linux - Wireless Networking 2 12-19-2004 02:48 AM
netopia router, reset slackwarefan General 2 09-16-2004 04:13 PM
Linux Router & Netgear Wireless Router DMaCATO Linux - Wireless Networking 1 04-30-2004 09:16 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - General

All times are GMT -5. The time now is 04:39 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration