homelab/proxmox/services/game-interfaces
Samantha Atkins 9fd085420a Migrate to Proxmox homelab swarm stack definitions
Replace old AWS-oriented compose_files with updated service ymls for
the 3-node Proxmox cluster (pve, adder, game). Services now target
Docker Swarm on the VXLAN overlay (10.10.10.0/24).

New services: authentik, ghost (x3), mariadb
Updated: postgres, n8n, nats, fusionauth, monerod
Added: game node interfaces file for VXLAN config

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-27 22:15:39 -04:00

51 lines
1,014 B
Text

auto lo
iface lo inet loopback
iface nic0 inet manual
iface nic1 inet manual
iface wlp7s0 inet manual
auto vmbr0
iface vmbr0 inet static
address 192.168.40.109/24
gateway 192.168.40.1
bridge-ports nic0
bridge-stp off
bridge-fd 0
post-up ip link add vxlan10 type vxlan id 10 local 192.168.40.109 dstport 4790 || true
post-up bridge fdb append 00:00:00:00:00:00 dev vxlan10 dst 192.168.40.198 || true
post-up bridge fdb append 00:00:00:00:00:00 dev vxlan10 dst 192.168.40.150 || true
post-up ip link set vxlan10 up || true
auto vmbr1
iface vmbr1 inet static
address 10.10.10.172/24
bridge-ports none
bridge-stp off
bridge-fd 0
post-up brctl addif vmbr1 vxlan10 || true
auto vmbr2
iface vmbr2 inet manual
bridge-ports none
bridge-stp off
bridge-fd 0
#openwrt me
auto vmbr3
iface vmbr3 inet manual
bridge-ports none
bridge-stp off
bridge-fd 0
#openwrt donna
auto vmbr4
iface vmbr4 inet manual
bridge-ports none
bridge-stp off
bridge-fd 0
#openwrt IoT
source /etc/network/interfaces.d/*