Questions tagged as ['ovh']

Questions about dedicated server, cloud, and VPS services provided by OVH. Other OVH services might not be on topic at Server Fault.
Score: 0
Gilberto Martins avatar
In OVH, how to connect 2 VMs, each one in a ProxMoxServer, using vrack?
cn flag

Each of both PVE has 1 VM for firewall and several other VMs, organized in subnetworks, addressed with RFC1918, according to the this diagram

For better understanding, this is the networking addressing:

PVE01 - Net 01 - 172.1.10.0/27
PVE01 - Net 02 - 172.1.20.0/27
PVE01 - Net 03 - 172.1.30.0/27

PVE02 - Net 01 - 172.2.10.0/27
PVE02 - Net 02 - 172.2.20.0/27
PVE02 - Net 03 - 172.2.30.0/27

Actually, any s ...

Score: 0
Ror avatar
Persistent interface naming configuration not working anymore
om flag
Ror

I have multiple public cloud instances at OVH. Each one as a public interface and one or multiple private interfaces. All intances are on Debian 9. Since the naming is done automatically and I don't want to change the IP configuration every time the servers reboot, I used to set the private interfaces names persistently in

/etc/udev/rules.d/70-persistent-net.rules

like so

SUBSYSTEM=="net", ACTION ...
Score: 2
Stargateur avatar
systemd network ipv6 gateway is not set up
mv flag

Cross posted on github

I don't understand why my systemd network config doesn't set up ipv6 gateway route, XXX.XXX.XXX.XXX and YYYY:YYYY:YYYY:YYYY:: are always the same ip. My server is hosted by OVH:

[Match]
Name=eth0
 
[Network]
DHCP=false
 
DNS=91.121.161.184
DNS=91.121.164.227
 
Address=XXX.XXX.XXX.XXX/24
Gateway=XXX.XXX.XXX.254
 
DNS=2001:41d0:1:e2b8::1
DNS=2001:41d0:1:e5e3::1
 
Address=YYYY:YYYY: ...
Score: 0
Fahed avatar
OHV VPS ports not modified. Where are those rule set?
cn flag

I have a problem with a VPS ports config (on ovh.com).

  • I set up Debian 10 and updated it.
  • I didn't install any firewall software.
  • OVH infrastructure is protected by a global firewall, but on my panel it's shown as disabled and there are no rules applied.
  • Default ports work fine (HTTP, TCP, UDP, SSH, FTP, DNS and SSL).

EXAMPLE (FTP)

FTP works just fine on port 21:

client

$ ftp XX.XX.XX.XX
Connect ...
Score: 0
Fahed avatar
OHV VPS ports remain "closed" and can't be changed, why?
cn flag

I have a problem with a VPS ports config (on ovh.com). I set up Debian 10 and updated it, but when I try to configure ports I get many errors.

I found that OVH infrastructure is protected by a global firewall, but on my panel it's shown as disabled and there are no rules applied.

EXAMPLE

If I use port 22 for SSH, it's all ok, but if I change the port then I get locked out. Same goes for any port.

 ...

Score: 0
VMWare ESXi + LetsEncrypt - SSL certificate renewal
cn flag

With VMWare ESXi (I'm running ESXi 6.7), I'm regularly go through an SSL issue. Chrome & Firefox do not allow self-signed certificated provided by internal VMWare system.

In my case, the only way to access to VMWare Sphere Web Client is to use Safari (on macOS) and allow manually certificate as a trusted certificate.

SSL error in chrome

The point is to declare signed certificate.
As VSphere Client is only for administr ...

Score: 1
Jorge O.H. avatar
Urgent help needed with GRUB centos
ca flag

Today I had an email of OVH saying my server was hacked (it was nothing more than a wordpress plugin of a client messing around) but it ended with my server forced to Rescue Mode and I'm not able to boot normally anymore.

My server has 2 disks:

Disk /dev/nvme1n1: 1920.4 GB, 1920383410176 bytes, 3750748848 sectors Units = sectors of 1 * 512 = 512 bytes Sector size (logical/physical): 512 bytes / 512  ...