Fancy new Mudi 7

Yes, the Mudi 7 supports Wi-Fi repeater functionality and can also connect to common public hotspots that use a captive portal.

Cool and thanks. I tried to check the online instructions menu but the Mudi 7 is not found on the supported device list :slight_smile:

The documentation is still being updated!

Could you let us know where you saw the supported device list? We can then ask our documentation team to update it accordingly.

1 Like

Scroll down and click on How to connect to the Internet via Repeater

At the bottom of the page you will see this list

A little confusing because other models, line the Mudi 750 and the Mango do it fine as well.

Will I be able to force either only a 4G LTE connection or a 5G Standalone connection?

I don’t thing so, I heard early on this thread you can't :person_shrugging:

Thanks for the clarification.

This section refers to the list of Wi-Fi DFS channel support, not a list of supported repeater features.

Mudi 7 does support DFS, and we’ve already asked the documentation team to update this accordingly.

1 Like

As gfondeur mentioned, this is currently not supported via the GL UI.

However, it can be configured using AT commands:

# Auto mode, 5G + LTE + WCDMA
AT+QNWPREFCFG="mode_pref",AUTO

# LTE only
AT+QNWPREFCFG= "mode_pref",LTE 

# 5G Only
AT+QNWPREFCFG="mode_pref",NR5G

## 5G SA and NSA
AT+QNWPREFCFG="nr5g_disable_mode",0

## Disable 5G SA
AT+QNWPREFCFG="nr5g_disable_mode",1

## Disable 5G NSA
AT+QNWPREFCFG="nr5g_disable_mode",2
3 Likes

How do I initiate AT commands from Windows or macOS?

Will this eventually appear in the GUI?

I'm reading that 4G LTE has a smaller attack surface than 5G. Do you believe in that? If so or not, why?

Is there any way to ensure all devices, Macs, phones, and IoT devices use the DNS on the Mudi 7? I want to harden the setup to mitigate against any attempt by the connected device to bypass the Mudi 7 and use its own DNS. I consider this a potential privacy and security threat. Please help!

Please refer to our response below:

  1. AT commands can be executed in the GL UI, as shown in the screenshot.

  2. If you’re referring to the feature to lock the network mode, yes, this is planned and may be included in v4.9 or v4.10.

  3. We are not entirely clear on the details of the 4G and 5G attack surface issue you mentioned. Since different network operators have varying implementations, we recommend consulting your operator for further assistance on this matter.

  4. Regarding the DNS discussion, please refer to our response in the thread you created.

1 Like