Re: [Astlinux-users] Wan Failover Script

2018-10-02 Thread Michael Knill
Hi Lonnie I guess I wanted to highlight the gotcha that if you are using PPPoE, any ip route commands will fail in the wan-failover.script when it is down. For example, my script initially was used to force my provider out the Primary interface only so it would be UNREACHABLE and the backup tru

Re: [Astlinux-users] Wan Failover Script

2018-10-02 Thread Lonnie Abelbeck
> On Oct 1, 2018, at 10:38 PM, Michael Knill > wrote: > > Hi all > > Just a bit of a problem I would like to highlight with the Wan Failover > script. > The passed interface parameters assume a fixed interface rather than a > dynamic one e.g. ppp0 so it fails. > > So when the primary ha

[Astlinux-users] Wan Failover Script

2018-10-01 Thread Michael Knill
Hi all Just a bit of a problem I would like to highlight with the Wan Failover script. The passed interface parameters assume a fixed interface rather than a dynamic one e.g. ppp0 so it fails. So when the primary has failed: wan-failover.script SECONDARY ppp0 115.187.183.76 eth2 10.101.194.1 Can