Switch LTE SIM off/on

i want to use the SIM only if needed (no wifi, no hotspot), cause i've a vodafone flex tarif , i only must pay if the sim is activatet and than for a month.
If starting my gl-x750 router the SIM is always activated.

My workaround :slight_smile: put the SIM out and only in if needed.

Please copy the output of the following commands and post it here using the "Preformatted text </> " button:
grafik
Remember to redact passwords, MAC addresses and any public IP addresses you may have:

cat /etc/config/network
config interface 'loopback'
        option ifname 'lo'
        option proto 'static'
        option ipaddr '127.0.0.1'
        option netmask '255.0.0.0'

config globals 'globals'
        option ula_prefix 'fd04:eac0:d537::/48'

config interface 'lan'
        option type 'bridge'
        option ifname 'eth1'
        option proto 'static'
        option netmask '255.255.255.0'
        option ip6assign '60'
        option multicast_to_unicast '0'
        option hostname 'GL-X750-326'
        option ipaddr '192.168.8.1'

config interface 'wan'
        option ifname 'eth0'
        option proto 'dhcp'
        option hostname 'GL-X750-326'
        option ipv6 '0'

config interface 'wan6'
        option ifname 'eth0'
        option proto 'dhcpv6'
        option disabled '1'

config interface 'guest'
        option ifname 'guest'
        option type 'bridge'
        option proto 'static'
        option ipaddr '192.168.9.1'
        option netmask '255.255.255.0'
        option ip6assign '60'

config interface 'wwan'
        option proto 'dhcp'
        option metric '20'

config interface 'modem_1_1_2'
        option ifname 'wwan0'
        option service 'fdd_lte'
        option apn 'internet'
        option proto 'qmi'
        option device '/dev/cdc-wdm0'
        option node '1-1.2:1.4'
        option metric '40'
        option disabled '1'

do you have the possibility to execute AT commands towards the modem?

no idea how.

opkg update
opkg install minicom

view:

Are you using the official OpenWrt image?

1 Like

ok, i think i can do that.
But why? i need the possibility to switch off the SIM Port, with a switch or something like this.

yes, i think so, it is build in as default

Are you using the official OpenWrt image?

OpenWrt 19.07.8 r11364-ef56c85848 / LuCI openwrt-19.07 branch git-21.189.23240-7b931da

Please make sure you're using the current official version downloaded from openwrt.org
"it is build in as default" sounds like it was pre-installed by Gl.Inet, if this is the case and you want to keep their version please contact them for support.

2 Likes

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.