Hi, this should works " auto lo iface lo inet loopback
auto eth0 # Management interface (Proxmox Web GUI) auto eth0.41 iface eth0.41 inet static address xxxx.xxx.1.164 netmask 255.255.255.0 # base for the VMs auto vmbr0 iface vmbr0 inet manual bridge_ports eth0 bridge_stp off bridge_fd 0 " ----- Mail original ----- De: "Frank, Petric (Petric)" <[email protected]> À: "proxmoxve" <[email protected]> Envoyé: Jeudi 8 Octobre 2015 08:32:55 Objet: Re: [PVE-User] Network config (VLANs) changed in 4.0 ? Hello, because the management interface is part of a vlan also. For the records - i changed my interfaces file to this: auto lo iface lo inet loopback auto eth0 # Management interface (Proxmox Web GUI) auto eth0.41 iface eth0.41 inet static address xxxx.xxx.1.164 netmask 255.255.255.0 # base for the VMs auto vmbr0 iface vmbr0 inet static address 0.0.0.0 bridge_ports eth0 bridge_stp off bridge_fd 0 Omitting the address from vmbr0 does not bring it up. Thanks for the hints. They put me into the right direction. Kind regards Petric > -----Original Message----- > From: Dietmar Maurer [mailto:[email protected]] > Sent: Donnerstag, 8. Oktober 2015 07:12 > To: PVE User List; Frank, Petric (Petric) > Subject: Re: [PVE-User] Network config (VLANs) changed in 4.0 ? > > > Or must such things be done in another way now ? > > Why don't you simply set the VLAN when you create a VM or network > interface? _______________________________________________ pve-user mailing list [email protected] http://pve.proxmox.com/cgi-bin/mailman/listinfo/pve-user _______________________________________________ pve-user mailing list [email protected] http://pve.proxmox.com/cgi-bin/mailman/listinfo/pve-user
