24: Configuring Multi-WAN 
_______________________________________________________________________________________________________ 
_____________________________________________________________________________________________________ 
© Virtual Access 2017 
GW1000 Series User Manual 
Issue: 1.9    Page 186 of 350 
To view the multi-WAN package, enter: 
root@VA_router:~# uci export multiwan 
package multiwan 
 
config multiwan 'config' 
        option enabled 'yes' 
        option preempt 'yes' 
        option alt_mode 'no' 
 
config interface 'ADSL' 
        option health_interval '10' 
        option icmp_hosts 'dns' 
        option timeout '3' 
        option health_fail_retries '3' 
        option health_recovery_retries '5' 
        option priority '1' 
        option manage_state 'yes' 
        option exclusive_group '0' 
        option ifup_retry_sec '300' 
        option ifup_timeout_sec '40' 
 
config interface 'Ethernet' 
        option health_interval '10' 
        option icmp_hosts 'dns' 
        option timeout '3' 
        option health_fail_retries '3' 
        option health_recovery_retries '5' 
        option priority '2' 
        option manage_state 'yes' 
        option exclusive_group '0' 
        option ifup_retry_sec '300' 
        option ifup_timeout_sec '40' 
 
The following output shows the multi-WAN standard stop/start commands for 
troubleshooting. 
root@VA_router:~# /etc/init.d/multiwan 
Syntax: /etc/init.d/multiwan [command]