Hello, I'm going crazy after the upgrade to 5.2.3.
This is my configuration file, simple but working still last night.
Now both vms and host can't connect to internet but works only local network.
The host is a hp dl160 g6 machine.
Any idea? thanks
This is my configuration file, simple but working still last night.
Now both vms and host can't connect to internet but works only local network.
The host is a hp dl160 g6 machine.
Any idea? thanks
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
allow-hotplug enp5s0f0
auto enp5s0f0
iface enp5s0f0 inet manual
auto enp5s0f1
iface enp5s0f1 inet manual
auto vmbr0
iface vmbr0 inet static
address 192.168.1.236
netmask 255.255.255.0
gateway 192.168.1.1
bridge_ports enp5s0f0
bridge_stp off
bridge_fd 0