Search results

  1. G

    Installing Proxmox on Debain 9 ( command line or iso ) on Dedicat Server

    i have the same issue as described above, started with a fresh debian box, following https://pve.proxmox.com/wiki/Install_Proxmox_VE_on_Debian_Stretch As this isn ot the first PVE box i have set up i did comparisons on the other running machines .. could not find anything out of the ordinary...
  2. G

    Bug? - Backup job not updated after removing VM

    Thankyou for confirming this behaviour, i have opened up https://bugzilla.proxmox.com/show_bug.cgi?id=1647 In conjunction with this (i have not looked at this, so only assuming) if you were to have like a backup-job for all VM's placed on a host/node would a/the backup job be updated for the...
  3. G

    Bug? - Backup job not updated after removing VM

    i am having issues with a backup-job or hit a bug Conditions/env: - pve-manager: 5.1-42 (running version: 5.1-42/724a6cb3) - Guest VM on proxmox (single host) was backed up, and restored on a different (single box) - On the old host the VM was deleted after the transfer. - VM was part of a...
  4. G

    ftp times out

    [RESOLVED] I have found my problem, it was usage of an FTP- client which implemented a default behaviour of TLS when connecting. As nf_conntrack_ftp cannot detect/see the encrypted traffic additional configuration was needed. in my case : http://forum.directadmin.com/showthread.php?t=50759 gave...
  5. G

    ftp times out

    Yes, have tried passive (as that is the default behavour of most ftp-clients, and those are giving the issue.
  6. G

    ftp times out

    Well i have now tested it from like ~10 different hosts/ips/different isp's/setups in trying to reach the guest with ftp, on all i seem to be having the same problem. So this seems to rule out an issue with me as source/setup/single FW problem/etc... as my knowledge of this all has already put...
  7. G

    ftp times out

    The value it returned was 0 with sysctl -n net.netfilter.nf_conntrack_helper So i enabled it with sysctl -w net.netfilter.nf_conntrack_helper=1 retested, still no difference in behaviour
  8. G

    ftp times out

    Since i have upgraded to v5.x (pve-manager/5.1-41/0b958203 (running kernel: 4.13.13-4-pve) it seems i can no longer ftp into a guest. details: - Firewall for the Guest system allows FTP (macro) - Host has module nf_conntrack_ftp loaded -> nf_conntrack_ftp 20480 0 - Live 0xffffffffc0395000...
  9. G

    Proxmox management behind reverse Proxy

    Thanks for your reply , i'll have to investigate further, but this means fiddling in code .. and looking at upgrades and stuff that wouldnt be the wisest thing, so i'll have to start looking for structure and how-to's on this first ... ..and i'm no the best at programming/creating this kind of...
  10. G

    Proxmox management behind reverse Proxy

    As the separate threads were a bit unclear to me i'm just posting this here ( even tho its not mostly a proxmox config/install issue) My setup is as following : - a microfocus (formerly NetIQ/ Novell) Access Manager reverse proxy with authorisation and authentication capabillities. The idea...