Skip to content

Instantly share code, notes, and snippets.

View maauer's full-sized avatar

em maauer

View GitHub Profile
@maauer
maauer / README.md
Created November 1, 2020 04:41 — forked from dotiful/README.md
Nested collapsible Markdown list

Collapsible markdown with <details>

<details>
 <summary>Details</summary>
 hidden, collapsable content...
</details>

Demo:

@maauer
maauer / proxmox-proxy
Created October 11, 2020 03:37 — forked from basoro/proxmox-proxy
Running Proxmox behind a single IP address
I ran into the battle of running all of my VMs and the host node under a single public IP address. Luckily, the host is just pure Debian, and ships with iptables.
What needs to be done is essentially to run all the VMs on a private internal network. Outbound internet access is done via NAT. Inbound access is via port forwarding.
Network configuration
Here’s how it’s done:
Create a virtual interface that serves as the gateway for your VMs: