Web interface

From DD-WRT Wiki

(Difference between revisions)
Jump to: navigation, search
Revision as of 20:21, 17 December 2005 (edit)
24.232.175.25 (Talk)
(Introduction)
← Previous diff
Revision as of 22:15, 18 December 2005 (edit) (undo)
Atzekalle (Talk | contribs)
m (page vandalism removed)
Next diff →
Line 3: Line 3:
This is an infant wiki! Please help by fixing formatting and adding content! This is an infant wiki! Please help by fixing formatting and adding content!
- +=Introduction=
 +The easiest way to configure your WRT54G with DD-WRT installed is from the web interface. This provides an experience more like configuring a desktop application. :-)
 +<center>
 +[[Image:Wpa2.JPG|thumb|none|600px|The current standard interface of v23]]
 +</center>
=Accessing= =Accessing=
Line 33: Line 37:
This interface has been used in v22 and before, the new v23 and v24 interface has been completely redesigned and supports multiple languages and skins (take a look at the screenshot above)but you can still see the basic DD-WRT interface setup by viewing the simulation. This interface has been used in v22 and before, the new v23 and v24 interface has been completely redesigned and supports multiple languages and skins (take a look at the screenshot above)but you can still see the basic DD-WRT interface setup by viewing the simulation.
-=ip address or reboot your computer.+=Troubleshooting=
 +If you forget your router's IP address or Password you can press and hold the reset button on the back of the router for 5-30 seconds. This will reset all ''settings'' to their default, including the IP address and password. '''This will not unflash your router to the default firmware''' This will not work if ''Resetbuttond'' is set to disabled.
 + 
 +Make sure you are on the same subnet as your router. If your router is 192.168.1.1 and your computers ip address is 192.168.2.50 you may not be able to access the interface. Correct your computers ip address or reboot your computer.
---- ----
'''You are here: ''' '''[[Main Page]]'''/'''[[DD-WRT Docu (EN)]]'''/'''[[Web Interface]]''' '''You are here: ''' '''[[Main Page]]'''/'''[[DD-WRT Docu (EN)]]'''/'''[[Web Interface]]'''

Revision as of 22:15, 18 December 2005

You are here: Main Page/DD-WRT Docu (EN)/Web Interface

This is an infant wiki! Please help by fixing formatting and adding content!

Contents

Introduction

The easiest way to configure your WRT54G with DD-WRT installed is from the web interface. This provides an experience more like configuring a desktop application. :-)

The current standard interface of v23
The current standard interface of v23

Accessing

  • Open a web browser
  • In the location bar, enter <Router_IP>
  • Hit Enter/Return or click Go
  • There is no username to enter
  • Enter the password for your router.

By default, <Router_IP> is 192.168.1.1
Default username is left blank however use root (so username and pwd can be saved to browser [or use firefox, cause it doesn't care])
Default password is admin


Regaining access

If for some reason you completly lose web access to the router (for example, at least in the official v23-beta2, you can't prevent wireless access to the web interface without also preventing wired access to it. I don't know if it's a bug or a feature but still, it's there), you can ssh into the router and start the web server by entering the following command: "httpd -d /www"
To connect through secure http, add the option -S at the end of the command. See the httpd man pages for more information about that command.

You can use this behavior to get a more secure router by activating the web interface only when you need to configure it, and then close the web server once you're done.
To close the web server, run the command " kill `cat /tmp/var/run/httpd.pid` " (note the backquotes) or " kill `cat /tmp/var/run/httpsd.pid` " if you ran the web server with the option -S to get secure http.

Simulation

The Old Alchemy interface of DD-WRT v22
The Old Alchemy interface of DD-WRT v22

A setup simulation of the old alchemy interface can be found here:


http://www.0711-stuttgart.de/192.168.1.23


This interface has been used in v22 and before, the new v23 and v24 interface has been completely redesigned and supports multiple languages and skins (take a look at the screenshot above)but you can still see the basic DD-WRT interface setup by viewing the simulation.

Troubleshooting

If you forget your router's IP address or Password you can press and hold the reset button on the back of the router for 5-30 seconds. This will reset all settings to their default, including the IP address and password. This will not unflash your router to the default firmware This will not work if Resetbuttond is set to disabled.

Make sure you are on the same subnet as your router. If your router is 192.168.1.1 and your computers ip address is 192.168.2.50 you may not be able to access the interface. Correct your computers ip address or reboot your computer.


You are here: Main Page/DD-WRT Docu (EN)/Web Interface