Proxmox 6 - Debian 10 VPS netwrok configuration

higi22

New Member
Dec 5, 2019
1
0
1
42
Hello,

- have OVH.com dedicated server with Proxmox 6 installed.
- ordered 64 IP block

My VPS are configured (on proxmox GUI side):
- Bridge vmbr0
- Model: VirtIO
- MAC adress: xx.x.x.x.x..x (generated on OVH side, virtual MAC)

My network configuration on VPS side:
Code:
cat /etc/network/interfaces
# This file describes the network interfaces available on your system
# and how to activate them. For more information, see interfaces(5).

source /etc/network/interfaces.d/*

# The loopback network interface
auto lo eth0
iface lo inet loopback

# The primary network interface
auto eth0
iface eth0 inet static
        address 54.37.XX.YY
        netmask 255.255.255.255
        broadcast 54.37.XX.YY
        post-up route add 51.AA.BBB.254 dev eth0
        post-up route add default gw 51.AA.BBB.254
        pre-down route del 51.AA.BBB.254 dev eth0
        pre-down route del default gw 51.AA.BBB.254
        # dns-* options are implemented by the resolvconf package, if installed
        dns-search 213.186.33.102 212.127.32.132 8.8.8.8

Everything is working great, VPS Deabin 9 are online and have internet access on public IP.

My problem is when i install VPS Debian 10, using same configuration as on Debian 9, VPS cannot access internet, cannot ping on google etc.

Please help.
THX
 
Last edited:

About

The Proxmox community has been around for many years and offers help and support for Proxmox VE, Proxmox Backup Server, and Proxmox Mail Gateway.
We think our community is one of the best thanks to people like you!

Get your subscription!

The Proxmox team works very hard to make sure you are running the best software and getting stable updates and security enhancements, as well as quick enterprise support. Tens of thousands of happy customers have a Proxmox subscription. Get yours easily in our online shop.

Buy now!