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.
+1 vote
330 views 0 comments
by anonymous
Hey all.

I have a RUT955 7.01.2 router stuck on Wired WAN connection but I need it to be Mobile connection only.
How can I accomplish this via SMS UCI commands?

I have only seen solutions for version 6 firmware. (Different network config file).
 

network.loopback.ifname=lo

network.loopback.proto=static

network.loopback.ipaddr=127.0.0.1

network.loopback.netmask=255.0.0.0

network.globals.ula_prefix=fd11:b349:26dd::/48

network.wan.ifname=eth1

network.wan.proto=dhcp

network.wan.metric=5

network.wan.disabled=1

network.wan.enabled=0

network.wan6.ifname=eth1

network.wan6.proto=dhcpv6

network.wan6.metric=4

network.lan.ifname=eth0.1

network.lan.proto=static

network.lan.type=bridge

network.lan.ipaddr=192.168.1.1

network.lan.netmask=255.255.255.0

network.lan.ip6assign=60

network.cfg063777.name=switch0

network.cfg063777.reset=1

network.cfg063777.enable_vlan=1

network.cfg071ec7.device=switch0

network.cfg071ec7.vlan=1

network.cfg071ec7.ports=2 3 4 0t

network.mob1s1a1.proto=wwan

network.mob1s1a1.modem=1-1.4

network.mob1s1a1.sim=1

network.mob1s1a1.pdp=1

network.mob1s1a1.auth=none

network.mob1s1a1.metric=1

network.mob1s1a1.apn=b2b.static

network.mob1s1a1.force_apn=-1

network.mob1s2a1.proto=wwan

network.mob1s2a1.modem=1-1.4

network.mob1s2a1.metric=2

network.mob1s2a1.sim=2

network.mob1s2a1.pdp=1

1 Answer

0 votes
by anonymous

Solved.
What I had in my network config actually worked.

I believe adding this worked:


uci set network.wan.disabled=1
uci set network.wan.enabled=0

uci commit network

luci-reload

Best answer