vmbr0 exists, but VM/CT cannot be connected to it

NetRat

New Member
Sep 25, 2014
6
0
1
Dear Community,

I am facing a weird issue after installing Proxmox. I setup the bridge vmbr0 like this:
Code:
auto vmbr0
iface vmbr0 inet static
    address 192.168.238.2
    netmask 255.255.255.240
    gateway 192.168.238.1
    bridge_ports eth0
        bridge_stp off
        bridge_fd 0
So far everything works, I can connect to the machine with these settings.

Now I am trying to create CTs and VMs which are bridged to vmbr0 , but when I reach the step to select a bridge, the drop down menu doesn't show any bridge.

I tried to create a new bridge to see if this issue is related to vmbr0, but when I try to create a new bridge via Proxmox Web Interface it tells me:
Code:
Parameter verification failed.  (400)

[B]type[/B]: property is not defined in schema and the schema does not allow additional properties

I have no idea to what this issue could be related. I would be really happy about any hint.

Code:
proxmox-ve-2.6.32: 3.1-114 (running kernel: 2.6.32-26-pve)
pve-manager: 3.1-21 (running version: 3.1-21/93bf03d4)
pve-kernel-2.6.32-26-pve: 2.6.32-114
lvm2: 2.02.98-pve4
clvm: 2.02.98-pve4
corosync-pve: 1.4.5-1
openais-pve: 1.1.4-3
libqb0: 0.11.1-2
redhat-cluster-pve: 3.2.0-2
resource-agents-pve: 3.9.2-4
fence-agents-pve: 4.0.0-2
pve-cluster: 3.0-8
qemu-server: 3.1-8
pve-firmware: 1.0-23
libpve-common-perl: 3.0-8
libpve-access-control: 3.0-7
libpve-storage-perl: 3.0-17
pve-libspice-server1: 0.12.4-2
vncterm: 1.1-4
vzctl: 4.0-1pve4
vzprocps: 2.0.11-2
vzquota: 3.1-2
pve-qemu-kvm: 1.4-17
ksm-control-daemon: 1.1-1
glusterfs-client: 3.4.1-1
 
seems like you hit an already fixed bug. update to latest stable and try again.
 
Hi Tom,

thanks for your fast reply.

I already installed all available updates before opening this thread, but it seems that there are no updates available so I assume I already have latest version installed.

Code:
# cat /etc/apt/sources.list
deb [URL]http://ftp.halifax.rwth-aachen.de/debian/[/URL] wheezy main
deb-src [URL]http://ftp.halifax.rwth-aachen.de/debian/[/URL] wheezy main

deb [URL]http://security.debian.org/[/URL] wheezy/updates main
deb-src [URL]http://security.debian.org/[/URL] wheezy/updates main

# wheezy-updates, previously known as 'volatile'
deb [URL]http://ftp.halifax.rwth-aachen.de/debian/[/URL] wheezy-updates main
deb-src [URL]http://ftp.halifax.rwth-aachen.de/debian/[/URL] wheezy-updates main

# Proxmox Repo
deb [URL]http://download.proxmox.com/debian[/URL] wheezy pve


Code:
# sudo apt-get update
Hit [URL]http://ftp.halifax.rwth-aachen.de[/URL] wheezy Release.gpg
Hit [URL]http://ftp.halifax.rwth-aachen.de[/URL] wheezy-updates Release.gpg            
Hit [URL]http://ftp.halifax.rwth-aachen.de[/URL] wheezy Release                        
Hit [URL]http://security.debian.org[/URL] wheezy/updates Release.gpg                      
Hit [URL]http://security.debian.org[/URL] wheezy/updates Release                          
Hit [URL]http://ftp.halifax.rwth-aachen.de[/URL] wheezy-updates Release                   
[B]Hit [URL]http://download.proxmox.com[/URL] wheezy Release.gpg                             
Hit [URL]http://download.proxmox.com[/URL] wheezy Release          [/B]                       
Hit [URL]http://security.debian.org[/URL] wheezy/updates/main Sources            
Hit [URL]http://ftp.halifax.rwth-aachen.de[/URL] wheezy/main Sources             
Hit [URL]http://security.debian.org[/URL] wheezy/updates/main amd64 Packages
Hit [URL]http://download.proxmox.com[/URL] wheezy/pve amd64 Packages       
Hit [URL]http://security.debian.org[/URL] wheezy/updates/main Translation-en              
Hit [URL]http://ftp.halifax.rwth-aachen.de[/URL] wheezy/main amd64 Packages               
Hit [URL]http://ftp.halifax.rwth-aachen.de[/URL] wheezy/main Translation-en  
Hit [URL]http://ftp.halifax.rwth-aachen.de[/URL] wheezy-updates/main Sources 
Ign [URL]http://download.proxmox.com[/URL] wheezy/pve Translation-en_US      
Ign [URL]http://download.proxmox.com[/URL] wheezy/pve Translation-en         
Hit [URL]http://ftp.halifax.rwth-aachen.de[/URL] wheezy-updates/main amd64 Packages/DiffIndex
Hit [URL]http://ftp.halifax.rwth-aachen.de[/URL] wheezy-updates/main Translation-en/DiffIndex

Code:
# sudo apt-get upgrade
Reading package lists... Done
Building dependency tree       
Reading state information... Done
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
 
Dear Tom,

I am not sure what should be outdated in my sources list.

The only thing I find on the page you refered to it is:
Code:
 deb [URL]https://enterprise.proxmox.com/debian[/URL] wheezy pve-enterprise
But we don't have a subscription and so we get 401 http status code when updating.

Correct me if I am wrong, but http.at.debian.org is a normal mirror of the Debian repository, isn't it?

Regards
 
Dear Tom,

found it now; What about highlighting pve-no-subscription in the article? Would make it easier ;)

For all who read this thread and who are as blind as I, this was the OLD line for your sources.list:

Code:
deb [URL]http://download.proxmox.com/debian[/URL] wheezy [B]pve[/B]

And this is the NEW one

Code:
deb [URL]http://download.proxmox.com/debian[/URL] wheezy [B]pve-no-subscription[/B]

Thanks.
 
Dear Tom,

found it now; What about highlighting pve-no-subscription in the article? Would make it easier ;)

..

why should a company promote NOT purchasing their services? I assume your suggestion will not get that popular in our sales department.

glad you found it!
 
Dear Tom,

I meant to highlight it in the article which explains that the repository changed would make it easier to find, I did not meant to suggets to use the version which is free of charge ;)

I just bought for the Community Subscription for one year to receive stable updates :)

Thanks for your fast help, have a nice day :)

- CLOSED -