|
|||||||||||||||
WRT54G with dd-wrt |
|||||||||||||||
November 5, 2023 |
|||||||||||||||
Below are some notes on settings for dd-wrt on a WRT54G linksys router.
Router version: WRT54G version 8.00.0 To install dd-wrt on a WRT54G version 8.00.0, vxworkskillerGv8-v3.bin only then can we update its firmware with a version of dd-wrt: dd-wrt.v24_micro_generic.bin
To turn on the Cisco white LED: within the menu tabs, go to: >> Administration >> Commands enter the following lines: #!/bin/sh
( disable = LOW voltage level which sets the LED to ON enable = HIGH voltage level which sets the LED to OFF ) and then hit: Save Firewall This will allow the commands to run after finishing with the firewall. Placing the command lines in "Save Startup" will not allow the commands to run, for some reason. To turn on the Amber LED, use the following commands: #!/bin/sh
wireless settings: change its broadcast name: >> Wireless >> Basic Settings >> Wireless Network Name (SSID) change security setting: >> Wireless >> Wireless Security >> Security Mode
|
|||||||||||||||