Posted: Sat Jul 11, 2020 20:04 Post subject: Linksys WRT54GS V5 - LAN and WAN ports not Working
I followed the steps to install DD-WRT on my router using the instructions here:
https://wiki.dd-wrt.com/wiki/index.php/Linksys_WRT54GS_v5.0_&_5.1_&_6.0
At the last step, after flashing with
12548 Newd_Micro.bin firmware
I noticed I was not able to ping or access the router.
Then I realized I only was able to access through WIFI.
but LAN and WAN ports are not working. I flashed to the latest generic micro Firmware of 6-19-2020, but still LAN and WAN ports did not work. Did a hard Reset and still to no avail. Only able to access through WIFI but LAN and WAN Ports will not work. I read a few post on here to try to solve to no avail. I am about to give up on this router unless a kind soul would help me solve this puzzle. Thanks A lot.
Last edited by smyrna2020 on Sat Jul 11, 2020 21:04; edited 1 time in total
Joined: 08 May 2018 Posts: 8359 Location: Texas, USA
Posted: Sun Jul 12, 2020 1:23 Post subject:
WRT54 uses vlan0 and vlan1, not vlan1 and vlan2. There's a few differences between the E1200 and the WRT54. NOW, that being said, after the VxWorks Killer and initial flash, you could've probably done a reset via webUI and possibly not faced the issue, but there is no guarantee. You may have to see what the nvram variables are and if they are askew:
What commands can I execute to fix the LAN / VLAN configuration?
Hi..
to modify nvram params:
nvram set field_to_modify=value
ex:
Code:
nvram set vlan1hwname=et0
and for multiple data:
nvram set vlan0ports="1 2 3 4 5*"
for last:
nvram commit ( will keep modifications )
reboot
But as I said for reference only, my own wrt54G v2.0. So keep a note about any option you will modify, in case it goes worse, and you need to revert it.
I executed the commands and now everything looks like your output but still none of the ports work. The only difference I see is in the vlan1ports=4 5 instead of what you have vlan1ports=0 5. See screen shoot .