Server kann nicht auf öffentliche IP Adresse anderer Bridge zugreifen

CuzImPeter

New Member
Aug 31, 2019
20
1
3
26
Meine /etc/network/interfaces Config;
Code:
auto eno1
iface eno1 inet static
        address  xxx.xxx.xxx.171
        netmask  27
        gateway  xxx.xxx.xxx.161
        up route add -net xxx.xxx.xxx.191 netmask 255.255.255.224 gw xxx.xxx.xxx.191 dev eno1

auto vmbr0
iface vmbr0 inet static
        address  xxx.xxx.xxx.171
        netmask  255.255.255.255
        bridge-ports none
        bridge-stp off
        bridge-fd 0
        up ip route add xxx.xxx.xxx.189/32 dev vmbr0

auto vmbr1
iface vmbr1 inet static
        address xxx.xxx.xxx.171
        netmask 255.255.255.255
        bridge-ports none
        bridge-stp off
        bridge-fd 0
        up ip route add xxx.xxx.xxx.186/32 dev vmbr1
Info: Der Server steht bei hetzner
Wenn ich jetzt mit dem Server der die IP Adresse xxx.xxx.xxx.189 hat, den Server mit der IP Adresse xxx.xxx.xxx.186 anpingen will bekomme ich Host is unreachable aber wenn ich von mir zuhause die IP xxx.xxx.xxx.186 funktioniert es. Man kann auch nicht mit der IP xxx.xxx.xxx.186 den Server mit der IP xxx.xxx.xxx.189 anpingen
 

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!