NETGEAR is aware of a growing number of phone and online scams. To learn how to stay safe click here.
Forum Discussion
SLK-Purdue
Jul 31, 2021Luminary
I object in the strongest possible terms (ref new firmware auto update and removing TELNET option)
I want to object in the strongest possible terms to NG updating my Orbi firmware overnight even though I had set the parameters for no auto-update. Additionally, now that I have new firmware (v2....
CrimpOn
Aug 14, 2021Guru
I have more to report:
- Was not able to get nte to work on Windows 10. The program appears to have executed, but produces zero output and definitely does not activate telnet on the Orbi RBR50.
- The python based Windows exe file cannot be copied because Windows 10 throws an error saying the file contains a virus.
When I seem to have unzipped the exe file and try to copy it, it disappears. Wanted to create a Firewall exception for it, but have been unable to even get it out of the zip file. - The Python script also failed on Windows 10. Not certain what I have done wrong.
just get a string of error messages:
Netgear LBR20 Telnet enabler V2 LBR20(c) B.Kerler 2021
Traceback (most recent call last):
File "C:\Users\Dick\telnet-enable2.py", line 496, in <module>
main()
File "C:\Users\Dick\telnet-enable2.py", line 487, in main
if sendtelnet(ip, hash):
File "C:\Users\Dick\telnet-enable2.py", line 446, in sendtelnet
for result in socket.getaddrinfo(ip, port, socket.AF_INET, socket.SOCK_DGRAM, socket.IPPROTO_IP):
File "C:\Users\Dick\AppData\Local\Programs\Python\Python39\lib\socket.py", line 953, in getaddrinfo
for res in _socket.getaddrinfo(host, port, family, type, proto, flags):
socket.gaierror: [Errno 11001] getaddrinfo failed
For me, the Linux success may be enough. And, maybe I'll figure out what's wrong with Windows tomorrow.
mmz06
Aug 14, 2021Guide
Hi,
But i tried many other older implementations of enable_telnet, I could find over the past years that never worked for me, using MacOS/Python, but it was not really a big deal because I had the hidden debug.htm GUI option.
Now because of this major restriction introduced by firmware v2.7.3.22, which auto updates which is also a major concern to me, I chose to gave a try to new versions of this tool I could find in Github.
The tool I mentioned is definitelly not my work, but you can see it's been released quite recently, and it uses python3 which sounds to me like modernity as well, which is all the oposite of many other versions I could find which are anywhere between 3 to 10 years old.
I'm using it like mentioned in their readme page:
python3 ./telnet-enable2.py <ip> <mac> <username> [<password>]
And guess what: I've been lucky, and that saved my day!
Then I just couldn't keep this for me, and published my discover when I seen a few peoples where facing the same issue, with no solution...