Linksys WAG354G Hidden Pages

From Edgar BV Wiki
Jump to navigation Jump to search

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/2001/REC-xhtml11-20010531/DTD/xhtml11-flat.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"><head>


<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> <meta http-equiv="Content-Language" content="English"> <meta name="Author" content="Matt Dibb"> <meta name="Robots" content="index,follow"> <meta name="Description" content="mdibb.net"> <meta name="Keywords" content="matt dibb, css, html, c#, .net, dotnet, xml, xslt, xhtml, web, freeware, free software, css, html"> <title>Linksys WAG354G Hidden Pages » mdibb.net</title> <link rel="stylesheet" type="text/css" href="Linksys%20WAG354G%20Hidden%20Pages%20%BB%20mdibb.net_files/style.css"> <link rel="alternate" type="application/rss+xml" title="RSS 2.0" href="http://www.mdibb.net/rss/"></head><body>

<form id="search_engine" method="post" action="">

<label class="header" for="search_query">Search</label> <input name="search_query" alt="Search" class="text" id="search_query" type="text"> <input name="search" tabindex="100" class="searchbutton" value="Go" type="submit">

   </form>
               

<a href="http://www.mdibb.net/" title="Home">mdibb.net</a>

Linksys WAG354G Hidden Pages

The

Linksys WAG354G router is an ADSL router and wireless access point that is sold in the UK. As well as looking kinda cool (as far as these things go) and actually being a pretty decent and reliable bit of kit with some useful features(which seems to be something of a rarity these days!), its mildly interesting in that it uses a MIPS Linux distrubtion as its firmware. Because Linux is under the GPL license, Linksys have actually made the fireware source code available for download - you can <a href="http://www-uk.linksys.com/servlet/Satellite?childpagename=UK%2FLayout&packedargs=c%3DL_Download_C2%26cid%3D1129319258597%26sku%3D1123521940633&pagename=Linksys%2FCommon%2FVisitorWrapper" title="Download page for WAG354G source code">actually download the source code here</a>, so if you are feeling adventurous/lucky you can create your own version of the firmware as far as I know.

   <script type="text/javascript"></script>
   <script type="text/javascript" src="Linksys%20WAG354G%20Hidden%20Pages%20%BB%20mdibb.net_files/show_ads.js">
   </script><iframe name="google_ads_frame" src="Linksys%20WAG354G%20Hidden%20Pages%20%BB%20mdibb.net_files/ads_002.htm" marginwidth="0" marginheight="0" vspace="0" hspace="0" allowtransparency="true" frameborder="0" height="250" scrolling="no" width="300"></iframe>



Interestingly, the administration web interface uses ".asp" pages which is a Microsoft technology, so I was having a poke around in the source code to find out what was going on (it turns out it uses a server called "milli_httpd" which appears to be a modified version of previous works by <a href="http://www.acme.com/jef/" title="Jef Poskanzer's page">Jef Poskanzer </a>of <a href="http://www.acme.com/" title="ACME Labs page">ACME Labs</a>), I found where the pages for the administration interface are kept. Turns out there are a few interesting pages lurking in there which aren't normally available through the admin interface, so I thought I'd put them up on here as someone else might find them useful (obviously, try these at your own risk). These are all present with firmware version 1.01.05 (Oct 20 2005):

<tbody> </tbody>
PageName Description
ADSLCStatus.htm Probably

the most useful page - gives you a handy breakdown of the current ADSL status - here is what is currently visible on my router:

  • ADSL Line Type - e.g. "GDMT"
  • ADSL Line CodingADSL Line Coding - i.e. "FAST" or interleaved.
  • Line Attenuation up & down
  • Noise Margin (i.e. signal to noise ratio - SNR) up & down
  • Total Output Power up & down - always seems to be 0 for me
  • Current State - up and down sync speeds in kbps
  • "undefined" - seems to be sync-status, e.g. "UP", "TRAINING"
  • FEC(FAST) error count near & far
  • FEC(INTERL) error count near & far
  • CRC(FAST) error count near & far
  • "undefined" near & far - not sure about this one; not seen anything other than 0 for it though.
  • HEC(FAST) error count near & far
  • HEC(FAST) error count near & far
  • Showtime last(sec)
  • ADSL FW Version
  • ADSL Board Type


One thing that I've noticed from time to time, if you lose sync, the upstream SNR shows some huge huge value; not sure if this is a result of the way ADSL works, or just a bug in the firmware.

SysInfo.htm
Cysaja.asp
These

