Hallo,
Ich bekomme keine Verbindung zu meinem Proxmox Host, wenn ich ein bridged interface nutze. Eine VM, welche das gleiche Interface (vmbr0) nutzt, kann ich anpingen. Seltsamerweise ist es möglich den Host zu erreichen, wenn er gerade neugestartet wurde. Nach etwa 1-2 Minuten ist dies aber nicht mehr möglich. Hat jemand eine Idee zur Lösung meines Problems?
Meine /etc/network/interfaces:
Beste Grüße
Mr-Wagner
Ich bekomme keine Verbindung zu meinem Proxmox Host, wenn ich ein bridged interface nutze. Eine VM, welche das gleiche Interface (vmbr0) nutzt, kann ich anpingen. Seltsamerweise ist es möglich den Host zu erreichen, wenn er gerade neugestartet wurde. Nach etwa 1-2 Minuten ist dies aber nicht mehr möglich. Hat jemand eine Idee zur Lösung meines Problems?
Meine /etc/network/interfaces:
Code:
# 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!
source /etc/network/interfaces.d/*
auto lo
iface lo inet loopback
auto eth0
iface eth0 inet manual
auto vmbr0
iface vmbr0 inet static
address 192.168.3.5
netmask 255.255.255.0
gateway 192.168.3.1
bridge_ports eth0
bridge_stp off
bridge_fd 0
Beste Grüße
Mr-Wagner
Last edited: