simple 1 bridge network config, no working

Massi

New Member
May 18, 2018
5
0
1
43
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

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
 
Now both vms and host can't connect to internet but works only local network.
what do you mean by local network ? the host only or the complete 192.168.1.0/24 ?
if the latter, check your gateway
 
all the lan is pingable
 

Attachments

  • Schermata 2018-06-29 alle 11.58.57.png
    Schermata 2018-06-29 alle 11.58.57.png
    147.6 KB · Views: 6

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!