TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Hidden Networks in TP-Link Routers

614 pointsby ignitionmonkeyover 3 years ago

41 comments

m45t3rover 3 years ago
Not trying to defend TP-Link or anything, but I recently bought a pair of mesh router from them and they work very well.<p>BTW, this hidden network probably uses another protocol (for the OneMesh). It is the 802.11s (<a href="https:&#x2F;&#x2F;en.wikipedia.org&#x2F;wiki&#x2F;IEEE_802.11s" rel="nofollow">https:&#x2F;&#x2F;en.wikipedia.org&#x2F;wiki&#x2F;IEEE_802.11s</a>), that uses its own encryption method based on Simultaneous Authentication of Equals (SAE) (yeah, that is the same as WPA3, however it came before it). It shows as hidden network on Wi-Fi Analyzer, but the network is not actually hidden in the same sense of a hidden Wi-Fi network: this simple happens because 802.11s has no concept of SSID.<p>The authentication of new devices happens when you pair a new router using the application available on Android&#x2F;iOS (it has a web interface too but AFAIK it doesn&#x27;t allow adding new mesh routers to the network). So it seems pretty secure for me, at least sans some security bugs that I am sure that the device should have. Doesn&#x27;t bother me too much considering that most bugs that I saw on those consumer routers generally comes from the security from things like administration pages and not the Wi-Fi network itself (unless it is something like KRACK that affects all devices implementing the protocol).<p>Yeah, it is still pretty sh*t that they enable this by default, but if the router from the author of blog post is from one of their lines of mesh routers I do think this is kinda of made by purpose, because using multiple routers devices is kinda of the idea of a mesh network.
评论 #29643474 未加载
评论 #29647543 未加载
mhitzaover 3 years ago
This type of whackery is (the primary reason) why I try to buy computing devices on which I can flash a clean OS (OpenWrt&#x2F;DD-WRT for routers)[1]. It sucks because it limits my choices down to a few, but at the same time I feel like I don&#x27;t throw out money at abandonware.<p>[1] don&#x27;t even get me started on TP-Link releasing routers with the same name but v2&#x2F;v3&#x2F;2020&#x2F;2021 update where it&#x27;s hard to even know if I&#x27;m buying the one that supports the custom OS flash.
评论 #29642465 未加载
评论 #29642551 未加载
评论 #29647366 未加载
评论 #29644867 未加载
评论 #29642752 未加载
评论 #29649394 未加载
评论 #29649176 未加载
评论 #29645791 未加载
评论 #29648235 未加载
评论 #29656126 未加载
评论 #29642893 未加载
r1chover 3 years ago
For those curious about the &quot;Wi-Fi spam&quot; comment: even though nothing is connected to the network and it&#x27;s a hidden SSID, it still has to broadcast beacons every 100ms. The 802.11 standard says beacons must be sent at the lowest rate the AP supports, so your ~350 byte beacon at 1mbps (2.4 GHz) uses around 5% of the frequency. It doesn&#x27;t take many SSIDs on the same 2.4 GHz channel to make the throughput fall through the floor. Beacon spam is one of the reasons why 2.4 GHz is practically unusable in dense environments these days.<p>Thankfully for 5 GHz this isn&#x27;t as bad since the lowest rate is 6mbps and the signal penetrates less. Some routers have the option to disable 802.11b which raises the minimum 2.4 GHz beacon to 6mbps as well, but unless everyone does this it won&#x27;t make much difference.
评论 #29645695 未加载
评论 #29644082 未加载
lordnachoover 3 years ago
I had a related problem with their PowerLine TPA-4220 devices yesterday. It turns out there&#x27;s a DHCP server on it that you can&#x27;t turn off! It&#x27;s supposed to be smart and know when there&#x27;s another DHCP server on the network, but it appears that this sometimes doesn&#x27;t work. So I found that my laptop sometimes ends up configured on the wrong subnet, which of course kills the internet connection. The thing is, the web interface does not have a setting to shut off the rogue server.<p>If I hadn&#x27;t done a CCNA I don&#x27;t think I would have ever figured this out. I don&#x27;t know what ordinary people do when this happens to them.
评论 #29643129 未加载
评论 #29642589 未加载
评论 #29642603 未加载
评论 #29643232 未加载
评论 #29647708 未加载
评论 #29643687 未加载
评论 #29643909 未加载
3npover 3 years ago
A bit of a tangent, but I recently discovered GL.iNet[0] and ordered a couple of routers and hotspots. HK vendor for network devices running forked OpenWRT with a bunch of extras and customization.<p>I haven&#x27;t had the time to dive deep enough into all of the code yet, but so far I&#x27;m very optimistic. Not perfect; some of the more interesting functionality (like site-to-site VPN) is tied to a proprietary closed SaaS with associated telemetry (and maybe even backdoors, intentional or otherwise). The Wireguard setup is for some reason (legacy?) not using the OpenWRT WG-interfaces but set up using custom init scripts. And getting anything else than OpenWRT&#x2F;LEDE running on them with full hardware support will probably be a significant effort. I&#x27;m a bit wary of using the stock OS without compiling it myself because, well, you know.<p>Still, the sources are provided (including instructions on how to customize and compile your own OS&#x2F;firmware). The locked-away functionality can be ported&#x2F;unlocked if you&#x27;re up for it. They fully support users hacking their devices all they want - and stuff like this[1] shows some hacker DNA. Out of the box the hotspot is by far the best I&#x27;ve found in the price-class.<p>The mudi&#x27;s pretty cool; pocket wifi with swappable miniPCIe 4G&#x2F;WiFi cards and a small dongle for Ethernet. So one could make it into a fully customized road-warrior bridge for any WiFi&#x2F;Ethernet devices, or whatever other shenanigans you can imagine with that.<p>I really hope they steer course on the right track and don&#x27;t fall to the same fate as Ubiquity. As mentioned I haven&#x27;t battle-tested them extensively yet but so far I can warmly recommend them.<p>[0]: <a href="https:&#x2F;&#x2F;www.gl-inet.com&#x2F;" rel="nofollow">https:&#x2F;&#x2F;www.gl-inet.com&#x2F;</a><p>[1]: <a href="https:&#x2F;&#x2F;github.com&#x2F;gl-inet&#x2F;portal-detection" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;gl-inet&#x2F;portal-detection</a>
评论 #29642832 未加载
评论 #29642763 未加载
评论 #29646704 未加载
评论 #29643255 未加载
评论 #29642961 未加载
synergy20over 3 years ago
Buy routers that can work with Openwrt, period.<p>TP-Link actually has quite a few(not the newest models though, but the not-newest-model should work for 95% of the customers) that runs openwrt well.<p>All my routers are running non-vendor firmware(e.g. openwrt) for the last 15 years, never had any troubles.
评论 #29643566 未加载
评论 #29645851 未加载
评论 #29643098 未加载
aquafoxover 3 years ago
I&#x27;m the one who made the original observation of the hidden network in the TP-link forum: <a href="https:&#x2F;&#x2F;community.tp-link.com&#x2F;en&#x2F;home&#x2F;forum&#x2F;topic&#x2F;170160" rel="nofollow">https:&#x2F;&#x2F;community.tp-link.com&#x2F;en&#x2F;home&#x2F;forum&#x2F;topic&#x2F;170160</a><p>Took a long time until TP-Link offered a firmware update to disable the mesh functionality. Happy to see the issue mentioned here.
Namidairoover 3 years ago
I&#x27;ve found similar networks when inspecting other brands of router. It&#x27;s not an uncommon sight these days with vendors and their 50 different proprietary mesh negotiation protocols.<p>While I did wonder how they generated the SSID (In this case it was 128-bit hash, underscore then the vendor name), I didn&#x27;t really look too hard into it as my goal was wiping out the vendor&#x27;s firmware anyway. I did spot some features like configuration sync that made my &quot;this&#x27;ll be written properly...&quot; senses go off though.<p>I do note that there is a Wifi Alliance spec for this kind of thing now though. It&#x27;s called Wi-Fi EasyMesh. I can&#x27;t imagine anyone apart from actual SoC vendors taking the effort to implement it though, as it&#x27;s a 163 page specification, available only on request or by alliance members. (Well the vast majority of chipset manufacturers are members, and the specifications have leaked anyway)<p>Edit: Scratch that, there were actually 3 different hidden SSIDs. The one mentioned above was a hidden IoT SSID, the other two were VendorMesh_hash and VendorMesh_WPS. :S
cbdumasover 3 years ago
While we&#x27;re talking routers I&#x27;ll plug Mikrotik. Some basic knowledge of the Linux networking stack is required so they&#x27;re not great for a general user, but for ~$50 I got a device that handles my setup with ease (Ipv4 over PPPoE and IPv6 over 6rd) and I&#x27;m seeing throughput significantly higher than my previous router which was a Zotac mini computer running pfsense. If you are more toward the power user &#x2F; networking nerd end of the spectrum I&#x27;d recommend Mikrotik.
评论 #29644456 未加载
评论 #29643968 未加载
chronogramover 3 years ago
Last week I bought a TP-Link AX55 and went through the settings and enabled all the neat things and disabled all the regular consumer ease of access things (WPS, meshing things), and the only hidden networks in my area with the same app are several decibel away with a different MAC address. Either it’s not around in the newer models or it’s part of one of the regular consumer ease of access things.
评论 #29643262 未加载
评论 #29643579 未加载
winddudeover 3 years ago
Worse still almost all new routers and mesh systems, don&#x27;t have the admin interface on the device, you have to sign up and manage it through a cloud account controlled by the manufacture.<p>If anyone can recommend a good wifi mesh system that supports wifi 6 and doesn&#x27;t require signing up for a manufacture cloud account, please let me know.
评论 #29645772 未加载
howdydooover 3 years ago
If you have a home router, do yourself a favor and install OpenWrt. You won&#x27;t have to worry about the UI lying to you.
encryptluks2over 3 years ago
Many TP-Link products are absolutely terrible. Their Mesh products at Costco, you have to use an app on your phone to manage them and they are tied to an online account so presumably they are shipping your network info back to China. They won&#x27;t even let you change your login email address once you&#x27;ve registered.
评论 #29642549 未加载
评论 #29642838 未加载
评论 #29643050 未加载
tomxorover 3 years ago
&gt; they didn&#x27;t provide a good hardware solution for 4G. That&#x27;s right, my street doesn&#x27;t have fibre despite being in the tech startup heart of London. So here I am with a TP-Link router.<p>Same situation, another UK city center, without fiber, and with an incredibly noisy, effectively useless 1Mbit ADSL line.<p>I really wanted something running an open firmware, but for LTE you really need something &gt;= Cat10 for reliable home broadband, and there isn&#x27;t a lot of choice at this end excluding crazy expensive commercial stuff - It&#x27;s either Netgear or Huawie. After learning way too much about LTE, I ultimately settled on a Netgear M2 (MR2100) and a couple of magnetic MIMO antennas out the window, which has worked very well, and the firmware isn&#x27;t terrible. I was initially repelled by the high price ~£400, but you really need the 5x carrier aggregation of Cat10 to get something reliable, the cheapo Cat4&#x2F;6 TP link stuff is not worth the time IMO.<p>[edit]<p>At the time there was one industrial LTE router manufacturer that caught my eye &quot;Teltonika&quot; which ship with OpenWRT as the official firmware! but at the time they only had a Cat6 modem. They now appear to have added a Cat12 one! &quot;RUTX12 and it&#x27;s price is not dissimilar to the Netgear M2:<p><a href="https:&#x2F;&#x2F;teltonika-networks.com&#x2F;product&#x2F;rutx14&#x2F;" rel="nofollow">https:&#x2F;&#x2F;teltonika-networks.com&#x2F;product&#x2F;rutx14&#x2F;</a><p>If I was buying again id give this a shot.
评论 #29643501 未加载
lsc36over 3 years ago
I once bought a TP-Link Wifi router as it was pretty high-speced at the time and people recommended it. I was happy with it until it hijacked my HTTP connection to tell me there&#x27;s a firmware update. Will never consider their products again.
depingusover 3 years ago
AT&amp;T has been doing something similar for years.<p><a href="https:&#x2F;&#x2F;forums.att.com&#x2F;conversations&#x2F;att-fiber-equipment&#x2F;possible-vulnerability-pace-5268ac-leaves-wifi-radio-on-with-no-security-even-when-is-set-to-off&#x2F;5defd50fbad5f2f6062df285" rel="nofollow">https:&#x2F;&#x2F;forums.att.com&#x2F;conversations&#x2F;att-fiber-equipment&#x2F;pos...</a>
clajinessover 3 years ago
Hard to beat OPNsense on Protectli machines with your favorite flavor of networking hardware (Unifi, Microtik, etc).
评论 #29643593 未加载
dbeleyover 3 years ago
I&#x27;ve had very good experience with Gl-iNet products. They have good hardware, very good openWRT support (the official firmware is based on openWRT) and are beefy enough to be used as home routers even if they are marketed as travel routers.
评论 #29647667 未加载
hda2over 3 years ago
We had the misfortune of having a large number of tp-link devices being installed in our network (a large residential building) and those devices have been nothing but a source of trouble ever since they were installed. They seem to be talking with each other and overriding their configuration to the point where I had to segregate them in their own little NATs (with the complete blessings of the building manager). Only then did the shenanigans stop.<p>That, in addition to their ever-dwindling configuration options, is why I refuse to buy from them anymore. There (much) older devices were fantastic though.
mastaziover 3 years ago
&gt; Maybe it&#x27;s finally time to build my own router<p>Can anyone link a good &quot;getting started&quot; guide for this? I have experience managing servers but not managing network appliances, so I&#x27;m looking for a relatively gentle intro...<p>Edit: I&#x27;m not asking about how to install OpenWRT on an existing router, I&#x27;m looking for a guide on how to build a router from general purpose hardware - in the same way that you can build your own NAS etc.
评论 #29645816 未加载
评论 #29645519 未加载
评论 #29645581 未加载
评论 #29644658 未加载
zokierover 3 years ago
&gt; I had to move away from Asus as they didn&#x27;t provide a good hardware solution for 4G<p>Surely a 4G USB dongle would work fine in a linux router such as those from Asus?
评论 #29643263 未加载
评论 #29642610 未加载
评论 #29642573 未加载
louloulouover 3 years ago
Not sure what they mean by &quot;build my own router&quot;, it&#x27;s easy enough to flash open firmware on a lot of tp-link models. <a href="https:&#x2F;&#x2F;download1.dd-wrt.com&#x2F;dd-wrtv2&#x2F;downloads&#x2F;betas&#x2F;2021&#x2F;12-20-2021-r47900&#x2F;" rel="nofollow">https:&#x2F;&#x2F;download1.dd-wrt.com&#x2F;dd-wrtv2&#x2F;downloads&#x2F;betas&#x2F;2021&#x2F;1...</a>
评论 #29643035 未加载
评论 #29644072 未加载
评论 #29642534 未加载
评论 #29642410 未加载
robocatover 3 years ago
My solution is to buy a reliable WiFi Access Point and plug that into the router, and just disable the router’s WiFi. That way I can choose a router for the features I need (or use a small PC if I wanted to do something tricky or needed high performance). I think that would fix the problem with the TP-Link (albeit costing far more).<p>I use Unifi UAP-AC-LR for the AP, because they are easy to set up from an Android phone, are not expensive, are not flakey, can be mounted in a location to optimise WiFi reception (powered from Ethernet cable by included DC injector), can be easily moved to new ISP or house, don’t require a controller, and they just keep working. Ubiquiti have made some dick moves, but their AP and point-to-point hardware has been solidly reliable and relatively simple to configure.
globular-toastover 3 years ago
I was running a TP-link access point (not router) and was surprised to notice the &quot;hidden&quot; networks. I thought I was misinterpreting the readings at first, but the installed that beta firmware and it allowed me to disable them. This improved connectivity with some devices. I shortly after switched to a Ubiquiti access point which has been a lot better.<p>I think it&#x27;s really important for people to know the difference between routers, switches, access points and modems. I&#x27;ve noticed that even geeks these days seem to have forgotten or maybe never knew. This has nothing to do with routers whatsoever. You can pick and choose the best from each category. No need to go &quot;all in&quot; on one device and accept tons of compromises.
SavantIdiotover 3 years ago
Huawei AX3 does something similar. As does any Xfinity router (but I think you can turn that off) but the Xfinity mesh is actually pretty decent if you have a subscription. Similarly, in Vietnam HCMC you can connect to wifi anywhere in the city because every telco&#x2F;isp router creates a mesh like Xfinity. It&#x27;s not a bad idea: having wifi network everywhere, but I suspect 5G will obviate this need. Wouldn&#x27;t surprise me if home routers became a thing of the past in some areas if 5G delivers.<p>FYI: `airodump-ng` is a great way to see whats going on with any new router since it hops channels.
评论 #29642344 未加载
评论 #29644989 未加载
ddtaylorover 3 years ago
&gt; I had to move away from Asus as they didn&#x27;t provide a good hardware solution for 4G. That&#x27;s right, my street doesn&#x27;t have fibre despite being in the tech startup heart of London. So here I am with a TP-Link router, spamming unwanted waves. Do I really have to drop another £100 on new hardware just because TP-Link doesn&#x27;t want to offer a boolean flag? What a waste. Maybe it&#x27;s finally time to build my own router.<p>I&#x27;m pretty sure building your own router is going to cost more than $100.
评论 #29643817 未加载
KETpXDDzRover 3 years ago
I can highly recommend looking at the router database of OpenWRT. I had bad experiences with DD-WRT. Mostly stability issues. According to my research, OpenWRT doesn&#x27;t have as much functionality or router support. But, it&#x27;s very stable.<p>My favorite feature is both is that you can easily add virtual APs. E.g., I have one virtual AP with net isolation (no access to other networks, Internet only) and clients can&#x27;t see each other.
aetherspawnover 3 years ago
I have been more than happy with both my tp-link AX50 and tp-link AX11000.<p>The most stable routers and best router firmware that I’ve owned.
hnlmorgover 3 years ago
I&#x27;m not at all surprised by this article because I recently purchased a new TP-Link router (Archer something IIRC) and it&#x27;s quite honestly the worst router I&#x27;ve ever run. I goes down several times a day, dropping all network traffic that isn&#x27;t TCP. Thus DHCP, UDP DNS and ICMP echo all fail.<p>My old router is &gt; 5 years old Asus (possibly as much as 10 years old!!) and literally held together with electricians tape. I&#x27;ve had an array of physical failures due to age from the antenna no longer standing up to the power button no longer functioning and I&#x27;ve used electricians tape to fix all of them. But for the stuff that matters it still works extraordinary well.<p>So I figured it was only a matter of time before that router died completely and I&#x27;d need a new one. And I figured it has been so many years since I last upgraded that my new device should be amazing in comparison. But man was I wrong.<p>After getting kicked out of an important Zoom call last week (and weeks of issues and debugging too) I finally lost my temper, unhooked the router and went full on Office Space[1] on it.<p>I&#x27;m now back to running the old router. A router that&#x27;s older than <i>both</i> of my kids. A router that had earned its retirement. I&#x27;m going to replace it with a Draytek device in the new year. Given I&#x27;m mostly working from home these days I want something reliable. But I&#x27;m also thinking Draytek will last me another ~10 years so it will work out cheaper than the TP-Link crap. In fact I&#x27;ll never buy another TP-Link device again.<p>[1] For those who haven&#x27;t seen Office Space: <a href="https:&#x2F;&#x2F;youtu.be&#x2F;fjsSr3z5nVk" rel="nofollow">https:&#x2F;&#x2F;youtu.be&#x2F;fjsSr3z5nVk</a> (also definitely watch the movie. It&#x27;s great!)
hatwareover 3 years ago
If you&#x27;ve never tried a prosumer router, TP-Link is a great intro. I recommend a standalone router with a standalone access point, rather than a combo like we see so often on the consumer side. I&#x27;m so glad I got an ER605 to tinker with while waiting for my Mikrotik to come in.
AtNightWeCodeover 3 years ago
My ASUS router has enabled remote access after updates at multiple occasions. So much for ASUS.<p>Is there a tech brand that only sells stuff with no bs? I would gladly by a &quot;pure&quot; router with no branded features. Would also gladly buy a TV without any of the &quot;smart&quot; stuff.
avidiaxover 3 years ago
The security model for this doesn&#x27;t look utterly broken. Seems that you need to go into the main router and &quot;add&quot; the mesh nodes. They obviously appear there by attaching to these hidden networks.<p>But since this is configuration-free, that suggests that the mesh devices store a single static key for these networks and can join any such network. Whatever protocols exposed on that interface better not have any security problems, or you&#x27;ll have a backdoor.<p>You could make this somewhat secure by having a TPM in the mesh device that signs a challenge-response to get the hidden network key by MAC-address, but that seems too complicated.<p>They could simply having the mesh endpoints broadcast a proprietary AP, and &#x27;adding&#x27; by joining that network from the primary device and setting configuration.<p><a href="https:&#x2F;&#x2F;www.tp-link.com&#x2F;us&#x2F;support&#x2F;faq&#x2F;2532&#x2F;" rel="nofollow">https:&#x2F;&#x2F;www.tp-link.com&#x2F;us&#x2F;support&#x2F;faq&#x2F;2532&#x2F;</a>
windexover 3 years ago
I have a box full of old consumer wireless routers. I am not sure why most of these devices are so flaky. These days I separate the packet routing from the wifi part and that has made things a little more sane.
radicaldreamerover 3 years ago
Eero seems like a company which makes simple, plug and play mesh routers and doesn&#x27;t seem to pull anything funny with their equipment.
评论 #29642981 未加载
评论 #29643862 未加载
tannrover 3 years ago
having exactly same expirience with tp-link, firmware is always outdated and I find it at every flat for rent (long-term or airbnb), hotels small coffee-shops etc. So much space to have fun :\<p>I&#x27;ve moved to Mikrotik and don&#x27;t know all disadvantages I have, but I am super happy about configuration options they provide. Happy to find alternatives here in the thread
chana_masalaover 3 years ago
Any recommendations for an ethernet only router? I do know I could use the Pi to do that, but it seems like a waste.
评论 #29643598 未加载
评论 #29643080 未加载
评论 #29643094 未加载
评论 #29643081 未加载
ei8thsover 3 years ago
tp-link is pretty solid but i recently went back to asus for their mesh and UI, its just incredibly better with more features. I never saw hidden networks on my tp-link ax 3000, what i did see is lack of firmware updates, it seems like my model was abandoned.
thegototechguyover 3 years ago
wow. i just noticed when i debugged the settings. Thanks for giving this insight
formerly_provenover 3 years ago
So after the Ubiquiti debacle I went out and looked for a similar combination (solid hardware + not-too-annoying software). After briefly considering Mikrotik (which has issues with ac (wifi 5) and no ax (wifi 6) support) I settled on Grandstream for now. They don&#x27;t just make phones but a small set of fairly nicely featured wifi APs for ok prices. Hardware seems solid, Software not annoying.<p>I&#x27;ve bought a few pieces from TP-Link when I was a poor student, not too bad as far as datasheet-specs per dollar goes, but the firmware was always exactly the kind of trashfire you&#x27;d expect and the hardware exactly what you paid for (not much). Definitely the kind of device you have to try real hard to fake your surprise when you find dozens of unpatched CVEs and no firmware updates.
评论 #29642398 未加载
评论 #29642414 未加载
评论 #29642839 未加载
评论 #29642516 未加载
评论 #29642852 未加载
评论 #29643162 未加载
评论 #29642553 未加载
sebowover 3 years ago
Unrelated but kind of related: I stopped looking at TP-Link routers(and other cheap chinese routers) as soon as their android app required registration: obviously for legal reasons due to all the &quot;good-faith telemetry&quot;[surely not shady at all], etc.<p>Disgusting.. ended up paying more for an asus router(related to the article: not needing 4g&#x2F;5g), not perfect or made in the west nor enterprise-tier but good enough for home usage, also pretty decently supported by open firmware solutions.
submetaover 3 years ago
I aggree that the situation the author describes is unacceptable.<p>But I am wondering why the author does not value his personal time. I can‘t help but think of opportunity costs. He spends a lot of time writing this article, reverse engineering backups and whatnot instead of shelling a hundred dollars to get a new device? I see this pattern so often in the tech world.
评论 #29642826 未加载
评论 #29642902 未加载