Keine Verbindung nach außen

KrypSeC

New Member
Jul 28, 2018
1
0
1
26
Huhu liebe Proxmox-Community,

ich habe ein Dedicated Server von Hetzner (den EX41S) und wollte mich an die Virtualisierung wagen, da ich gerne meine Projekte auf verschiedene VMs laufen lassen möchte. Soweit funktioniert auch alles. Nur gibt es da ein Problem, welches ich anscheinend nicht lösen kann und zwar die Verbindung nach außen.
Ich kann vom Host zur VM pingen und andersrum. Das funktioniert ohne Probleme aber das wars auch. Von meiner heimischen Verbindung kann ich die VM nicht erreichen und aus der VM raus nichts anpingen. "Host unreachable" kriege ich immer.

Hier sind die configs:

Config vom Host:
Code:
auto lo
iface lo inet loopback
iface lo inet6 loopback

auto eth0
iface eth0 inet static
  address (IP vom Host)
  netmask 255.255.255.192
  gateway (Von Hetzner vorgegebenes Gateway)
  pointopoint (gleiche IP wie gateway)

# Projekt VM
auto vmbr0
iface vmbr0 inet static
        address (IP vom Host)
        netmask 255.255.255.192
        bridge_ports none
        bridge_stp off
        bridge_fd 0
        bridge_maxwait 0
        up ip route add (zusätzlich bestellte IP)/32 dev vmbr0

Config von VM:
Code:
# The loopback network interface
auto lo
iface lo inet loopback

# The primary network interface
auto ens18
iface ens18 inet static
        address (zusätzlich bestelle IP)
        netmask 255.255.255.192
        pointopoint (IP vom Host)
        gateway (IP vom Host)
        # dns-* options are implemented by the resolvconf package, if installed
        dns-nameservers 213.133.98.98 213.133.99.99 213.133.100.100 (Hetzner Nameserver)

Ich weiß nicht mehr weiter, ping von der VM zum Host und umgekehrt geht ohne probleme aber nach außen "telefonieren" geht nicht. Ist in der Config was falsch?
 

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!