What's new
  • SNBForums Code of Conduct

    SNBForums is a community for everyone, no matter what their level of experience.

    Please be tolerant and patient of others, especially newcomers. We are all here to share and learn!

    The rules are simple: Be patient, be nice, be helpful or be gone!

asuswrt command to failover dualwan

Hi everyone,

Do you know if there is a command that I could use to perform a failover of the dualwan from one NIC to the other?

Thanks a lot!

I use the following in my wan-start script to force the 3G USB modem running in failover mode

Code:
ifconfig ppp1 down

back to the ADSL modem ppp0.

So try substituting ppp1 for your interface name that you wish to switch from....

Regards,
 
Cool! It worked just fine.
When initiating the ifconfig vlan2 down (in my case) it will down one of the interfaces, then the router fails over to the other WAN and raises back the vlan2 interface.

Thanks!
 

Latest threads

Support SNBForums w/ Amazon

If you'd like to support SNBForums, just use this link and buy anything on Amazon. Thanks!

Sign Up For SNBForums Daily Digest

Get an update of what's new every day delivered to your mailbox. Sign up here!
Back
Top