Blog
Fix Login Delay on Debian LXC on Proxmox
I recently migrated my ingress from a VM to a container on Proxmox. The primary motivation was that the VM, running Docker with a web server container, was frequently encountering space constraints. This setup felt unnecessarily complex for a simple ingress serving just a two-person household.
Blog
TLS Handshake Timeout in Docker Containers within Proxmox SDN
If you use docker-compose (like you should), the MTU is still going to be the default of 1500 because every docker compose file is treated as a separate set of services that warrant a separate network.
Blog
Bridge MTUs in Proxmox
❓ What?
General Networking says that:
* if 1 packet < 1x MTU → packet goes through (that's why most VPNs
Blog
Static MAC Address for a Linux Bridge on Debian or Proxmox
❓ What?
Everytime a systemctl restart networking is run on Proxmox or the host is rebooted, the bridges vmbr{0,1,
Blog
Things to do after installing Proxmox
❓ What?
There are a few tweaks I make after installing proxmox. This is when installing Proxmox is done through the
Blog
EVPN + VXLAN in Proxmox SDN
❓ What?
EVPN is the control plane that's responsible for populating the forwarding table and the routing table, while
Blog
Increase Disk Space on Proxmox VM
Overview
To increase disk space on a Proxmox VM, two steps are required: growing the partition and resizing the filesystem[