[SOLVED] Nach Update auf PVE-8, funktioniert Routed-Netzwerk nicht mehr

merseburger

Renowned Member
Jan 4, 2015
12
0
66
Ich habe soeben mein Proxmox auf die Version 8 geupdated. Ich habe während Installation alle Configs beibehalten. Zudem hat sich der Name des Netzadapters von eth0 auf enX0 (ja das X, groß). Mein Provider Erlaubt bei Zusatz-IP-Adressen nur die Gerouted Konfiguration über die Haupt-IP-Adresse des Servers (ähnl. wie bei Hetzner).
Code:
auto lo
iface lo inet loopback

auto enX0
iface enX0 inet static
        address 30.60.90.222
        netmask 255.255.255.0
        network 30.60.90.0
        gateway 30.60.90.1
        pointopoint 30.60.90.1
        broadcast 30.60.90.255
        post-up echo 1 > /proc/sys/net/ipv4/ip_forward
        post-up echo 1 > /proc/sys/net/ipv4/conf/eth0/proxy_arp
        #hwaddress ether 00:50:56:71:33:78

auto vmbr0
iface vmbr0 inet static
        address 30.60.90.222
        netmask 255.255.255.255
        network 30.60.90.0
        pointopoint 30.60.90.222
        broadcast 30.60.90.255
        bridge-ports off
        bridge-stp off
        bridge-fd 0
        up ip route add 30.60.90.224/32 dev vmbr0
        up ip route add 30.60.90.236/32 dev vmbr0
        up ip route add 60.120.240.69/32 dev vmbr0

auto vmbr1
iface vmbr1 inet manual
        bridge-ports off
        bridge-stp off
        bridge-fd 0

auto vmbr2
iface vmbr2 inet manual
        bridge-ports off
        bridge-stp off
        bridge-fd 0


network/interfaces vom Gast A

Code:
# The loopback network interface
auto lo
iface lo inet loopback

# The primary network interface
# allow-hotplug ens18
auto ens18
iface ens18 inet static
        address 60.120.240.69/32
        post-up ip route add 30.60.90.222 dev ens18
        post-up ip route add default via 30.60.90.222 dev ens18
        # dns-* options are implemented by the resolvconf package, if installed
        dns-nameservers 1.1.1.1
        dns-search mein-host.de

auto ens19
iface ens19 inet static
        address 192.168.2.2/24
 
Problem gelöst. Hab scheinbar Tomaten auf den Augen.

Code:
post-up echo 1 > /proc/sys/net/ipv4/conf/eth0/proxy_arp

War der Fehler
 

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!