WebGUI mit der https://IP-Adresse:8006 nicht erreichbar!

totti1959

Member
Nov 24, 2020
2
0
6
64
Hallo,
seid einer Zeit ist mein Proxmoxserver nicht mehr über die IP-Adressen ereichbar.
Meldung des Browser:

Die Website ist nicht erreichbar
192.168.2.8
hat die Verbindung unerwartet geschlossen.

Über https: // Hostname: 8006 klappt es.
Hier meine hosts und interfaces:

/etc/hosts
Code:
127.0.0.1 localhost.localdomain localhost
192.168.2.8 pve.fritz.box pve

# The following lines are desirable for IPv6 capable hosts

:: 1 ip6-localhost ip6-loopback
fe00 :: 0 ip6-localnet
ff00 :: 0 ip6-mcastprefix
ff02 :: 1 ip6-allnodes
ff02 :: 2 ip6-Allrouter
ff02 :: 3 ip6-allhosts


/etc/network/interfaces
Code:
# network interface settings; autogenerated
# Please do NOT modify this file directly, unless you know what
# you're doing.
#
# If you want to manage parts of the network configuration manually,
# please utilize the 'source' or 'source-directory' directives to do
# so.
# PVE will preserve these directives, but will NOT read its network
# configuration from sourced files, so do not attempt to move any of
# the PVE managed interfaces into external files!

auto lo
iface lo inet loopback

iface enp1s0 inet manual

auto vmbr0
iface vmbr0 inet static
    Adresse 192.168.2.8/24
    Gateway 192.168.2.1
    Bridge-Ports enp1s0
    Bridge-Stp aus
    Brücke-fd 0

iface vmbr0 inet6 static
    Adresse 2a00: 6020: 1ef8: 5e00: 1e1b: dff: fe44: 5f31 / 64
    Gateway fe80 :: 3ea6: 2fff: fee0: 30da
 
Last edited:
192.168.2.8 hat die Verbindung unerwartet geschlossen.
das ist üblicherweise die Fehlermeldung wenn mit http:// statt mit https:// aufgerufen wird - liegt es vl. daran?