Network Bridge - Fehler

intox

New Member
Sep 3, 2018
2
0
1
35
Hallo zusammen,

wenn ich eine Network-Bridge anlege, fährt danach mein Server nicht mehr hoch. Was ist an folgender Config falsch?

# network interface settings; autogenerated
# Please do NOT modify this file directly, unless you know what
# you're doing.
#
# If you want to manage part of the network configuration manually,
# please utilize the 'source' or 'source-directory' directives to do
# so.
# PVE will preserve these directives, but will NOT 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

source-directory /etc/network/interfaces.d

auto eth0
iface eth0 inet dhcp

auto vmbr0
iface vmbr0 inet static
address 185.194.236.153 (meine IP der Node)
netmask 255.255.255.192
gateway 185.194.236.129
bridge-ports eth0
bridge-stp off
bridge-fd 0