Search results

  1. G

    Problem adding third node to cluster

    Compare with /etc/hosts on other nodes.
  2. G

    How do I set up a bridged network with static information?

    But connection scheme should be something like this: "home pc with openvpn-clent" - "home router or access point"- Internet - "office router" - "office network with openvpn-server on any PC and PVE-node" This is one variant only. There may be many variants depending from your networks... You...
  3. G

    How do I set up a bridged network with static information?

    I do not think it's a good idea to talk about it here. :) Search "openvpn install" give the desired result.
  4. G

    How do I set up a bridged network with static information?

    But this is a very bad security idea - put PVE-node's interface in the public. :(
  5. G

    How do I set up a bridged network with static information?

    Hi! Settings should be: auto enp1s0 iface enp1s0 inet manual auto vmbr0 iface vmbr0 inet static address XX.XX.XX.XX netmask XX.XX.XX.XX gateway XX.XX.XX.XX bridge_ports enp1s0 bridge_stp off bridge_fd 0 Best regards, Gosha
  6. G

    Best Storage config for 4-disk server

    Do you plan to use ZFS? If so, then you must understand - ZFS is not a cluster's shared storage. To provide favorable answers to your questions, you need use the shared storage in the cluster (CEPH for example). See Table1, column "Shared" in https://pve.proxmox.com/wiki/Storage Best regards...
  7. G

    No access to GUI after upgrade to version 5

    Hi! I have the same. I'm using CEPH-storge. The problem resolved - ceph-monitors do not start after reboot nodes for start new kernel. After manually launching monitors in the command line (via ssh), the access to web-gui resumed. Maybe is the same situation? Best regards, Gosha
  8. G

    Best Storage config for 4-disk server

    Hi! I prefer for VMs and CTs: 1-st level - RAIDZn (for PVE without HA) or CEPH (for cluster shared storage) 2-nd level - backups 3-rd level - backups :) For PVE system: removing from cluster and reinstalling PVE-node (without restoring VM's&CT's from backups) - its 10 minutes. :) Best...
  9. G

    Best Storage config for 4-disk server

    For what purpose to install the PVE OS on a separate disk? Why You don't want install (via iso-image) PVE on RAIDZ1 or RAIDZ2?
  10. G

    Best Storage config for 4-disk server

    Hi! PCI Express SSD (NVMe)? Best regards, Gosha
  11. G

    Best practice for homelab storage

    The easiest and more reliable way sharing DAS direct connected to PVE-server (for 1-node PVE) - share via NFS server started directly on PVE-server (apt-get install nfs-kernel-server). Without VM or CT. :) Slightly more difficult - create iSCSI-target directly on PVE-server. In standard...
  12. G

    Two node cluster, storage question?

    Hi! Directory storage type - located in directory /var/lib/vz on each node. And can have your own size. This storage not shared between nodes like NFS, iSCSI, CEPH. see https://pve.proxmox.com/wiki/Storage (table1, column "Shared") Best regards, Gosha
  13. G

    Best practice for homelab storage

    Hi! What network connections this DAS supports? I did't find any information... Maybe I'm bad looking? :( What does it mean? Direct connection this DAS to server with Proxmox VE or network connection?
  14. G

    Best practice for homelab storage

    Using freenas VM? No! Here are two reasonable choices. IMHO. 1-st - install Proxmox (via iso-installer) on ZFS and use ZFS direct for VMs and CTs. 2-nd - connect created on freenas ZFS-storage via iSCSI or via ZFS_over_iSCSI (if this possible for freenas - via "iSCSI target implementation...
  15. G

    VZDump slow on ceph images, RBD export fast

    Yes. As joke: transferred 107374 MB in 1111 seconds (96 MB/s) Good compression :) archive file size: 11.00GB
  16. G

    Best practice for homelab storage

    Hi! I would try ZFS (from freenas) over iSCSI. https://pve.proxmox.com/wiki/Storage:_ZFS_over_iSCSI
  17. G

    Is it possible to run a NFS server within a LXC?

    I installed CT from this template: Best regards, Gosha
  18. G

    Is it possible to run a NFS server within a LXC?

    Hi! # cat /etc/pve/lxc/100.conf arch: amd64 cores: 2 hostname: barc memory: 2048 mp0: local-zfs:subvol-100-disk-2,mp=/var/barc,replicate=0,size=5000G nameserver: 192.168.0.201 8.8.8.8 net0: name=eth0,bridge=vmbr0,gw=192.168.0.254,hwaddr=EA:7A:87:D7:3D:D4,ip=192.168.0.222/24,type=veth net1...