Recent content by mschickerob

  1. M

    [SOLVED] Fresh Cluster installation issues

    Thanks to this thread https://forum.proxmox.com/threads/change-the-ip-address-of-one-node-inside-a-cluster.90213/ I solved it by changing the hosts entry of the node to the local IP and rebooted the nodes. Now everything works.
  2. M

    [SOLVED] Fresh Cluster installation issues

    I just checked /etc/pve/.members : Why is the public IP used? { "nodename": "node2", "version": 5, "cluster": { "name": "outbank", "version": 3, "nodes": 3, "quorate": 0 }, "nodelist": { "node1": { "id": 1, "online": 1, "ip": "162.xx.xx.100"}, "node2": { "id": 2, "online": 1, "ip"...
  3. M

    [SOLVED] Fresh Cluster installation issues

    Hi Dominic, all servers have been rebooted already which did not help. node1: /etc/network/interfaces # 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...
  4. M

    [SOLVED] Fresh Cluster installation issues

    We installed 3 identical dedicated servers (@Hetzner) with 3 networks: Network A 1GBit: Outside External IPs Network B 10GBit: Management. 192.168.51.1 - 192.168.51.3 /24 Network C 10GBit: Ceph 192.168.52.1 - 192.168.52.3 /24 All 10 servers have been installed with Proxmox 7. On Node 1 we...