[Hetzner] VM kein Internet

quatschecke

New Member
Nov 30, 2022
1
0
1
Hallo, ich habe bereits die Anleitung von Hetzner abgearbeitet, bekomme jedoch für die VM´s kein Internet.
Könnte mir da jemand behilflich sein?

Bei den IP-Adresse habe ich /26, da die Netmask laut Hetzner Robot 255.255.255.192 ist.

in der /etc/sysctl.conf ist net.ipv4.ip_forward=1 und net.ipv6.conf.all.forwarding=1 auskommentiert.

Meine IP-Adressen von Hetzner:

Screenshot_71.png

Proxmox Host /etc/network/interfaces:

Code:
auto lo
iface lo inet loopback

auto eth0
iface eth0 inet static
  address 142.XXX.XXX.55/26
  pointopoint 142.XXX.XXX.1
  gateway 142.XXX.XXX.1

iface eth0 inet6 static
  address 2a01:XXX:XXX:XXXX::2/128
  gateway fe80::1
  up sysctl -p

auto vmbr0
iface vmbr0 inet static
  address 142.XXX.XXX.55/26
  bridge_ports none
  bridge_stp off
  bridge_fd 0
  up ip route add 142.XXX.XXX.35/26 dev vmbr0
  up ip route add 142.XXX.XXX.51/26 dev vmbr0

iface vmbr0 inet6 static
  address 2a01:XXX:XXX:XXXX::3/64
  up ip -6 route add 2a01:XXX::/64 dev vmbr0

Gestern hatte ich es soweit, dass ich beim installieren von Debian 11 auf einer VM, beim eintragen der IP im Installer direkt die richtige Domain angezeigt bekommen hatte, und auch direkt Internet hatte.
Beim Installer von Debian trage ich ein:
IP-Adresse: 142.XXX.XXX.51/26
Gateway: 142.XXX.XXX.55
DNS-Server 142.XXX.XXX.55

So sieht es bei der VM aus:

Screenshot_73.png

danach kam direkt der Rechnername mail und domain example.de und es war direkt Internet nach der Installation der VM verfügbar.

Jetzt kommt lediglich Debian und keine Domain und nach dem installieren, bekomme ich auch keine Internetverbindung.
 
Last edited:

About

The Proxmox community has been around for many years and offers help and support for Proxmox VE, Proxmox Backup Server, and Proxmox Mail Gateway.
We think our community is one of the best thanks to people like you!

Get your subscription!

The Proxmox team works very hard to make sure you are running the best software and getting stable updates and security enhancements, as well as quick enterprise support. Tens of thousands of happy customers have a Proxmox subscription. Get yours easily in our online shop.

Buy now!