Slickdeals is community-supported.  We may get paid by brands for deals, including promoted items.
Missed This Deal? Get alerts when similar deals are posted.
expiredxlnc posted Sep 3, 2024 11:10 PM

Linksys LN1301 Tri-Band AX4200 WiFi 6 Wireless Router

$20

$25

20% off
+ Free Shippingat Amazon
408K Views
Visit Amazon
Deal Details
Update: This popular deal is still available

Woot via Amazon has Linksys LN1301 Tri-Band AX4200 WiFi 6 Wireless Router on sale for $19.99. Shipping is free.

Thanks to community member xlnc for finding this deal.

About this Item:
  • Covers up to 2700 sq. ft.
  • Handles 40+ devices
  • Speed up to 4.2 Gbps (AX4200)
  • WiFi 6 Tri-Band
  • Quad-Core Processor
  • MU-MIMO and OFDMA

Editor's Notes

Written by megakimcheelove | Staff
  • About this Deal:
    • This price matches this previous Frontpage Deal (+59).
    • Please see the original post for additional details & give the WIKI and additional forum comments a read for helpful discussion.
  • About this Product:
    • 1 Year Linksys Warranty
  • About this Store:

Original Post

Written by xlnc
Community Notes
About the Poster
Deal Details
Community Notes
About the Poster
Update: This popular deal is still available

Woot via Amazon has Linksys LN1301 Tri-Band AX4200 WiFi 6 Wireless Router on sale for $19.99. Shipping is free.

Thanks to community member xlnc for finding this deal.

About this Item:
  • Covers up to 2700 sq. ft.
  • Handles 40+ devices
  • Speed up to 4.2 Gbps (AX4200)
  • WiFi 6 Tri-Band
  • Quad-Core Processor
  • MU-MIMO and OFDMA

Editor's Notes

Written by megakimcheelove | Staff
  • About this Deal:
    • This price matches this previous Frontpage Deal (+59).
    • Please see the original post for additional details & give the WIKI and additional forum comments a read for helpful discussion.
  • About this Product:
    • 1 Year Linksys Warranty
  • About this Store:

Original Post

Written by xlnc

Community Voting

Deal Score
+136
Good Deal

Top Comments

Join The Conversation

Share your experience with the Slickdeals community

Share information with the community. Please follow our Community Guidelines and be kind!

1.2K Comments

Sign up for a Slickdeals account to remove this ad.

Sep 16, 2024 4:59 PM
394 Comments
Joined Mar 2019
dccccSep 16, 2024 4:59 PM
394 Comments
Quote from nightanole :
Honestly after dealing with the stock firmware in AP/bridge mode with 3 nodes...

Mesh is meh. without band steering and fast roaming it kinda sucks. Yes its true mesh, as in its self healing and can use a wired backhaul or wireless with little effort.

But...
Say you name all the ssids the same, or have your phone/car to auto connect to the 2.4ghz ssid and the 5ghz ssid. While you are driving into the driveway its going to connect to the 2.4ghz (50-100mbs) and stay there forever. While you are walking around the house your phone is going to hold onto that node for bloody life till you lose connection and it connects to the next nearest node.

I have come to the conclusion that unless i can get fast roaming to work, im better off with just 3 APs with a wired backhaul and the wifi tweaked so that things dont connect to them till they are well within range, and the APs boot them off as soon as bandwidth gets even a little iffy. And i can easily do that with dd-wrt.
Are you talking about stock or DD-WRT?

On stock, with three mesh nodes, I switch between nodes pretty seamlessly as I walk around. Every once in a while I've noticed that it will hang onto an old node and not switch to the new one, but not enough that speed was affected (as in, I only noticed it by watching the Wifiman app).
Sep 16, 2024 5:00 PM
11 Comments
Joined Sep 2024
FantasticSummer4165Sep 16, 2024 5:00 PM
11 Comments
Quote from RainGater :
Okay folks, after few days on OpenWRT NSS build (by qosimo), I have to say that LN1301 is one heck of a device and I know you all know that.

I setup wireless mesh on a parent + 2 nodes and the throughput is almost perfect in my use case. Check the speed test results as I am more than happy. This test was from a desktop that is hooked to a WIRELESS NODE, which is roughly 60 feet away with walls in between, and get almost the full throughput.

