Zugriff

robinHarry

New Member
Oct 19, 2023
3
0
1
Ich habe Proxmox installiert und es über LAN mit meinem Router verbunden, aber ich kann es nicht aktualisieren. Es erscheint immer die Fehlermeldung 'Failed to fetch', und ich kann nicht über einen Webbrowser darauf zugreifen. Ich bräuchte Hilfe bei der Konfiguration der Netzwerkeinstellungen.
 
Es erscheint immer die Fehlermeldung 'Failed to fetch'
Kannst du bitte die volle Fehlermeldung posten? Da du frisch installierst hast, schätz ich aber mal, dass du einfach noch die Enterprise Repositories konfiguriert hast.

Was geben denn die folgenden Befehle aus? (Bitte in Codetags posten!)
- ping -c4 download.proxmox.com
- tail -n+0 /etc/apt/sources.list /etc/apt/sources.list.d/*
- cat /etc/network/interfaces

ich kann nicht über einen Webbrowser darauf zugreifen.
Hast du auch wirklich probiert auf https://<ip>:8006 zuzugreifen? Das Proxmox VE Web-UI läuft nicht auf dem Standard HTTPS-Port.
 
Die IP-Adresse gehört nur in den vmbrX-Block. NICHT zusätzlich auch zum NIC.

Die Bridge hat gar keine physische Netzwerkkarte --> fundamental kapott. Beide Stanzas machen doch überhaupt keinen Sinn!

Ist das ein WLAN-Interface? Das klappt nur sehr umständlich und gilt als nicht zuverlässig.

Genauere Antworten gibt es bei genaueren Fragen... am besten nach Lesen der Anleitung, z. B. https://pve.proxmox.com/pve-docs/pve-admin-guide.html#chapter_installation bzw. https://pve.proxmox.com/pve-docs/pve-admin-guide.html#sysadmin_network_configuration


Viel Erfolg!
 
Zu dem was UdoB gesagt hat sei noch zu nennen.

1.) Ein OS sollte keine 2 IP Adressen im gleichen Subnet haben...erst recht nicht 2 mal die gleiche IP Adresse...
2.) Nehm deine Netzwerk-Karte ("enp5s0f5") und kein Wifi ("wlp6s1"). Warum steht hier: https://pve.proxmox.com/wiki/WLAN

So sollte deine Netzwerk Konfig vmtl aussehen:
Code:
auto lo
iface lo inet loopback

iface enp5s0f5 inet manual

iface wlp6s1 inet manual

auto vmbr0
iface vmbr0 inet static
        address 192.168.178.99/24
        gateway 192.168.178.1
        bridge-ports enp5s0f5
        bridge-stp off
        bridge-fd 0

Bitte aber nochmal Ausgabe von ip a, cat /etc/resolv.conf und cat /etc/hosts geben, weil das alles total verwurstelt aussieht.
 
Last edited:

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!