[PVE-User] Network config (VLANs) changed in 4.0 ?
Alexandre DERUMIER
aderumier at odiso.com
Fri Oct 9 08:20:28 CEST 2015
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)" <Petric.Frank at alcatel-lucent.com>
À: "proxmoxve" <pve-user at pve.proxmox.com>
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:dietmar at proxmox.com]
> 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
pve-user at pve.proxmox.com
http://pve.proxmox.com/cgi-bin/mailman/listinfo/pve-user
More information about the pve-user
mailing list