15: Configuring a mobile connection
_______________________________________________________________________________________________________
_______________________________________________________________________________________________________
© Virtual Access 2018
GW1000 Series User Manual
Issue: 2.3
Page 137 of 463
15.3
Configuring a mobile connection using CLI
15.3.1
UCI
To establish a basic mobile connection, enter:
root@VA_router:~# uci show network
network.3G=interface
network.3G.proto=3g
network.3G.monitored=0
network.3G.sim=any
network.3G.auto=1
network.3G.defaultroute=1
network.3G.metric=1
network.3G.service_order=auto lte umts gprs
network.3G.apn=test.apn
network.3G.username=username
network.3G.password=password
network.3G.ipv4mode=dhcp
network.3G.ipv6mode=none
network.3G.keepalive=’5 1’
network.3G.operator_reselect=0
network.3G.auth=2
15.3.2
Package options
root@VA_router:~#
package network
config interface '3G'
option proto '3g'
option monitored '0'
option auto ‘1’
option sim 'any'
option defaultroute '1'
option metric ‘1’
option service_order 'auto lte umts gprs'
option apn 'test.apn'
option username ‘username’