Questions tagged as ['ovh']
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 ...
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 ...
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: ...
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 ...
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.
...

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.
The point is to declare signed certificate.
As VSphere Client is only for administr ...
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 ...