4G dongle DLink DWM-222 not recognized by Brume

Hello GL.iNet community,

Recently purchased the GL-MV1000 BRUME model and a 4G DLink DWM222 dongle . Expecting to set up 3G/4G in the admin page. But the DLink was only recognized as UBS tethering device and thus does not have Internet.

Can ask if the DLink DWM222 4G dongle is supported in the firmware? As I have tested the dongle in my host machine with Ubuntu 20.04 installed and working fine. Thank you.

Best regards,
Eric

It is recognized as USB tethering device and should be able to work as tethering, right?

I tried one on an AR300M and it is recognised as a 3G/4G modem (device = /dev/cdc-wdm0).

Thank you both.
Sorry for the late update. I just tried to ssh into the router. After plugging into the DLink dongle, the Brume itself can ping google.com.
But when I connected my laptop to the Brume router through LAN cable with DHCP, my laptop unable to ping google.com.

Is there any other configurations needed to enable the LAN clients to have internet? Thank you.

Best,
Eric

ssh to the router and use the following command and get the output.

ifconfig
route
root@GL-MV1000:~# ifconfig
br-lan    Link encap:Ethernet  HWaddr 94:83:C4:0A:44:E9  
          inet addr:192.168.8.1  Bcast:192.168.8.255  Mask:255.255.255.0
          inet6 addr: fdba:fe30:21f2::1/60 Scope:Global
          inet6 addr: fe80::9683:c4ff:fe0a:44e9/64 Scope:Link
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:2138 errors:0 dropped:0 overruns:0 frame:0
          TX packets:1790 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000 
          RX bytes:344383 (336.3 KiB)  TX bytes:1480760 (1.4 MiB)

eth0      Link encap:Ethernet  HWaddr 94:83:C4:0A:44:E8  
          inet6 addr: fe80::9683:c4ff:fe0a:44e8/64 Scope:Link
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:2138 errors:0 dropped:0 overruns:0 frame:0
          TX packets:1797 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:532 
          RX bytes:391419 (382.2 KiB)  TX bytes:1495906 (1.4 MiB)
          Interrupt:9 

lan0      Link encap:Ethernet  HWaddr 94:83:C4:0A:44:E9  
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:2138 errors:0 dropped:0 overruns:0 frame:0
          TX packets:1790 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000 
          RX bytes:344383 (336.3 KiB)  TX bytes:1480760 (1.4 MiB)

lan1      Link encap:Ethernet  HWaddr 94:83:C4:0A:44:E9  
          UP BROADCAST MULTICAST  MTU:1500  Metric:1
          RX packets:0 errors:0 dropped:0 overruns:0 frame:0
          TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000 
          RX bytes:0 (0.0 B)  TX bytes:0 (0.0 B)

lo        Link encap:Local Loopback  
          inet addr:127.0.0.1  Mask:255.0.0.0
          inet6 addr: ::1/128 Scope:Host
          UP LOOPBACK RUNNING  MTU:65536  Metric:1
          RX packets:225 errors:0 dropped:0 overruns:0 frame:0
          TX packets:225 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000 
          RX bytes:15036 (14.6 KiB)  TX bytes:15036 (14.6 KiB)

usb0      Link encap:Ethernet  HWaddr 8E:83:C4:FF:44:E8  
          UP BROADCAST MULTICAST  MTU:1500  Metric:1
          RX packets:0 errors:0 dropped:0 overruns:0 frame:0
          TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000 
          RX bytes:0 (0.0 B)  TX bytes:0 (0.0 B)

usb1      Link encap:Ethernet  HWaddr FA:F1:72:70:24:77  
          inet addr:192.168.0.25  Bcast:192.168.0.255  Mask:255.255.255.0
          inet6 addr: fe80::f8f1:72ff:fe70:2477/64 Scope:Link
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:75 errors:0 dropped:0 overruns:0 frame:0
          TX packets:35 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000 
          RX bytes:4596 (4.4 KiB)  TX bytes:5402 (5.2 KiB)

wan       Link encap:Ethernet  HWaddr 94:83:C4:0A:44:E8  
          UP BROADCAST MULTICAST  MTU:1500  Metric:1
          RX packets:0 errors:0 dropped:0 overruns:0 frame:0
          TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000 
          RX bytes:0 (0.0 B)  TX bytes:0 (0.0 B)

root@GL-MV1000:~# route
Kernel IP routing table
Destination     Gateway         Genmask         Flags Metric Ref    Use Iface
default         192.168.0.1     0.0.0.0         UG    30     0        0 usb1
192.168.0.0     *               255.255.255.0   U     30     0        0 usb1
192.168.8.0     *               255.255.255.0   U     0      0        0 br-lan

The Gateway IP is correct?

The route table seems OK.

Maybe just a DNS problem. Can you set up custom DNS in the router? Set to 8.8.8.8 and 8.8.4.4

Hello,

Just update that it is working now. Think the culprit is my local ubuntu Ethernet setting configured to be using on local network only. Thanks for the support!