mirror of
https://github.com/iamromulan/quectel-rgmii-toolkit.git
synced 2026-04-25 14:45:49 +03:00
[GH-ISSUE #34] Hi, I want to use the module in a "public" place, can I put a password on the web and telnet? #10
Labels
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/quectel-rgmii-toolkit#10
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @OvidioLee on GitHub (Apr 17, 2024).
Original GitHub issue: https://github.com/iamromulan/quectel-rgmii-toolkit/issues/34
Hi, I want to use the module in a "public" place, can I put a password on the web and telnet?
Outside access I can modify the firewall to restrict access, but these two I really don't have a clue.
@iamromulan commented on GitHub (Apr 17, 2024):
That is actively being worked on.
https://github.com/iamromulan/quectel-rgmii-toolkit/discussions/30
You can try an early preview of this change by downloading the toolkit from the development branch but the TTL setting on simpleadmin is currently broken. It will view TTL but will not set it.
https://github.com/iamromulan/quectel-rgmii-toolkit/tree/development
Since Console (ttyd) is now integrated into simpleadmin as well you can easily set it through the toolkit script though.
Telnet? If you still have Telnet I would get rid of it. The micropython it used was just too much for the little single core armv7 (32-bit) processor. AT commands are a lot better now in simpleadmin and you can also send them through the console using the atcmd command.
@iamromulan commented on GitHub (Apr 17, 2024):
Also another solution is to turn on IP passthrough mode and disable IPPT NAT so the LAN/Gateway of the modem can no longer be reached locally. You'd still have access through tailscale if you had tailscale installed.