Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!


New on LowEndTalk? Please Register and read our Community Rules.

All new Registrations are manually reviewed and approved, so a short delay after registration may occur before your account becomes active.

IPFailover / Ubuntu 20.04 VM Soyoustart

waffleunclewaffleuncle Member
edited June 2021 in Help

Hello,

I have a huge problem, the company OVH does not want to offer support on this kind of situation.
They refer me to their website which I believe does not show the correct configuration.

On their website these indicate.

network:
    ethernets:
        ens18 :
            addresses:
                - FAILOVER_IP/32
            nameservers:
                addresses:
                    - 213.186.33.99
                search: []
            optional: true
            routes:
                - to: 0.0.0.0/0
                  via : GATEWAY_IP
                  on-link: true
    Version : 2

after several attempts the system does not recognize this configuration via netplan try
could you help me.

*I want to say that yes I have registered the mac address on the ip that corresponds to the VM

Comments

  • Here is the error i get when i try to apply they config

    ` netplan try
    /etc/netplan/50-cloud-init.yaml:15:5: Error in network definition: unknown key ' Version'
    Version : 2
    ^

    An error occurred: the configuration could not be generated

    Reverting.
    `

  • jmgcaguiclajmgcaguicla Member
    edited June 2021

    @waffleuncle said:
    Here is the error i get when i try to apply they config

    ` netplan try
    /etc/netplan/50-cloud-init.yaml:15:5: Error in network definition: unknown key ' Version'
    Version : 2
    ^

    An error occurred: the configuration could not be generated

    Reverting.
    `

    The V in the version key should be in lowercase. https://netplan.io/examples/

  • waffleunclewaffleuncle Member
    edited June 2021

    Here is my IPFailover
    Can you show me one exemple code what's supposed to looks like :smile:

    158.69.137.104/30
    Network IP :158.69.137.104
    Broadcast IP :158.69.137.107
    Gateway IP :158.69.137.106
    Netmask :255.255.255.252

    I will try first with lowercase for the V

  • @jmgcaguicla said:

    @waffleuncle said:
    Here is the error i get when i try to apply they config

    ` netplan try
    /etc/netplan/50-cloud-init.yaml:15:5: Error in network definition: unknown key ' Version'
    Version : 2
    ^

    An error occurred: the configuration could not be generated

    Reverting.
    `

    The V in the version key should be in lowercase. https://netplan.io/examples/

    You save my day and my life.
    Thanks you so much !

  • hyperhostsolutionshyperhostsolutions Member, Patron Provider

    OVH / Soyoustart support is not great at the best of times buy soyoustart ,they try not to help , will only help if server is offline really as its "unmanaged" and they really play that card

  • @waffleuncle said:
    Hello,

    I have a huge problem, the company OVH does not want to offer support on this kind of situation.
    They refer me to their website which I believe does not show the correct configuration.

    On their website these indicate.

    network:
    ethernets:
    ens18 :
    addresses:
    - FAILOVER_IP/32
    nameservers:
    addresses:
    - 213.186.33.99
    search: []
    optional: true
    routes:
    - to: 0.0.0.0/0
    via : GATEWAY_IP
    on-link: true
    Version : 2

    after several attempts the system does not recognize this configuration via netplan try
    could you help me.

    *I want to say that yes I have registered the mac address on the ip that corresponds to the VM

    try it with /32 ath the end

    • 213.186.33.99/32
Sign In or Register to comment.