Stock, although good, lacks several features compared to OpenWRT, to say the least. I enabled DoH (secure DNS) using Stubby + you can pick the channel for wireless backhaul + SQM QoS, etc. And, the interface is nice and day and you can save config, tweak it and can get it back and running in no time!

Overall, it's a no brainer to buy this device at $20. Hands down, this is the best deal out there, imho!
works great for me too. do you have a good strategy for config backup and import for next build(where you may be asked to do it fresh) or a different ln1301 device.
a) do you take subset of the directories from export archive ,do manual modifications, zip them up and import to another instance? what are those files/directories that needs to go together for a dumbAP config. thanks
Sep 16, 2024 5:52 PM
789 Comments
Joined Dec 2010
RainGaterSep 16, 2024 5:52 PM
789 Comments
Quote from FantasticSummer4165 :
works great for me too. do you have a good strategy for config backup and import for next build(where you may be asked to do it fresh) or a different ln1301 device.
a) do you take subset of the directories from export archive ,do manual modifications, zip them up and import to another instance? what are those files/directories that needs to go together for a dumbAP config. thanks
I take a backup whenever I make changes and upload to google drive. If I am upgrading to a new version on the same device, then I retain the settings.

For new device install, I reuse /etc/config/dhcp and /etc/config/wireless as that's where the majority of my changes are. Remaining changes in /etc/config/network and /etc/config/system go into a separate script (uci set/commit/service restart) that is common to all devices, like time zone, ntp, etc. and run it.

Overall, it will take about less than 10 minutes to do the whole install/configure on a new wireless node and about 15 minutes on the main one if I have to start from scratch. Smilie
Sep 16, 2024 6:34 PM
1.3K Comments
Joined Oct 2021
aabbccbbaaSep 16, 2024 6:34 PM
1.3K Comments
Quote from RainGater :
I take a backup whenever I make changes and upload to google drive. If I am upgrading to a new version on the same device, then I retain the settings.

For new device install, I reuse /etc/config/dhcp and /etc/config/wireless as that's where the majority of my changes are. Remaining changes in /etc/config/network and /etc/config/system go into a separate script (uci set/commit/service restart) that is common to all devices, like time zone, ntp, etc. and run it.

Overall, it will take about less than 10 minutes to do the whole install/configure on a new wireless node and about 15 minutes on the main one if I have to start from scratch. Smilie
Thanks for sharing your valuable insight on DD-WRT. Is there an easy way to revert back to the stock firmware from DD-WRT?
Sep 16, 2024 6:57 PM
789 Comments
Joined Dec 2010
RainGaterSep 16, 2024 6:57 PM
789 Comments
Quote from aabbccbbaa :
Thanks for sharing your valuable insight on DD-WRT. Is there an easy way to revert back to the stock firmware from DD-WRT?
Power cycle three times in succession, about 5 seconds apart, should take you back to stock. If not, follow this dd-wrt thread as they have instructions to revert back to stock from dd-wrt: https://forum.dd-wrt.com/phpBB2/v...c&start=15
Sep 16, 2024 8:00 PM
1.3K Comments
Joined Oct 2021
aabbccbbaaSep 16, 2024 8:00 PM
1.3K Comments
Quote from RainGater :
Power cycle three times in succession, about 5 seconds apart, should take you back to stock. If not, follow this dd-wrt thread as they have instructions to revert back to stock from dd-wrt: https://forum.dd-wrt.com/phpBB2/v...c&start=15
Thank you! It also looks like they've added the ability to increase the max CPU clock from 1.4GHz to 2.2GHz!
Sep 16, 2024 8:04 PM
4.2K Comments
Joined Mar 2006
nightanoleSep 16, 2024 8:04 PM
4.2K Comments
Quote from aabbccbbaa :
Thank you! It also looks like they've added the ability to increase the max CPU clock from 1.4GHz to 2.2GHz!
The ability....
Gonna need a heatsink upgrade as you just increase the power usage by 75%

Sign up for a Slickdeals account to remove this ad.

