Routing Problem

Gradlon

Member
Sep 8, 2019
4
1
6
41
Guten Tag,

Ich habe folgendes Problem.

Ich habe 3 PVE Server mit diverses VMS Laufen, die Server sind Mittle pfSense und IPSEC mit meinen Hetzner Cloud Servern Verbunden.
Soweit funktioniert alles tiptop.

Aber wenn ich pfSense auf Server 3 Laufen habe bin ich nicht in der lag die VMS auf Server 3 durch den Tunnel zu erreichen.
Verschiebe ich den pfSense Server auf Server zwei kann ich zwar die VMS auf Server 3 wieder erreichen jedoch die VMS auf Server 2 sind nicht mehr erreichbar.
Pings kommen übrigens durch.

PVE 3
Bash:
auto lo
iface lo inet loopback

iface lo inet6 loopback

iface enp5s0 inet manual

iface enp2s0 inet manual

iface enp6s0 inet manual

auto vmbr1
iface vmbr1 inet static
        address  144.76.17.196
        netmask  255.255.255.224
        gateway  144.76.17.193
        bridge-ports enp5s0
        bridge-stp off
        bridge-fd 0
        bridge-vlan-aware yes
        bridge-vids 4050-4060
        mtu 1400
        pre-up ip link set enp5s0 mtu 1400
#Hetzner-VLAN

auto vmbr0
iface vmbr0 inet static
        address  10.0.0.3
        netmask  255.255.0.0
        bridge-ports enp2s0
        bridge-stp off
        bridge-fd 0
        pre-up ip link set enp2s0 mtu 9000
#Proxmox-Ceph-Network

auto vmbr2
iface vmbr2 inet static
        address  172.16.0.3
        netmask  255.255.255.0
        bridge-ports enp6s0
        bridge-stp off
        bridge-fd 0
        post-up /sbin/ifconfig vmbr2:1 172.16.100.3 netmask 255.255.255.0
        post-up /sbin/ifconfig vmbr2:2 172.16.80.3 netmask 255.255.255.0
        post-up /sbin/ifconfig vmbr2:3 172.16.60.3 netmask 255.255.255.0
        post-up /sbin/ifconfig vmbr2:4 172.16.47.3 netmask 255.255.255.0
        post-up /sbin/ifconfig vmbr2:5 172.16.44.3 netmask 255.255.255.0
        post-up /sbin/ifconfig vmbr2:6 172.16.40.3 netmask 255.255.255.0
        post-up /sbin/ifconfig vmbr2:7 172.16.30.3 netmask 255.255.255.0
        post-up /sbin/ifconfig vmbr2:8 172.16.10.3 netmask 255.255.255.0
        post-up /sbin/ifconfig vmbr2:9 172.16.9.3 netmask 255.255.255.0
        post-up /sbin/ifconfig vmbr2:9 172.16.70.3 netmask 255.255.255.0
        post-up ip route add 192.168.50.0/24 via 172.16.100.20 dev vmbr2
        post-up ip route add  10.16.0.0/16 via 172.16.100.20 dev vmbr2
        post-down ip route del 192.168.50.0/24 via 172.16.100.20 dev vmbr2
        post-down ip route del 10.16.0.0/16 via 172.16.100.20 dev vmbr2

Ich bin um jede Hilfe dankbar.

Freundlichen Gruss
Gradlon
 

Attachments

  • Greenshot 2019-10-25 10.13.17.png
    Greenshot 2019-10-25 10.13.17.png
    272.5 KB · Views: 9
  • Like
Reactions: maatsche
post-up /sbin/ifconfig vmbr2:1 172.16.100.3 netmask 255.255.255.0
post-up /sbin/ifconfig vmbr2:2 172.16.80.3 netmask 255.255.255.0
post-up /sbin/ifconfig vmbr2:3 172.16.60.3 netmask 255.255.255.0
post-up /sbin/ifconfig vmbr2:4 172.16.47.3 netmask 255.255.255.0
post-up /sbin/ifconfig vmbr2:5 172.16.44.3 netmask 255.255.255.0
post-up /sbin/ifconfig vmbr2:6 172.16.40.3 netmask 255.255.255.0
post-up /sbin/ifconfig vmbr2:7 172.16.30.3 netmask 255.255.255.0
post-up /sbin/ifconfig vmbr2:8 172.16.10.3 netmask 255.255.255.0
post-up /sbin/ifconfig vmbr2:9 172.16.9.3 netmask 255.255.255.0
post-up /sbin/ifconfig vmbr2:9 172.16.70.3 netmask 255.255.255.0
Was für einen Zweck erfüllen die zusätzlichen IPs?
 
Wie hast du das genau aufgebaut ?

Wuerde mich freuen wenn du das beschreiben kannst :)

Danke
 

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!