Ysurac / openmptcprouter

OpenMPTCProuter is an open source solution to aggregate multiple internet connections using Multipath TCP (MPTCP) on OpenWrt
https://www.openmptcprouter.com/
GNU General Public License v3.0
1.86k stars 269 forks source link

Sprint/Tmobile LTE Usb - Gateway down - no connection #1479

Closed codexual closed 3 years ago

codexual commented 3 years ago

Expected Behavior

Plug n play?

Current Behavior

So I have a USB LTE Modem Dongle (Netgear AirCard 341U) device. When I plug it into my Windows 10, and pull the IP configuration this is the result

Ethernet adapter Ethernet 5:

Connection-specific DNS Suffix . : Description . . . . . . . . . . . : NETGEAR WWAN Network Adapter Physical Address. . . . . . . . . : 00-A0-C6-00-00-18 DHCP Enabled. . . . . . . . . . . : Yes Autoconfiguration Enabled . . . . : Yes Link-local IPv6 Address . . . . . : fe80::b417:2fd:c50a:fe6a%46(Preferred) IPv4 Address. . . . . . . . . . . : 192.168.2.4(Preferred) Subnet Mask . . . . . . . . . . . : 255.255.255.0 Lease Obtained. . . . . . . . . . : Friday, December 25, 2020 11:12:08 AM Lease Expires . . . . . . . . . . : Friday, December 25, 2020 1:12:07 PM Default Gateway . . . . . . . . . : 192.168.2.5 DHCP Server . . . . . . . . . . . : 192.168.2.5 DHCPv6 IAID . . . . . . . . . . . : 771793094 DHCPv6 Client DUID. . . . . . . . : 00-01-00-01-26-56-1F-B5-08-97-98-9F-24-3D DNS Servers . . . . . . . . . . . : 192.168.2.1 NetBIOS over Tcpip. . . . . . . . : Enabled

So on the OpenMPTCProuter I go into System -> OpenMPTCProuter -> Then Settings Wizard Tab. I am able to get my other modems/devices to work (wan1, wan2, wan4) but not wan5, on wan5 I tried to do MacVLAN, as well with Normal using the Physical Interface as "wwan0" which is assigned by my USB Modem, I also setup a static IP (copied the same settings when I plugged into my windows 10 pc)

IPv4 Address: 192.168.2.4 IPv4 netmask: 255.255.255.0 IPv4 gateway 192.168.2.5

(I found it odd that the gateway is 192.168.2.5 by default, so I also tried 192.168.1.1 for the heck of it). I also put it as a DHCP Client, enable and disable "Multipath TCP", I read other users issues that's been posted on here. And try to figure it out myself before reaching out, but I am stuck and may I pretty please get some help? I will be posting additional logs below

Specifications

Ysurac commented 3 years ago

This seems to be a QMI device. So you need to use QMI protocol in Network->Interface for this dongle. MacVLAN must not be used with this. You can refer to OpenWrt documentation/forum for more info (I don't have any QMI devices).

codexual commented 3 years ago

Additionally is there a way to leave the settings alone, because every time I remove my other devices and plug them back in it changes the interface back to eth0, instead of leaving them as is.

github-actions[bot] commented 3 years ago

This issue is stale because it has been open 90 days with no activity. Remove stale label or comment or this will be closed in 5 days