26: Automatic operator selection
_______________________________________________________________________________________________________
_____________________________________________________________________________________________________
© Virtual Access 2017
GW3300 Series User Manual
Issue: 1.7
Page 230 of 372
26.3
Configuring via UCI
26.3.1
PMP + roaming: pre-empt enabled & disabled via UCI
26.3.1.1
PMP interface configuration
The PMP interface is configured in the network package /etc/config/network. To view the
network configuration file, enter:
root@VA_router:~# uci export network
package network
config interface 'loopback'
option ifname 'lo'
option proto 'static'
option ipaddr '127.0.0.1'
option netmask '255.0.0.0'
config interface 'lan'
option ifname 'eth0'
option proto 'static'
option ipaddr '192.168.100.1'
option netmask '255.255.255.0'
config interface '3g_s1_voda'
option auto '0'
option proto '3g'
option service 'umts'
option apn 'testIE'
option username 'test'
option password 'test'
option sim '1' option operator 'vodafone IE'
To view uci commands, enter:
root@VA_router:~# uci show network
network.loopback=interface
network.loopback.ifname=lo
network.loopback.proto=static
network.loopback.ipaddr=127.0.0.1
network.loopback.netmask=255.0.0.0