Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[not really a bug] Installing on Proxmox/OVH [Soyoustart] #2441

Open
fcorbelli opened this issue Feb 8, 2023 · 2 comments
Open

[not really a bug] Installing on Proxmox/OVH [Soyoustart] #2441

fcorbelli opened this issue Feb 8, 2023 · 2 comments
Labels
Support Please visit https://help.nextcloud.com or https://shop.hanssonit.se/product-category/support/

Comments

@fcorbelli
Copy link

Steps To Reproduce

Installing the virtual machine with a failover IP on OVH/Soyoustart server does not work.
The VM start, but cannot resolve anything (no DHCP of course), neither the static IP configuration works (read below why and how to fix)

Expected Result

Be able to manually edit the .yaml (or choose some kind of checkbox to enforce this behayviour)

Actual Result

Impossible to activate NIC=> cannot configure the VM => abort

Screenshots, Videos, or Pastebins

No response

Additional Context

The problem lies in the peculiarity of the .yaml file to use a "strange" IP router, mandatory for OVH/Soyoustart
A "standard" OVH server have 1 "real" IP, and N "other" IPs (the failover).
The normal gateway is the IP.254

In this example the "first" IP is 176.178.179.180 => the gateway become 176.178.179.254
With a failover IP 37.1.2.3, on 00:51:52:53:54:55 (this is a ESXi legacy, whatever it is on proxmox)

The "routes" section is the key: it's mandatory (AFAIK)

Something like that (on ens19)

network:
   version: 2
   ethernets:
       ens19: #object name
         dhcp4: false # dhcp v4 disable
         dhcp6: false # dhcp v6 disable
         addresses: [37.1.2.3/32]
         match:
            macaddress: 00:51:52:53:54:55
         nameservers:
           addresses: [8.8.8.8,208.67.222.222]
         routes:
         - to: 0.0.0.0/0
           via: 176.178.179.254 
           on-link: true

My usual "quick-and-dirrrrrty" trick is

  • control-C to enter "standard" shell
  • changing the netplan .yaml by hand
  • netplan apply
  • launch another shell (alt f2)
  • run the "normal" installation process

Of course, nothing impossible for a fairly experienced user, but I think it represents a blocking problem for those less accustomed
Kind regards

Build Version

25.0.2

Environment

By downloading the VM

Environment Details

  • Proxmox 7.3.4
  • Running on OVH/Soyoustart barematel
  • 1 "real" IP + N failover, running on failover IP
@fcorbelli fcorbelli added the bug label Feb 8, 2023
@enoch85 enoch85 added Support Please visit https://help.nextcloud.com or https://shop.hanssonit.se/product-category/support/ and removed bug labels Feb 8, 2023
@enoch85
Copy link
Member

enoch85 commented Feb 8, 2023

Very special case and the first one I've seen with this issue over the past years.

So you expect us to implement a fix?

@fcorbelli
Copy link
Author

In fact, no :) personally not a problem (for me)

I would think more of a "do you wanto to manually edit the .yaml file?" then running nano (very FreeBSD style) on it.

Because at the next reboot the installer "rebuild" the configuration file, and then - again - everything freezes, cannot access from web or ssh

Maybe an addendum in the documentation?
Just my 1 cent

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Support Please visit https://help.nextcloud.com or https://shop.hanssonit.se/product-category/support/
Projects
None yet
Development

No branches or pull requests

2 participants