Search results

  1. K

    Update all LXC with one simple script

    Well, it is supposed that if container is stopped, doesn't need to be upgraded or is not in production. And by the way, this an example of a short script to do the job, can be improved, and adapted to your needs... But thanks pointing out that. Regards!
  2. K

    Update all LXC with one simple script

    Three lines without counting shebang :D #!/bin/bash for CT in $(pct list | grep running | awk '{print $1}'); do pct exec ${CT} -- bash -c "apt update && apt dist-upgrade -y && apt clean" done
  3. K

    Network Configuration

    I have a question about that. I'll explain my point: I have a server Quad Xeon with 2 net cards, and installed proxmox there, so far so good, and, inside the promox box I installed pfsense to act as a firewall for my lan. Schema: WAN -> Proxmox[eth0] | MyBox VMs[other VMs] | pfsense[as...

About

The Proxmox community has been around for many years and offers help and support for Proxmox VE, Proxmox Backup Server, and Proxmox Mail Gateway.
We think our community is one of the best thanks to people like you!

Get your subscription!

The Proxmox team works very hard to make sure you are running the best software and getting stable updates and security enhancements, as well as quick enterprise support. Tens of thousands of happy customers have a Proxmox subscription. Get yours easily in our online shop.

Buy now!