Recent content by Al3c5

  1. A

    Masquerading (NAT) with iptables and multiple public IPs

    I made it work with 1 bridge: auto vmbr0 iface vmbr0 inet static address 10.10.10.99/24 bridge-ports none bridge-stp off bridge-fd 0 bridge-vlan-aware yes bridge-vids 2-4094 post-up echo 1 > /proc/sys/net/ipv4/ip_forward post-up...
  2. A

    Masquerading (NAT) with iptables and multiple public IPs

    Hi guys, I have a server with 1 physical interface and 2 IPs. I'd like to use 1 bridge+NAT per public IP. I use the following /etc/network/interface # The primary network interface auto eno1 iface eno1 inet static address 193.161.118.14/24 gateway 193.161.118.1 # 2nd...
  3. A

    Single LVM to LVM-thin configuration

    I'm not sure I can get this allocation... At least, I'd like to reduce system_root and add an LVM-thin LV. Is it safe to execute lvresize on this LV? (the one containing proxmox install I guess)
  4. A

    Single LVM to LVM-thin configuration

    I just receive a dedicated server ( with pve-manager/6.4-13/9f411e79 (running kernel: 5.4.128-1-pve) It has a single 1TB NVMe disk I'd like to use LVM-thin storage, like the following. Can I resize my system_root with no risk to corrupt the OS? (I'm not sure to understand where...