Wie internes Netzwerk korrekt konfiguieren?

marv.th

New Member
Jan 18, 2020
1
0
1
25
Hallo liebes Forum.

Auf unserem Dedizierten Server wollen wir ein internes Netzwerk einrichten. Wir hatten dies bereits eingerichtet gehabt, jedoch funktionierte dies fehlerfrei nur für ein paar Stunden. Manche Container, welche auch eine externe IPv4-Adresse konfiguiert hatten, verloren ihre Internet Verbindung. Nach Entfernung des Internen Netzwerkes und einem Serverneustart, hatten alle Server wieder eine Internetverbindung.
Die Server sollen untereinander kommunizieren können. Ob IPv4 oder IPv6 hängt von der Zuverlässigkeit ab.
Ich hoffe sehr, dass Sie mir helfen können und freue mich über jede Antwort.

Die aktuelle /etc/network/interfaces Datei habe ich eingebunden.

Code:
# network interface settings; autogenerated
# Please do NOT modify this file directly, unless you know what
# you're doing.
#
# If you want to manage parts of the network configuration manually,
# please utilize the 'source' or 'source-directory' directives to do
# so.
# PVE will preserve these directives, but will NOT read its network
# configuration from sourced files, so do not attempt to move any of
# the PVE managed interfaces into external files!

auto lo
iface lo inet loopback

iface eno1 inet manual

iface eno2 inet manual

auto vmbr0
iface vmbr0 inet static
        address  XXX.XXX.XXX.XXX
        netmask  24
        gateway  XXX.XXX.XXX.XXX
        bridge-ports eno1
        bridge-stp off
        bridge-fd 0
 
Hi,

generell sollte das nicht passieren.
Haben die VM eine Public oder eine Private IP?
Was du auf alle fälle mal probieren kannst ist wenn du private IPs verwendest eine private vmbr zu verwenden.
Also einfach eine VMBridge anlegen ohne Interface.
 

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!