Hello,
I have no connection from and to my host with a bridged interface (no ping from and to the host), but I can ping a VM on that same interface.
Oddly I can get a connection for about 1-2 minutes, after I rebooted the machine.
my /etc/network/interfaces:
Best Regards
Mr-Wagner
I have no connection from and to my host with a bridged interface (no ping from and to the host), but I can ping a VM on that same interface.
Oddly I can get a connection for about 1-2 minutes, after I rebooted the machine.
my /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
Best Regards
Mr-Wagner