pages give you some basic information about the router. These pages are unique in that the output is just plain text and not HTML - could be useful for screen-scraping. Cysaja.asp appaers to be the only page I have found that contains information about the wifi error counts.

               SysInfo.htm contents:
  • Boot Version
  • CodePattern
  • Country
  • DSL DSP Datapump version
  • DSL VPI/VCI
  • RF Status
  • RF Firmware Version
  • RF Domain
  • RF Channel
  • RF SSID
  • RF Antenna Selection
  • RF Mac Address
  • LAN Mac Address
  • WAN Mac Address
  • Hardware Version
  • Fast Mode Downstream Rate
  • Fast Mode Upstream Rate
  • CRC Up - these two values appear to be the same error count as is available on the ADSLCStatus.htm page.
  • CRC Dn
               

Cysaja.asp contents:
  • Module Name - appears to be model name (i.e. WAG354G)
  • Firmware Version
  • Firmware Time
  • Flash Type
  • Write Mac Address
  • SWAOLstatus - this value and the next two always seem to be 0
  • SWAT&Tstatus
  • SWWanStatus
  • SWGetRouterIP
  • SWGetRouterDomain
  • SWpppoeUName
  • SWGetRouterSSID
  • SWGetRouterChannel
  • SWssidBroadcast
  • SWwirelessStatus
  • SWwlEncryption
  • SWwepEncryption
  • WL_tssi_result
  • SWRXgoodPacket
  • SWRXerrorPacket
  • SWTXgoodPacket
  • SWTXerrorPacket
Summary.asp This

is a large page that appears to contain a summary of all of the features of the router - from this page you can check out the status of the ADSL connection, Wifi, LAN, VPN settings, Port forwarding....you

get the idea! Basically everything.


There are a couple of other strange pages that appear to be unfinished or just not working at all - maybe someone wants to give these a try and see if anything happens - I didn't though!

<tbody> </tbody>
PageName Description
setupwizard.asp Seems to be the first fiew fields of the main setup page
Port_Services.asp An

interesting one...appears to be some sort of interface for configuring the port tanges for certain network services. No idea if it does

anything...
Traceroute.asp
Ping.asp
These

two pages appear to be complete, but when you submit a request you dont

get anything back from the router, even if there is a lot of activity.
WPA.asp This

one has a title of "WEP Keys" but appears to be totally unfinished - there are no buttons to submit the changes, no labels, and even the

page's images arae broken.


So there you go. There was also a whole load of XML files in a folder called "verizon" that appeared to contain some of the ASP-style inlinedynamic values found in the other pages, but when trying to load them I just got a 404 - I'm guessing these are for use with some special formware version as they appear to contain information that looks like it would be useful for remote administration. Anyway. If anyone finds any more pages, feel free to contact me about them and

I'll update this page!

<a title="Go back category listing." href="http://www.mdibb.net/misc/">Back</a> <img src="Linksys%20WAG354G%20Hidden%20Pages%20%BB%20mdibb.net_files/timeicon.gif" alt=""> 23.02.2006.

Very

interesting. As I have a WAG54GS (same family) I'm going gto try these

out to see if I can stop using SNMP to see the line stats. Thanks!

<img src="Linksys%20WAG354G%20Hidden%20Pages%20%BB%20mdibb.net_files/commentname.gif" alt=">"> Andrew Scaife <img src="Linksys%20WAG354G%20Hidden%20Pages%20%BB%20mdibb.net_files/arrow.gif" alt=">" height="5" width="2"> 20.03.2006

I was refered to this page on ADSL guide, by Jaydub.



I cant thank you enough for this info mat, it was most annoying not being able to get line stats from my WAG54G with the recent BT max upgrades.

I confirm that systeminfo.htm and adslcstatus.htm all work fine on my WAG54G v1 router. the other hidden pages did not work and put that down to the version of firmware i am running?

Vendor:LINKSYS
Model Name:WAG54G
Firmware Version:1.02.5, Jul 29 2004
#:07
Boot Version:1.4
CodePattern:41AL
Country:Europe

thanks for your great work!..


<img src="Linksys%20WAG354G%20Hidden%20Pages%20%BB%20mdibb.net_files/commentname.gif" alt=">"> Richard <img src="Linksys%20WAG354G%20Hidden%20Pages%20%BB%20mdibb.net_files/arrow.gif" alt=">" height="5" width="2"> 15.04.2006

Many thanks for this - its a real help!
Much appreciated :)

<img src="Linksys%20WAG354G%20Hidden%20Pages%20%BB%20mdibb.net_files/commentname.gif" alt=">"> Duffbeer <img src="Linksys%20WAG354G%20Hidden%20Pages%20%BB%20mdibb.net_files/arrow.gif" alt=">" height="5" width="2"> 16.04.2006

Thanks , I was going to by a new router till I stumbled upon this web page.


Works fine for wag54g V1

Cheers again,


Bob

<img src="Linksys%20WAG354G%20Hidden%20Pages%20%BB%20mdibb.net_files/commentname.gif" alt=">"> Bob <img src="Linksys%20WAG354G%20Hidden%20Pages%20%BB%20mdibb.net_files/arrow.gif" alt=">" height="5" width="2"> 17.04.2006

Andrew,



Any luck with WAG54GS router. I just bought one today and am really anoyed that I can't see the line stats.

What exactly is SNMP and how can I use to see my line stats?

Thanks,


Dov

<img src="Linksys%20WAG354G%20Hidden%20Pages%20%BB%20mdibb.net_files/commentname.gif" alt=">"> Dov <img src="Linksys%20WAG354G%20Hidden%20Pages%20%BB%20mdibb.net_files/arrow.gif" alt=">" height="5" width="2"> 18.04.2006

Found the answer for WAG54GS router.



Turn debug on:
http://192.168.1.1/setup.cgi?todo=debug

start telnet:
telnet 192.168.1.1

type in command:
adslctl info --stats


I don't understand why Linksys don't have a front end page for line stats but at least now I can access the data.

<img src="Linksys%20WAG354G%20Hidden%20Pages%20%BB%20mdibb.net_files/commentname.gif" alt=">"> Dov <img src="Linksys%20WAG354G%20Hidden%20Pages%20%BB%20mdibb.net_files/arrow.gif" alt=">" height="5" width="2"> 09.05.2006

There is a really good tutorial on how to use the SNMP interface of the WAG54GS at: http://tinyurl.com/rdndq

<img src="Linksys%20WAG354G%20Hidden%20Pages%20%BB%20mdibb.net_files/commentname.gif" alt=">"> Fence <img src="Linksys%20WAG354G%20Hidden%20Pages%20%BB%20mdibb.net_files/arrow.gif" alt=">" height="5" width="2"> 18.05.2006

Nah,

I still can't see the ADSLCStatus.htm page on the WAG54GS, but I can use telnet into it, thanks to Dov through Fence! That's my tutorial

Fence mentions, and I've just updated it based on the telnet info.

<img src="Linksys%20WAG354G%20Hidden%20Pages%20%BB%20mdibb.net_files/commentname.gif" alt=">"> Andrew Scaife aka ske1fr <img src="Linksys%20WAG354G%20Hidden%20Pages%20%BB%20mdibb.net_files/arrow.gif" alt=">" height="5" width="2"> 19.05.2006

Most useful, great work finding this stuff - cheers

<img src="Linksys%20WAG354G%20Hidden%20Pages%20%BB%20mdibb.net_files/commentname.gif" alt=">"> davewuk <img src="Linksys%20WAG354G%20Hidden%20Pages%20%BB%20mdibb.net_files/arrow.gif" alt=">" height="5" width="2"> 03.06.2006

From the WAG54GS 1.00.08 firmware:



AccessRes.htm
Administration.htm
AdvancedWSettings.htm
AppGaming.htm
ARARPTable.htm
Backup.htm
DHCPClientTable.htm
Diagnostics.htm
DMZ.htm
DSL_status.htm
EditList.htm
Factorydefaults.htm
FirmwareUpgrade.htm
index.htm
LocalNetwork.htm
Log.htm
log_data.htm
Ping.htm
PortRangeTriggering.htm
QoS.htm
reboot_guage.htm
Routing_Table.htm
Security.htm
Setup.htm
Setup_DDNS.htm
Setup_routing.htm
SingleForwarding.htm
Status.htm
Summary.htm
VPNPassthrough.htm
WClientMACList.htm
Wireless.htm
WL_ActiveTable.htm
WL_FilterTable.htm
WMACFilter.htm
WNetwork.htm


WSecurity.htm

<img src="Linksys%20WAG354G%20Hidden%20Pages%20%BB%20mdibb.net_files/commentname.gif" alt=">"> Dee <img src="Linksys%20WAG354G%20Hidden%20Pages%20%BB%20mdibb.net_files/arrow.gif" alt=">" height="5" width="2"> 04.06.2006

how do you access this router I have tried by telnet but it does not work on port 23

<img src="Linksys%20WAG354G%20Hidden%20Pages%20%BB%20mdibb.net_files/commentname.gif" alt=">"> Greg Sims <img src="Linksys%20WAG354G%20Hidden%20Pages%20%BB%20mdibb.net_files/arrow.gif" alt=">" height="5" width="2"> 14.06.2006

From

what I can tell, it is not possible to telnet into the WAG354G with the standard Linksys firmware as it has been compiled without support for it.

I'm not an expert on firmware or Linux by any stretch, but I suspect it would be possible to rebuild it with telnet without much

messing around.

<img src="Linksys%20WAG354G%20Hidden%20Pages%20%BB%20mdibb.net_files/commentname.gif" alt=">"> Matt <img src="Linksys%20WAG354G%20Hidden%20Pages%20%BB%20mdibb.net_files/arrow.gif" alt=">" height="5" width="2"> 14.06.2006

Hi,



