Including IPv4 subnet fails

algorithm

New Member
Apr 5, 2018
1
0
1
29
Hello there,
first let me tell you I am not a big server expert, so forgive me if I do or say something wrong. Since a few days I got my first dedicated server and I had choosen to install Proxmox on it. The installation finished successfully without any trouble. But when I try to include the IPv4 subnet, nothing wants to work.

This is my /etc/network/interfaces, file:
Code:
auto lo
iface lo inet loopback

#auto enp2s0f0
iface enp2s0f0 inet dhcp

auto vmbr0
iface vmbr0 inet static
    address 192.168.100.2
    netmask 255.255.255.0
    gateway 192.168.100.1
    bridge_ports enp2s0f0
    bridge_stp off
    bridge_fd 0

#auto enp2s0f1
iface enp2s0f1 inet manual

auto vmbr0:1
iface vmbr0:1 inet static
    address xxx.xxx.50.33
    netmask 255.255.255.xxx

I hope somebody can help me. And I want to repeat I am not a big expert, so forgive me my ignorance.

Yours sincerely,
algorithm
 

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!