Same network config works in Stretch, stalls in Wheezy

moxfan

Active Member
Aug 28, 2013
104
6
38
Hi Guys,

Why is it that the network configuration below, on the same server, works great with Proxmox 5.1 & Debian 9, but does not boot with Proxmox 3.4 & Debian 7 (just replaced eno1 and eno2 with eth0 and eth1 in Debian 7)?

Code:
root@srv2:~# cat /etc/network/interfaces
auto lo
iface lo inet loopback
iface eno1 inet manual
auto vmbr0
iface vmbr0 inet static
    address XXX.XXX.XXX.24   <-- Host IP
    netmask 255.255.255.0
    gateway XXX.XXX.XXX.1
    bridge_ports eno1
    bridge_stp off
    bridge_fd 0
auto vmbr0:0
    iface vmbr0:0 inet static
    address XXX.XXX.XXX.74   <-- Failover IP
    netmask 255.255.255.255
auto eno2   <-- Vlan on second port
     iface eno2 inet dhcp
     mtu 9000
 
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!