Sep 16, 2024 8:08 PM
1.3K Comments
Joined Oct 2021
aabbccbbaaSep 16, 2024 8:08 PM
1.3K Comments
Quote from nightanole :
The ability....
Gonna need a heatsink upgrade as you just increase the power usage by 75%
Adding a fan should hopefully be sufficient (there is plenty of room inside the housing for one).
Sep 16, 2024 8:13 PM
153 Comments
Joined Mar 2012
the_garzSep 16, 2024 8:13 PM
153 Comments
Anyone know if I can add one of these as a child node to a Linksys Velop AX4200 mesh setup? I'd like to add this as a 3rd mesh node to my 2 node system.
Sep 16, 2024 8:13 PM
1.3K Comments
Joined Oct 2021
aabbccbbaaSep 16, 2024 8:13 PM
1.3K Comments
Quote from the_garz :
Anyone know if I can add one of these as a child node to a Linksys Velop AX4200 mesh setup? I'd like to add this as a 3rd mesh node to my 2 node system.
Yes you can
Sep 16, 2024 8:22 PM
3.2K Comments
Joined May 2008
ListedGuruSep 16, 2024 8:22 PM
3.2K Comments
I'm still debating (errr procrastinating) about whether or not to jump on this deal to replace my Netgear Nighthawk AC2100 which is working fine yet just probably getting a little long in the tooth at this point. I'm more of a set it and forget it type but it sounds like folks are having good success using the stock firmware and running a second child node for mesh.

Honestly I really don't see the benefit for me in wifi 6e or wifi 7 at least at this point in time. The one thing holding me back is that this only has 1gbps ports. Ideally I would like a way to utilize my soon to be 2gbps internet on my work computer that's hardwired in to the router. Even that is really overkill as I'm happy with 1gbps internet but since they are upgrading my plan it's always nice to use the upgraded speed.
Sep 16, 2024 8:36 PM
147 Comments
Joined Mar 2018
HappyMint448Sep 16, 2024 8:36 PM
147 Comments
Quote from ListedGuru :
I'm still debating (errr procrastinating) about whether or not to jump on this deal to replace my Netgear Nighthawk AC2100 which is working fine yet just probably getting a little long in the tooth at this point. I'm more of a set it and forget it type but it sounds like folks are having good success using the stock firmware and running a second child node for mesh.

Honestly I really don't see the benefit for me in wifi 6e or wifi 7 at least at this point in time. The one thing holding me back is that this only has 1gbps ports. Ideally I would like a way to utilize my soon to be 2gbps internet on my work computer that's hardwired in to the router. Even that is really overkill as I'm happy with 1gbps internet but since they are upgrading my plan it's always nice to use the upgraded speed.
You procrastinated too long.
Sep 16, 2024 8:41 PM
3.2K Comments
Joined May 2008
ListedGuruSep 16, 2024 8:41 PM
3.2K Comments
Quote from HappyMint448 :
You procrastinated too long.
LOL well I guess I did. Sorry I didn't realize this was out of stock. I'm sure it'll be back in stock at some pointSmilie. Until then I will continue to procrastinate, lol.
Sep 16, 2024 8:51 PM
11 Comments
Joined Sep 2024
FantasticSummer4165Sep 16, 2024 8:51 PM
11 Comments
Quote from RainGater :
I take a backup whenever I make changes and upload to google drive. If I am upgrading to a new version on the same device, then I retain the settings.

For new device install, I reuse /etc/config/dhcp and /etc/config/wireless as that's where the majority of my changes are. Remaining changes in /etc/config/network and /etc/config/system go into a separate script (uci set/commit/service restart) that is common to all devices, like time zone, ntp, etc. and run it.

Overall, it will take about less than 10 minutes to do the whole install/configure on a new wireless node and about 15 minutes on the main one if I have to start from scratch.
thanks

Sign up for a Slickdeals account to remove this ad.

Sep 16, 2024 9:37 PM
174 Comments
Joined Sep 2006
DealMongrSep 16, 2024 9:37 PM
174 Comments
Quote from s0nniez :
Just set up two of these for my sister's house. Immediately flashed dd wrt, set up wired back haul "mesh"/ ap mode. A lot of fiddling around with settings to get it to work but it's been working flawlessly. They get 650mbps down (max) on their phones which is the max of their internet service.
Can you elaborate on how to set up "wire back haul "mesh"/ap mode with dd-wrt"? I want to do this, but do not know how. I have 2 set as wired APs, but there isn't any "mesh" intelligence as I have it set up.
Last edited by DealMongr September 16, 2024 at 02:50 PM.

Join The Conversation

Share your experience with the Slickdeals community

Share information with the community. Please follow our Community Guidelines and be kind!