FOR TIPS, gUIDES & TUTORIALS

subscribe to our Youtube

GO TO YOUTUBE

14455 questions

17168 answers

28195 comments

0 members

We are migrating to our new platform at https://community.teltonika.lt. Moving forward, you can continue discussions on this new platform. This current platform will be temporarily maintained for reference purposes.
0 votes
510 views 0 comments
by anonymous
Hello !

Can you suggest me about enabling qmimux0 interface using network file.

I have to rewrite network file with my own settings, but if i did this i had lost my qmimux0 interface until i do "ifconfig qmimux0 up"

1 Answer

0 votes
by anonymous

Hello,

to disable the interface in the /etc/config/network file, the line must be present in the section of the desired interface: option disabled '1'

Example: 

config interface 'mob1s1a1'

    option proto 'wwan'

    option modem '3-1'

    option sim '1'

    option pdp '1'

    option auth 'none'

    option metric '1'

option disabled '1'

Accordingly, in the absence of this command or in the presence of such an option disabled '0' command in the configuration, the interface will be enabled. Also keep in mind that the configuration change via the file is not applied "on the fly", but only when the router is rebooted.

The mobile communication interfaces in our routers are called mob1s1a1 and mob1s2a1. You cannot completely turn off the modem from the network file.