mirror of
https://github.com/iamromulan/quectel-rgmii-toolkit.git
synced 2026-04-24 22:25:50 +03:00
[GH-ISSUE #164] [Bug] [SDXPINN] ttyd does not allow access to tailscale and LAN at the same time #24
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#24
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 @arpan-joardar on GitHub (Oct 14, 2024).
Original GitHub issue: https://github.com/iamromulan/quectel-rgmii-toolkit/issues/164
Is there any guide to make RM551E-GL to work with openwrt or GL.inet Flint 2 MT-6000 specifically?
@iamromulan commented on GitHub (Oct 14, 2024):
Over Ethernet or ECM:
AT+QMAP="mpdn_rule",0,1,0,0,1
Connection seems the most stable with that rule set.
@arpan-joardar commented on GitHub (Oct 14, 2024):
i am using m.2 ro usb adapter
@arpan-joardar commented on GitHub (Oct 14, 2024):
the thing is in mt6000 when its detected as mbim/qcm it provides all the options and config on the router itself but in ecm mode i am only able to use it as tethering mode and everything is handled by the module so i am not able to view and info or change and settings
@iamromulan commented on GitHub (Oct 14, 2024):
I haven't tried to use it in modes other than ECM yet but I'll give that a try when I get home later.
You can install a management interface on the modem itself as the modem does run OpenWRT.
You'll be able to access it through the gateway address.
https://youtu.be/dh7dbEyHwiY?si=Va9qgxIvVP2MOSnu
@arpan-joardar commented on GitHub (Oct 14, 2024):
does the inbuilt openwrt also work in rndis mode in windows?
@iamromulan commented on GitHub (Oct 14, 2024):
ECM and RNDIS should be super similar behavior. Yep 👍
@arpan-joardar commented on GitHub (Oct 14, 2024):
but windows doesnt recognise the drivers even after installing everything when in rndis mode
do you have any idea about that?
@d5aqoep commented on GitHub (Oct 17, 2024):
Got access to OpenWRT using your excellent youtube video. I Installed Tailscale on it too and could get access to OpenWRT web gui from some random pc with tailscale installed and authenticated. However, the Terminal errors out when connected through tailscale.
@iamromulan commented on GitHub (Oct 17, 2024):
I don't use RNDIS mode on windows.
I use ECM on windows.
Install the NDIS driver and ECM driver from this repo or QuecDeploy only. Uninstall all other Quectel drivers.
Once done make sure the modem is in usbnet 1 and go to device manager. Right click on the ECM device with the missing driver and click update driver. Choose from list. Network Adapters, Quectel, ECM adapter.
@iamromulan commented on GitHub (Oct 17, 2024):
Has to do with the ttyd settings on what interface it will listen for requests on.
When you go to terminal in Luci go to config and change the interface to unspecified or tailscale to get it to work over tailscale.
@d5aqoep commented on GitHub (Oct 19, 2024):
Just did. Thanks. Is it possible to add both LAN and Tailscale interfaces?
I Added 2nd ttyd instance but only 1st instance works and I can only get either LAN or Tailscale to work. Not both together.
@borfoo3 commented on GitHub (Jan 28, 2025):
Hello
Running Openwrt on the RM551 and 5g2phy I am noticing almost double the latency and ~30% speed drop vs the original device software.
Any tips or ideas how to improve this? I don't see an option for 'software offloading'
As a plan B - is it easy to go back to the device original software?
@iamromulan commented on GitHub (Jan 29, 2025):
It's on the to do list to add something to the tailscale init that will create an alias interface with LAN + Tailscale for firewall rule purposes. Should be able to select it on the ttyd settings in Luci after I do that.
@iamromulan commented on GitHub (Jan 29, 2025):
Original device software? I'm not sure what you mean. The modem firmware is all stock and we tiptoe around not modifying the stock files as much as possible.
@d5aqoep commented on GitHub (Apr 15, 2025):
Any update on this?
@iamromulan commented on GitHub (May 14, 2025):
Yeah.....This will be visited next most likely. Cleaning the whole github account. Sorry been way busy ;p
Check out the new wiki instead. Lets build a knowledgebase and forum in a single repo :)