c.monty
- Beiträge
- 26
- Punkte Reaktionen
- 0
Hallo!
Ich habe eine Virtualisierungsplattform mit Web-Oberfläche (Proxmox VE 3.3) aufgesetzt und den Server direkt mit dem Kabel-Gateway TC7200 verbunden.
Die Default Netzwerkonfiguration sieht hierbei den Bridged Mode vor, d.h. die virtuellen Maschinen verhalten sich so, als würden sie mit einem physikalischen Netzwerk verbunden sein und damit sieht das Netzwerk-Interface diverse MAC Adressen.
Dies ist im Wiki https://pve.proxmox.com/wiki/Network_Model von Proxmox beschrieben.
Dort steht auch, dass einige Provider genau dann das Netzwerk deaktivieren, wenn mehrere MAC am selben Netzwerk auftauchen.
Frage:
Ist diese Einschränkung seitens KabelBW bekannt ?
Konkret habe ich ein Problem, welches man hierauf zurückführen könnte.
Die DNS-Namensauflösung funktioniert zunächst, bricht dann aber aus unbekannter Ursache ab.
1. Start von apt-get upgrade bleibt nach 32% des Pakets pve-qemu-kvm stehen
2. Nach Restart des Servers läuft der Upgrade ohne Probleme durch
THX
Ich habe eine Virtualisierungsplattform mit Web-Oberfläche (Proxmox VE 3.3) aufgesetzt und den Server direkt mit dem Kabel-Gateway TC7200 verbunden.
Die Default Netzwerkonfiguration sieht hierbei den Bridged Mode vor, d.h. die virtuellen Maschinen verhalten sich so, als würden sie mit einem physikalischen Netzwerk verbunden sein und damit sieht das Netzwerk-Interface diverse MAC Adressen.
Dies ist im Wiki https://pve.proxmox.com/wiki/Network_Model von Proxmox beschrieben.
Dort steht auch, dass einige Provider genau dann das Netzwerk deaktivieren, wenn mehrere MAC am selben Netzwerk auftauchen.
Frage:
Ist diese Einschränkung seitens KabelBW bekannt ?
Konkret habe ich ein Problem, welches man hierauf zurückführen könnte.
Die DNS-Namensauflösung funktioniert zunächst, bricht dann aber aus unbekannter Ursache ab.
1. Start von apt-get upgrade bleibt nach 32% des Pakets pve-qemu-kvm stehen
Code:
root@pc6:~# apt-get upgrade
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following packages have been kept back: proxmox-ve-2.6.32
The following packages will be upgraded: ceph-common librados2 librbd1 novnc-pve pve-manager pve-qemu-kvm python-ceph qemu-server
8 upgraded, 0 newly installed, 0 to remove and 1 not upgraded.
Need to get 19.4 MB of archives.
After this operation, 51.2 kB of additional disk space will be used.
Do you want to continue [Y/n]?
Get:1 http://download.proxmox.com/debian/ wheezy/pve-no-subscription ceph-common amd64 0.80.6-1~bpo70+1 [7,018 kB]
Get:2 http://download.proxmox.com/debian/ wheezy/pve-no-subscription librbd1 amd64 0.80.6-1~bpo70+1 [427 kB]
Get:3 http://download.proxmox.com/debian/ wheezy/pve-no-subscription librados2 amd64 0.80.6-1~bpo70+1 [2,021 kB]
Get:4 http://download.proxmox.com/debian/ wheezy/pve-no-subscription python-ceph amd64 0.80.6-1~bpo70+1 [42.0 kB]
Get:5 http://download.proxmox.com/debian/ wheezy/pve-no-subscription novnc-pve amd64 0.4-7 [368 kB]
Get:6 http://download.proxmox.com/debian/ wheezy/pve-no-subscription pve-qemu-kvm amd64 2.1-9 [5,488 kB]
60% [6 pve-qemu-kvm 1,771 kB/5,488 kB 32%]
Err http://download.proxmox.com/debian/ wheezy/pvetest pve-qemu-kvm amd64 2.1-9 Unable to connect to download.proxmox.com:http:
Err http://download.proxmox.com/debian/ wheezy/pvetest qemu-server amd64 3.1-35 Unable to connect to download.proxmox.com:http:
Err http://download.proxmox.com/debian/ wheezy/pvetest pve-manager amd64 3.3-2 Unable to connect to download.proxmox.com:http:
Fetched 9,876 kB in 4min 47s (34.3 kB/s)
Failed to fetch http://download.proxmox.com/debian/dists/wheezy/pvetest/binary-amd64/pve-qemu-kvm_2.1-9_amd64.deb Unable to connect to download.proxmox.com:http:
Failed to fetch http://download.proxmox.com/debian/dists/wheezy/pvetest/binary-amd64/qemu-server_3.1-35_amd64.deb Unable to connect to download.proxmox.com:http:
Failed to fetch http://download.proxmox.com/debian/dists/wheezy/pvetest/binary-amd64/pve-manager_3.3-2_amd64.deb Unable to connect to download.proxmox.com:http:
E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing?
2. Nach Restart des Servers läuft der Upgrade ohne Probleme durch
Code:
Last login: Sun Oct 12 10:36:53 2014 from 192.168.100.96
root@pc6:~# apt-get upgrade
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following packages have been kept back: proxmox-ve-2.6.32
The following packages will be upgraded: ceph-common librados2 librbd1 novnc-pve pve-manager pve-qemu-kvm python-ceph qemu-server
8 upgraded, 0 newly installed, 0 to remove and 1 not upgraded.
Need to get 9,482 kB/19.4 MB of archives.
After this operation, 51.2 kB of additional disk space will be used.
Do you want to continue [Y/n]?
Get:1 http://download.proxmox.com/debian/ wheezy/pve-no-subscription pve-qemu-kvm amd64 2.1-9 [5,488 kB]
Get:2 http://download.proxmox.com/debian/ wheezy/pve-no-subscription qemu-server amd64 3.1-35 [120 kB]
Get:3 http://download.proxmox.com/debian/ wheezy/pve-no-subscription pve-manager amd64 3.3-2 [3,874 kB]
Fetched 7,711 kB in 11s (681 kB/s)
Reading changelogs... Done
THX