Search results

  1. K

    Firewall and ftp, why is proxmox blocking it?

    I know that. As long as I define the firewall and enable it on the datacenter and container, ftp is working. When I enable it on the vm, the traffic is blocked. Partially, as logon gets through.
  2. K

    Firewall and ftp, why is proxmox blocking it?

    Hello, I have 6.1.3 version. I enabled firewall on datacenter, container and a vm machine, run modprobe ip_conntrack_ftp but still the ftp is not working. Opened the macro ftp. I read some forums that you have to enable ports 34000:65535 and did that, I still receive: 101 3 tap101i0-IN...
  3. K

    /dev/ttyUSB not created after migration to new server

    Well, I solved it. Turns out somehow after restoring backup the usb-modeswitch software is lost and needs to be installed. Looks like a bug to me.
  4. K

    /dev/ttyUSB not created after migration to new server

    Hi, Migrated proxmox to a new server. Have a vm that uses usb modems. Migrated this vm as well, selected apropriate new usb device. The lsusb lists this device, however no /dev/ttyUSB device is created or available. As not an expert I need support on that. And quickly, if possible. Thank you...
  5. K

    [TUTORIAL] Dell Openmanage on Proxmox 6.x

    OK, done. Works on Dell R620 as well. Thank you.
  6. K

    [TUTORIAL] Dell Openmanage on Proxmox 6.x

    Hi, When I call the gpg --keyserver pool.sks-keyservers.net --recv-key 1285491434D8786F I get error: gpg: Keyserver receive failed: Server indicated a failure changingto hkp:// and port :80 also does not help. Any help?
  7. K

    Install Linux vm with UEFI

    Yes, of course. The partitions are there, the boot config data is also there.
  8. K

    Install Linux vm with UEFI

    OK, I have no idea, what is going on. First - in Linux Debian vm tried to convert a disk from mbr to gpt, done it, added efi hdd to vm. Everything went smoothly, uefi bios starts, there is an option to select the scsi hdd in boot, does not start. Second - created a full new vm with uefi bios. A...
  9. K

    Proxmox and RAID scenarios

    Thank you! I will check. How does it look when a drive fails under zfs. Is this relatively easy to replace it without data loss? I have read one needed a procedure to perform such a replacement in the past. Hardware raid with hot swap drives is a piece of cake in this respect...
  10. K

    Proxmox and RAID scenarios

    Thank you. As far as I can see the software raid option is not possible as I have a controller without the passthrough option (IT mode). There is some flashing possible, but do not want that. Any other comments highly appreciated!
  11. K

    Proxmox and RAID scenarios

    Hello, In the days of old the standard was to have a separate hardware raid for the os and a separate hardware raid for data. Now with virtualization I do not find much info about raid scenarios for proxmox. I have a server with 8 hdds, raid controller, 16 cores and 382gb of ram. Planned is a...
  12. K

    [SOLVED] Firewall blacklist setting

    Wanted to do it, but did not find out how.
  13. K

    [SOLVED] Firewall blacklist setting

    Hello, The viki page states, that the only thing to do in order to implement a blacklist of ip's is to enter: [IPSET blacklist] 77.240.159.182 213.87.123.0/24 into cluster.fw and that is all. However, doing so results in the gui that a new ipset with the name IPSET blacklist is created. What is...
  14. K

    Install Proxmox on LAMP server

    Now I am a little bit confused. My goal is to have lamp up and running together with virtual machines. Can it be done with Proxmox while I have already installed the lamp, or not? Instruction says Proxmox kernel will be installed aside the Debian, advising removing the latter. After removing the...
  15. K

    Install Proxmox on LAMP server

    OK, so I suppose in order for both to work, I should not remove the Debian kernel, should i? If I boot from Debian, the system with my lamp will start as well as the proxmox virtual environment? I may switch totally to Proxmox in the future, but for the time being I already have almost...
  16. K

    Install Proxmox on LAMP server

    Hello, I am new here. I have Debian Jessie installed and configured as Lamp Server. I am considering installing Proxmox and since it has it's own kernel, my question is what will happen to my Apache, MySql and PHP after the installation. Will all this be removed or will it still work? Is it at...