Just noted the coment re WAG54GS 1.00.08 firmware but Linksys firmware downloads is only showing 1.00.06.


Where can you get the WAG54GS 1.00.08 firmware?

<img src="Linksys%20WAG354G%20Hidden%20Pages%20%BB%20mdibb.net_files/commentname.gif" alt=">"> GMB <img src="Linksys%20WAG354G%20Hidden%20Pages%20%BB%20mdibb.net_files/arrow.gif" alt=">" height="5" width="2"> 17.06.2006

I

have noticed on the WAG54G v2 this shows a different firmware version than the one the conventional page shows - I downgraded to 1.0.22 after

upgrading previously to 1.0.49 and ADSLCStatus.htm shows "0.49"

<img src="Linksys%20WAG354G%20Hidden%20Pages%20%BB%20mdibb.net_files/commentname.gif" alt=">"> Earlneath <img src="Linksys%20WAG354G%20Hidden%20Pages%20%BB%20mdibb.net_files/arrow.gif" alt=">" height="5" width="2"> 27.06.2006

Okay, so I can see how to turn degugging on by going to:



http://192.168.1.1/setup.cgi?todo=debug


But how do I switch it off again?

<img src="Linksys%20WAG354G%20Hidden%20Pages%20%BB%20mdibb.net_files/commentname.gif" alt=">"> Adam <img src="Linksys%20WAG354G%20Hidden%20Pages%20%BB%20mdibb.net_files/arrow.gif" alt=">" height="5" width="2"> 02.07.2006

Hi

cannot get telnet to work, using WAG54GS firmware 1.00.09C. Ive tried it on 1.00.08 firmware and still doesn't work, can someone tell me how i can get line stats.

Thanks


Bal

<img src="Linksys%20WAG354G%20Hidden%20Pages%20%BB%20mdibb.net_files/commentname.gif" alt=">"> Bal <img src="Linksys%20WAG354G%20Hidden%20Pages%20%BB%20mdibb.net_files/arrow.gif" alt=">" height="5" width="2"> 13.07.2006

Hi, got it to work



Turn debug on:
http://192.168.1.1/setup.cgi?todo=debug

start telnet:
telnet://192.168.1.1

type in command:
adslctl info --stats

you may need to enlarge the box.

To turn off debug just restart the router WAG54GS from the front switch or disconnect the power.

Thanks


Bal

<img src="Linksys%20WAG354G%20Hidden%20Pages%20%BB%20mdibb.net_files/commentname.gif" alt=">"> Bal <img src="Linksys%20WAG354G%20Hidden%20Pages%20%BB%20mdibb.net_files/arrow.gif" alt=">" height="5" width="2"> 13.07.2006

Hi Bal,



Where abouts can we download 1.00.08 and 1.00.09c firmware from? I have looked everywhere and cant find it =( I am in real need of either of these two versions as am having big problems stopping myu WAG54GS from dropping the connection =(

Solorize


<img src="Linksys%20WAG354G%20Hidden%20Pages%20%BB%20mdibb.net_files/commentname.gif" alt=">"> Solorize <img src="Linksys%20WAG354G%20Hidden%20Pages%20%BB%20mdibb.net_files/arrow.gif" alt=">" height="5" width="2"> 28.07.2006

Am

also looking for 1.00.08 and 1.00.09c firmware, but the Linksys ftp beta site (login:linksys/pass:beta7) does not seem to work, Can anyone

please help or provide working access info? Many thanks......TIA.

<img src="Linksys%20WAG354G%20Hidden%20Pages%20%BB%20mdibb.net_files/commentname.gif" alt=">"> Ned <img src="Linksys%20WAG354G%20Hidden%20Pages%20%BB%20mdibb.net_files/arrow.gif" alt=">" height="5" width="2"> 28.07.2006

Leave a comment

<form method="post" action="/index.php">

<label for="text">Comment</label>

<textarea name="text" id="text" class="text" rows="5" cols="5"></textarea>

<label for="name">Name</label>

<input name="name" id="name" class="field" type="text">

<input name="category" id="category" value="misc" type="hidden"> <input name="id" id="id" value="1" type="hidden"> <input name="article" id="article" value="linksys_wag354g_hidden_pages" type="hidden"> <input name="commentspage" id="commentspage" value="1" type="hidden">

<input name="comment" class="button" value="Submit" type="submit">

 	    				</form>
            
   <script src="Linksys%20WAG354G%20Hidden%20Pages%20%BB%20mdibb.net_files/urchin.js" type="text/javascript">
   </script>
   <script type="text/javascript">
   _uacct = "UA-82355-1";
   urchinTracker();
   </script>
   <script src="Linksys%20WAG354G%20Hidden%20Pages%20%BB%20mdibb.net_files/astrack.js" type="text/javascript"></script>
   

</body></html>