HclX / WyzeHacks

Hacks I discovered allowing Wyze camera owners to do customizations
MIT License
786 stars 75 forks source link

telnet is disabled if NFS is not accessible #83

Closed gtxaspec closed 3 years ago

gtxaspec commented 3 years ago

Looks like telnet is disabled if the NFS share is not accessible...

re-did some configurations today and forgot to allow access to the VPN network...so the NFS share was not accessible from the camera. This had the side effect of not enabling telnetd, so I incorrectly assumed it was a camera issue, instead of a network issue.

verified on another camera, if NFS doesn't mount, telnet doesn't work.

gtxaspec commented 3 years ago

Just noticed there is a new bugfix release, I will try to see if the issue is fixed there!

HclX commented 3 years ago

no, it's not fixed yet. actually i just found this on my cameras, will come up with a fix in bugfix branch.

HclX commented 3 years ago

the fix is now in bugfix branch, please give it a try.

gtxaspec commented 3 years ago

confirmed fixed