Search results

  1. E

    Block spam and user lists

    When I try to enter that information I get the following error: http://prntscr.com/nvujgy Parameter verification failed. (400) field: value does not match the regex pattern Is the regex not formatted correctly?
  2. E

    Block spam and user lists

    I am trying to implement item #3 above. I am trying to create a What Object using the Match Field for the Subject to detect any Cyrillic characters. The Regex I am using to detect Cyrillic characters is [\u0401\u0451\u0410-\u044f] per...
  3. E

    Individual user filtering management

    I am looking at the Proxmox Mail Gateway for spam filtering and am unclear about the following functionality. 1) Can individual users (user@domain.com) manage their spam filtering settings at a user level in the Proxmox Mail Gateway or is this left up to an email administrator to do so only at...
  4. E

    Problem with Windows 2016 Server install

    FWIW, I switched the disk to IDE and it seems to be working now. Is there much of a performance hit between the two? qm config agent: 1 bootdisk: scsi0 cores: 2 ide0: backup:iso/virtio-win-0.1.141.iso,media=cdrom,size=309208K ide1: lvm_local2:vm-358-disk-1,size=50G ide2...
  5. E

    Problem with Windows 2016 Server install

    I am following the instructions in the video https://www.proxmox.com/en/training/video-tutorials/item/install-windows-2016-server-on-proxmox-ve When I am using the latest virtio scsi drivers for 2K16 but I cannot pick the main drive to install on. I get the following error: "Windows cannot be...
  6. E

    Differences in networking setup between v4 & v5?

    Just to follow up on this thread. This problemt turned out to be a Juniper issue. Basically they don't allow you to create aggregated ethernet interfaces with numbers above 511. Our interfaces were created on the switch but never went into affect because of this limitation. That's why all of our...
  7. E

    Differences in networking setup between v4 & v5?

    I've upgraded to 4.15.17-3-pve #1 SMP PVE 4.15.17-4 kernel dated June 27th and rebooted... still no luck on the bonding. cat /proc/net/bonding/bond2 shows the bond and slaves being up but can't ping so so any ideas how to trouble shoot further on the proxmox side? Best regards, Eric
  8. E

    Differences in networking setup between v4 & v5?

    I've tried rebooting to an older kernel to see if the network interface comes up but they don't. I am seeing the following error message on the bond interfaces. Could this be a clue to the issue? http://prntscr.com/k5nffs http://prntscr.com/k5ng5v
  9. E

    Differences in networking setup between v4 & v5?

    I am using 1G igb interfaces but does this also affect the 10G interfaces as well? Here is a screen print of my interfaces http://prntscr.com/k5la6i Best regards, Eric
  10. E

    Differences in networking setup between v4 & v5?

    I have always used OVS in the past for our customer VLAN's but the problem I am having is on the Linux bonds. Do I have the wrong version of OVS installed? Could that be what is causing the the Linux bonds not to work? Best regards, Eric
  11. E

    Differences in networking setup between v4 & v5?

    We've been installing Proxmox V4 nodes with redundant Juniper EX4550 switches in a stacked configuration for some time with no issues at all. We generally setup each host as follows: bond0 (OVS Bond (vmbr1) - eth0 & eth1) - various VLAN's used for VM's public network access bond1 (Linux Bond -...
  12. E

    Clustering servers with VM's on them

    I have 2 independent proxmox 5.2 servers with VM's on them. I want to now cluster those 2 servers and a new 3rd one. Is there any problem with clustering the servers with VM's on them as long and the VM ID's are all unique? Best regards, Eric
  13. E

    Can't kill backup process

    The NFS seems to be working ok touch when I just move files back and forth. So would it be ok to just remove the lock and pid files and try another backup? Eric
  14. E

    Can't kill backup process

    Yes, there must have been a glitch in the NFS connection or something. Other servers are working fine backing up to the same NFS server. I tried forced unmounting the NFS mount to see if that would cause the process to close but that didn't help either. If I just remove /var/run/vzdump.lock and...
  15. E

    Can't kill backup process

    I have a standalone Proxmox 4 host which has a hung backup process. I have tried killing the processes from the GUI with no luck and I have also tried killing it from the command line with kill -9 PID but they will not go away. 52700 root D ? 00:00:38 task...
  16. E

    VM missing configuration

    I think I found a copy of the old configuration file. Does this format look correct? bootdisk: virtio0 cores: 4 ide0: none,media=cdrom ide2: none,media=cdrom memory: 16384 name: chi-enz-ds01.domain.com net0: virtio=22:32:D6:6E:83:4B,bridge=vmbr0 onboot: 1 ostype: win7 sockets: 2 virtio0...
  17. E

    VM missing configuration

    I have an old proxmox v3 cluster that I am working on migrating off of. I have 1 VM still running on the cluster but it's configuration file has become empty. The VM itself is still running. I assume if this node ever gets rebooted the VM will not be able to boot because there is no...
  18. E

    Pull node out of cluster

    I have an old Proxmox v3 cluster of 3 servers. I am decommissioning 2 of the servers and would like to make the third server just a standalone server. Is that possible and if so how would I go about doing that? Best regards, Eric
  19. E

    KVM Templates

    I am looking for a simple way to easily create a KVM template where the disk size is variable. Basically, I want to clone a base cPanel server install on Centos7 and then clone that install and resize the /home partition to whatever size the customer wants. From what I understand, when you...