f586b7adad
Neue VM 105 auf pve1: - Ubuntu 25.10 Cloud-Image, 12 GB RAM, 4 vCPU, 32 GB Disk - Xvfb :1 (1920x1080) + Openbox + TigerVNC + noVNC (Port 6080) - IBC für automatisierten IBKR TWS Login - IP: 192.168.10.43 (DHCP, vmbr0 VLAN 10) - Setup-Scripts: pve1/guests/vm105-finance/setup-tws.sh
33 lines
1.0 KiB
Markdown
33 lines
1.0 KiB
Markdown
# Übersicht
|
|
|
|
## Infrastruktur
|
|
|
|
| Host | IP | Rolle |
|
|
|------|-----|-------|
|
|
| pve1 | 192.168.10.5 | Primärer Proxmox-Host, Fallback-Router |
|
|
| pve2 | 192.168.10.4 | Produktions-Proxmox-Host, aktiver Router |
|
|
|
|
## VMs / Container auf pve1
|
|
|
|
| VMID | Name | IP | Zweck | Status |
|
|
|------|------|----|-------|--------|
|
|
| 101 | ubuntu | 192.168.10.10 | Docker-Host (Nextcloud, Gitea, NPM, …) | running, onboot |
|
|
| 104 | opnsense-fallback | — | CARP-Backup OPNsense | stopped, onboot:0 |
|
|
| 105 | finance | 192.168.10.43 | IBKR TWS Trading-VM (Xvfb + noVNC) | running, onboot |
|
|
|
|
Docs guests: [guests/](guests/)
|
|
|
|
---
|
|
|
|
## Fallback-Router
|
|
|
|
- **VMID:** 104
|
|
- **Name:** `opnsense-fallback`
|
|
- **Quelle:** OPNsense (VM 104) von pve2
|
|
- **Status:** CARP-Backup, `onboot: 0`
|
|
- **Zweck:** Parallel zu pve2:104 im CARP-Paar — übernimmt VIPs bei Master-Ausfall
|
|
|
|
## Wichtig
|
|
|
|
Beide OPNsense-Instanzen **laufen parallel**. CARP regelt die VIPs (`.1`): Master pve2 (advskew 0), Backup pve1 (advskew 100). Physische IPs: `.2` (Master) und `.3` (Backup).
|