Recent content by gvolponi

  1. G

    [SOLVED] Cannot Access Web Interface

    I solved: nano etc/default/pveproxy insert: LISTEN_IP=0.0.0.0 save restart systemctl restart pve-cluster.service systemctl restart pveproxy.service Now all function correctly. Thanks a lof
  2. G

    [SOLVED] Cannot Access Web Interface

    Hi Moayad, I cant access from any of the nodes. Very very strange... sysctl -p net.ipv6.conf.all.disable_ipv6 = 1 net.ipv6.conf.default.disable_ipv6 = 1 net.ipv6.conf.lo.disable_ipv6 = 1 This from node 3 but it's similar the others nodes pvecm status Cluster information -------------------...
  3. G

    [SOLVED] Cannot Access Web Interface

    Yes, it's not open, but why? what block the port? Until yesterday and before update, all server works correctly.. ss -tulpn Netid State Recv-Q Send-Q Local Address:Port Peer Address:Port Process udp UNCONN 0 0 0.0.0.0:111...
  4. G

    [SOLVED] Cannot Access Web Interface

    Hi, ip a 1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 inet 127.0.0.1/8 scope host lo valid_lft forever preferred_lft forever 2: enp23s0f0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu...
  5. G

    [SOLVED] Cannot Access Web Interface

    service restarted, but nothing changed :(
  6. G

    [SOLVED] Cannot Access Web Interface

    Hi, I have checked syslog and no error: it seems like the service pveproxy binding only ipv6 address. I tried to disable ipv6 but nothing changed. tcp LISTEN 0 4096 [::]:8006 [::]:* users:(("pveproxy worker",pid=3282,fd=6),("pveproxy...
  7. G

    [SOLVED] Cannot Access Web Interface

    I installed Proxmox on 3 new server and all the procedure from the iso went ok. I configured cluster and tested it, all work like a charm. Now, after a reboot I cannot access to web interface from any server: login to ssh its ok but from web interface (tested in many browser) always return...