[SOLVED] Routed Netzwerkkonfiguration

merseburger

Renowned Member
Jan 4, 2015
12
0
66
Ich habe einen V-Server auf den Proxmox 7 läuft. Bei meinen ISP sind die IP-Adressen an die MAC-Adresse des primären Netzwerkadapters gebunden. Ich versuche schon seit Stunden eine entsprechende Konfiguration zu finden.

Die primäre und zusätzlichen IP-Adressen sind im selben Subnet sollte aber über die Primäre Addresse gerouted werden.

Meine derzeitige /etc/network/interfaces sieht wie gefolgt aus.

Code:
auto eth0
iface eth0 inet static
  address   aaa.bbb.ccc.174
  netmask   255.255.255.0
  gateway   aaa.bbb.ccc.1
  pointopoint aaa.bbb.ccc.1
  broadcast aaa.bbb.ccc.255
  network aaa.bbb.ccc.0
  post-up echo 1 > /proc/sys/net/ipv4/ip_forward
  post-up echo 1 > /proc/sys/net/ipv4/conf/eth0/proxy_arp

auto vmbr0
iface vmbr0 inet static
  address aaa.bbb.ccc.174
  netmask 255.255.255.255
  pointopoint aaa.bbb.ccc1
  bridge_stp off
  bridge_ports none
  bridge_fd 0
  bridge_maxwait 0
  up route add aaa.bbb.ccc.223/32 dev vmbr0
  up route add aaa.bbb.ccc.222/32 dev vmbr0

In der VM (Debian 11)

Code:
auto ens18
iface ens18 inet static
  address aaa.bbb.ccc.223
  netmask 255.255.255.255
  gateway aaa.bbb.ccc.174
  pointopoint aaa.bbb.ccc.174

Ein ping ausgehend und eingehend ist nicht möglich. Was habe ich falsch gemacht ?
 
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!