Search results

  1. C

    PfSense and VLANs disappear

    Are you using virtio for networking on these VMs? If so, make sure to disable "Hardware Checksum Offload" inside PfSense VMs (more info: https://doc.pfsense.org/index.php/Lost_Traffic_/_Packets_Disappear).
  2. C

    fuckwit/kaiser/kpti

    But until the patch is released and hosts are upgraded, can anyone confirm if setting cpu to "kvm64" instead of "host" a temporary way to secure KVM VMs? Thank you!
  3. C

    fuckwit/kaiser/kpti

    According to this, I assume we should make sure to have all VM CPUs set to kvm64 instead of host, isn't it? Thank you
  4. C

    Cluster with dedicated network, using public IP (?

    Hi, I'm still having the issue. I've noticed /etc/pve/.members version is different on both nodes. corosync.conf version is the same. Is it related to the issue? Thank you
  5. C

    Cluster with dedicated network, using public IP (?

    It still does not work. After restarting services, if I disable the FW rule allowing communication between public interfaces, I cannot acces the console. Thank you
  6. C

    Cluster with dedicated network, using public IP (?

    Hi, I've done that, but I still cannot access to a VM's console from other node unless I allow communication between public interfaces. Is it ok? Thanks
  7. C

    Cluster with dedicated network, using public IP (?

    Hi, What should I change? Should I add the private IP address too on every hosts file? Here is the /etc/hosts file on node0: # Do not remove the following line, or various programs # that require network functionality will fail. 127.0.0.1 localhost.localdomain localhost 37.xx.xx.xx...
  8. C

    Cluster with dedicated network, using public IP (?

    Hi Wolfgang, OK, I understand that's the expected behaviour. I'll leave the api on the public interfaces, since I want to acces to the api from other machines. Thank you!
  9. C

    Cluster with dedicated network, using public IP (?

    Hi, I've set up a two node cluster using a dedicated network, as seen on Proxmox Wiki: https://pve.proxmox.com/wiki/Cluster_Manager Dedicated network range: 10.17.14.0/24 Node 1 IP: 10.17.14.1 Node 2 IP: 10.17.14.2 When creating the cluster, on the first node I did: pvecm create mycluster...
  10. C

    NFS freezes Proxmox WebGUI and fails to backup

    Hi jazzl0ver, It seems that NFS communication stops, hanging vzdump. It can be because of a bad network connection, or NFS' server bad performance. Have you tried with mdadm instead of zfs? ZFS uses lots of ram for caching, and if yor hardware is not enough it may be the bottleneck. In my...
  11. C

    NFS freezes Proxmox WebGUI and fails to backup

    It seems to be an issue with your NFS server. Are you using OVH?
  12. C

    Advice on upgrading Proxmox 3.4 cluster with DRBD

    Hi Fabian, I was looking to drbd8-utils (dummy package) instead of drbd-utils. There is no way to still use DRBD8 on PVE4? I see there is still a drbdmanage and drbd-utils package on both pve-enterprise and pve-no-subscription repo. root@xxx:~# apt-cache policy drbdmanage drbdmanage...
  13. C

    Advice on upgrading Proxmox 3.4 cluster with DRBD

    Hi Ashley, Thanks for your answer. As I see, DRBD 8 is still on PVE 4 repos because it's prior to the license changes (?), so I think I could upgrade safely to PVE4 + DRBD 8 and eventually upgrade to DRBD9 (but i'm unconfortable without Proxmox Team support). And what about GlusterFS? Have you...
  14. C

    Advice on upgrading Proxmox 3.4 cluster with DRBD

    Hi, No one has any suggestion? Thank you!
  15. C

    WebGUI not working since changed SSL

    Did you tried to clean your browser temp files and cache? Or even incognito mode?
  16. C

    Proxmox white page.

    Hi Jame, It seems you don't have pve repo enabled. If you don't have a subscription, run this command: mv /etc/apt/sources.list.d/pve-enterprise.list /etc/apt/sources.list.d/pve-enterprise.list.bak Then, add this to your sources.list: # PVE pve-no-subscription repository provided by...
  17. C

    Advice on upgrading Proxmox 3.4 cluster with DRBD

    Hi everybody, I need some advice on upgrading a 3 node Proxmox 3.4 HA Cluster with this config: Hardware Server 1 (Proxmox VE 3.4) 1x Intel Xeon E5-2620 32GB RAM LSI Hardware Raid + 512MB Cache + BBU 2x 400GB SAS10K RAID1 -> root + local storage 2x 1TB SAS10K RAID1 -> DRBD 8 3x Gigabit LAN (1x...
  18. C

    VMs with rate limit and bridged network not booting: "RTNETLINK answers: No such file or directory"

    Hi wbumiller, I installed the package and everything worked flawessly. Thank you so much. Best regards,
  19. C

    VMs with rate limit and bridged network not booting: "RTNETLINK answers: No such file or directory"

    Hi bumiller, Sorry, I don't know what you're asking for. Do I need to reinstall the running kernel? This is my /var/cache/apt directory: root@xxxxxx:/var/cache/apt/archives# ls | grep kernel pve-kernel-2.6.32-39-pve_2.6.32-156_amd64.deb pve-kernel-2.6.32-39-pve_2.6.32-157_amd64.deb...
  20. C

    VMs with rate limit and bridged network not booting: "RTNETLINK answers: No such file or directory"

    Hi wbumiller, Here is the output: root@xxxxx:~# modprobe cls_basic modprobe: ERROR: could not insert 'cls_basic': Exec format error Regards