Recent content by Llewellyn Pienaar

  1. L

    Upgraded to Proxmox 6.0 ISO Container lost password.

    Strange, I ran replication and was able to log in again. Will keep you posted when I do the rest
  2. L

    Upgraded to Proxmox 6.0 ISO Container lost password.

    It could be that when I uploaded the backup to node 2 before I started replication it might have replicated the unknown password. I did find a thread about a similar situation where the password of CT was lost after upgrade but i cannot find the link now. I just downed a CT and reset root...
  3. L

    Upgraded to Proxmox 6.0 ISO Container lost password.

    I am the only one with access to the Nodes and CT/VM. On the firewall access is only allowed from a specific IP.
  4. L

    Upgraded to Proxmox 6.0 ISO Container lost password.

    Good day team, I upgraded my nodes to 6.0 with ZFS and replication between node 1 and node 2. I restored Containers from a backup I made before the upgrade as I did a complete rebuild of the 2 servers from scratch. Everything went good and the performance I get from ZFS and 6.0 is good. But...
  5. L

    WEBgui access, only allow specific IP

    Hi Wolfgang, Please can you take some time to assist... I have tried various configurations and firewall does not seem to work for me. I am new to proxmox firewall and not sure what is going wrong. On the webgui where should I create the rule to block access to port 8006 from all except one...
  6. L

    WEBgui access, only allow specific IP

    Since firewall was enabled quorum stopped working... Is this working as intended? See bellow: With Firewall stopped pve-firewall stop Node 2 root@Prox2:~# pve-firewall stop root@Prox2:~# omping -c 10000 -i 0.001 -F -q 10.0.10.3 10.0.10.2 10.0.10.2 : waiting for response msg 10.0.10.2 ...
  7. L

    WEBgui access, only allow specific IP

    I enabled firewall and when I want to edit the firewall I get unable to open file '/etc/pve/firewall/cluster.fw.tmp.1417' - Permission denied (500)
  8. L

    WEBgui access, only allow specific IP

    Hi, Thank you, If I enable firewall at datacentre level but disable on node and vm will that be fine? This is a live environment and just want to limit webgui access and use firewall for only that.
  9. L

    WEBgui access, only allow specific IP

    Good day, I need to only allow specific IP's to connect to proxmox webgui and block out everyone else. Can someone share an example config or any steps? I do not whish to use proxmox firewall for anything else but to block WEBGUI traffic and allow from specific IP. I have a mikrotik CHR...
  10. L

    Cluster Backup Both Nodes to Each other

    Thanks, I am uanble to do a new partition at this time. For now I do a cp /var/lib/vz/dump/ /backup/ and rsync that folder between the servers.
  11. L

    Cluster Backup Both Nodes to Each other

    Thank you, ZFS, can I just allocate and directory for ZFS storage or does it need to be a partition on its own? Regards
  12. L

    Cluster Backup Both Nodes to Each other

    Good day, I have a cluster with 2 Nodes, I would like to know if it is possible (and if so please guide me in the direction) to backup my 2 nodes to each others' storage. I.e I want to Backup Node 1 on Node 1 Storage and Node 2 storage and vice versa. If that is not an option then I will...
  13. L

    Cluster with non-standard SSH Port and Root login disabled.

    So, all I had to do at the end of the day was to specify the migration network in datacentre. In the console I went to Datacentre > Then I migrated a VM without needing to open ssh port 22 or do any firewall configurations. Firewall is disabled at DC level and node level and the migration is...