Recent content by Pilat

  1. P

    Is it possible to disable rpcbind (port 111) and how to do it?

    Is it possible to disable rpcbind (port 111) and how to do it? Can I disable rpcbind (port 111) and how do I do this? I get abuse on port 111, and this is the only port that I need to close, even though I do not use it (rpcbind and NFS).
  2. P

    The size of the virtual machine in the zfs

    How do I know how much space the virtual machine. Storage - ZFS, thin. Console command, not through WEB GUI.
  3. P

    Clone ZFS VM

    All machines are on ZFS, creation on a SSD drive, and cloned on ZFS on another SSD drive. The same VM, cloned in a stopped state, takes on the disk 5 Gb, and cloned in running state, takes on the disk 32. The only difference - the machine in the started state cloned without "sparify", the...
  4. P

    Clone ZFS VM

    Proxmox 4.3 ZFS. The virtual machine is 32 Gb, occupies 5 Gb on disk. I do a backup. After restoring from a backup, the virtual machine occupies on the disk 5 Gb. I do cloning of the same machine. After cloning the disk space occupied by 32 Gb. That is, restore from backup operation works with...
  5. P

    How to set the UTC time zone?

    drop down menu opens, although there is no zone of UTC.
  6. P

    How to set the UTC time zone?

    I am confused that when you try to open the editing of this zone shows a blank window. It will not change the zone to any other value after an upgrade?
  7. P

    How to set the UTC time zone?

    How to set the UTC time zone. I want to be in the web interface displays the zone UTC.
  8. P

    UTC timezone

    Hi! How do I set the time zone UTC for a cluster or single server? "dpkg-reconfigure tzdata" - is that correct? The web-based interface, I did not find the zone UTC.
  9. P

    port forwarding + masquarading + firewall

    What is the standard way to redirect the port to a virtual machine and masquerading? I try the command below. They work, but if the firewall is enabled on the interface of the virtual machine, then masquerading is interrupted, if I somehow change the firewall the GUI. iptables -t nat -A...