Last active
March 25, 2021 05:04
-
-
Save gilou/8a46cb92b3f69d1e9ac2602fb71bb5b8 to your computer and use it in GitHub Desktop.
netplan ip failover OVH
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
routes: | |
- to: 0.0.0.0/0 | |
via: GW_IPV4 | |
on-link: true | |
- to: IPV6_RAN:GEff:ff:ff:ff:ff | |
scope: link | |
- to: ::/0 | |
via: IPV6_RAN:GEff:ff:ff:ff:ff | |
on-link: true |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment