Hier einige Informationen zu meinem Setup
- RS 1000 G11
- 500GB Block Storage
- Zusätzliche IP4
Verwendung: Proxmox VE - Erstellung Container
Folgende Installation bzw. Einrichtung wurde durchgeführt
- Debian 12 Image / Upgrade auf Proxmox VE
- Block Storage als ZFS / GPT formatiert und Proxmox bereitgestellt
- IP4 im Interface bei Netcup dem Server breitgestellt
- /etc/network/interfaces sowie 50-cloud-init.cfg konfiguriert
Inhalt Interfaces / 50-cloud-init.cfg:
source /etc/network/interfaces.d/*
auto lo
iface lo inet loopback
iface lo inet6 loopback
auto vmbr0
iface vmbr0 inet static
address 152.53.140.19/22
gateway 152.53.140.1
bridge-ports eth0
bridge-stp off
bridge-fd 0
up route add -net 152.53.140.20 netmask 255.255.255.255 gw 152.53.140.19 dev vmbr0
iface vmbr0 inet6 static
address 2a0a:4cc0:c0:XXXX::2/64
gateway fe80::1
up sysctl -p
up ip -6 route add 2a0a:4cc0:c0:XXXX::/64 dev vmbr0
Display More
Zusatz Information: IP 152.53.140.19/22 sowie Getway 152.53.140.1 sind die Hauptadressen vom Server für Proxmox, 152.53.140.20 wäre die zusätzliche IP auf das Getway 152.53.140.19 der Hauptadresse.
Proxmox CT Netzwerkkonfiguartion
- Bridge vmbr0
- IP 152.51.140.20/32 Getway 152.53.140.19
- Mac welche im Netcup Interface steht
Und nun kommen wir zum eigentlichen Problem, dass eben der Container keinerlei Verbindung zum Internet bekommt obwohl net.ipv4.ip_forward=1 und net.ipv6.conf.all.forwarding=1 gesetzt sind. Vielleicht weis jemand wo genau mein Fehler liegt und zur Information es handelt sich um Beispiel IP Adressen.