Hi everyone,
We have just added a new OS to the bare metal catalog: Proxmox Virtual VE 9, based on Debian 13 (Trixie). This is the first Proxmox version for which we enable ZFS by default for the data partition.
Please refer to the publisher's release notes for further information.
As setting up Proxmox 9 to work on a Kimsufi server with a single external IP address was a bit of a nightmare, we wrote this cookbook.
Hope it helps
Walter
OVH/Kimsufi Proxmox Container Setup Guide
From Bare Metal to Working Web Server
Tested on: KS-5 server, Proxmox 9, September 2025
Overview
This guide documents the complete process of setting up working container networking on OVH/Kimsufi dedicated servers with Proxmox 9, from initial server provisioning to a functioning web server accessible from the internet.
Prerequisites
OVH/Kimsufi Proxmox 9 Container Setup Guide
From Bare Metal to Working Web Server
Tested on: KS-5 server, Proxmox 9, September 2025
Overview
This guide documents the complete process of setting up working container networking on OVH/Kimsufi dedicated servers with Proxmox, from initial server provisioning to a functioning web server accessible from the internet.
Prerequisites
Part 1: Initial Server Setup
1.1 Access and User Setup
1.2 Proxmox Web Interface Access
Set password for root to access Proxmox web interface:
Access Proxmox at:
https://YOUR_SERVER_IP:8006Part 2: Container Network Configuration
2.1 The Problem
Default Proxmox container networking on OVH fails because:
2.2 Create Internal Bridge Network
Edit
/etc/network/interfacesand add:2.3 Activate Internal Bridge
2.4 Configure Packet Forwarding
Part 3: Container Creation
3.1 Download Container Template
In Proxmox web interface:
3.2 Create Container via Web Interface
vmbr0tovmbr610.0.0.100/24(increment for additional containers)10.0.0.2543.3 Container Network Verification
Part 4: Web Server Setup
4.1 Install Caddy in Container
4.2 Configure Web Server
Part 5: External Access Configuration
5.1 Port Forwarding Setup
5.2 Test External Access
From external machine:
Part 6: Multiple Container Setup
6.1 Additional Containers
For each new container:
vmbr6, increment IP (10.0.0.101, 10.0.0.102, etc.)10.0.0.2546.2 Port Forwarding for Additional Services
Conclusion
This configuration provides stable container networking on OVH infrastructure. The key insight is that containers need an internal bridge network with proper NAT and forwarding rules, rather than connecting directly to the external bridge.
After implementing this setup, containers have full internet connectivity and can be accessed from external networks through port forwarding rules. This solution eliminates the TCP connectivity issues that can occur with incorrect container networking configurations.
Thanks@le_sbraz for the information
Thanks@le_sbraz . I waited this news to deploy my new servers.