Keine Internetverbindung in VMs

starfighter2020

New Member
Jul 21, 2020
12
0
1
24
Hallo liebe Community,

ich wollte eine Routed-Netzkonfiguration einrichten und habe auf meinem Host die folgende Konfiguration eingepflegt:

Code:
auto lo
iface lo inet loopback
 
iface lo inet6 loopback

auto enp2s0
iface enp2s0 inet static
  address 1.2.3.4
  netmask 255.255.255.224
  pointopoint 176.9.17.193
  gateway  176.9.17.193
  post-up echo 1 > /proc/sys/net/ipv4/ip_forward
  post-up echo 1 > /proc/sys/net/ipv4/conf/enp2s0/proxy_arp
 
iface enp2s0 inet6 static
  address 2a02:01e8:0282:11ad::2
  netmask 64
  gateway fe80::1
  up sysctl -p
 
# für Einzel-IPs
auto vmbr0
iface vmbr0 inet static
  address  1.2.3.4
  netmask 255.255.255.255
  bridge_ports none
  bridge_stp off
  bridge_fd 0
  up ip route add 176.9.17.x/32 dev vmbr0
  up ip route add 176.9.17.x/32 dev vmbr0
  up ip route add 176.9.88.x/32 dev vmbr0
 
iface vmbr0 inet6 static
  address fe80::1
  netmask 64
  up ip -6 route add 2a02:01e8:0282:11ad::/64 dev vmbr0

Bei meiner Linux VM habe ich die Konfiguration eingepflegt:
Code:
auto ens18
iface ens18 inet static
address 176.9.17.x
netmask 255.255.255.255
pointopoint 1.2.3.4
gateway 1.2.3.4


Bei meinem Host habe ich eine IPv4 sowie eine IPv6 erhalten, auf meiner VM erhalte ich nicht mal eine IPv4.
Ist in meiner Konfiguration ein Fehler oder muss ich zusätzlich noch etwas beachten?

Danke!
 
In der VM sollte:

pointopoint 1.2.3.4
gateway 1.2.3.4

eher

gateway 176.9.17.193 heissen und das Point-to-Point hier weg?

Deine IP-Adresse ist in einem anderen Netz, als dein Gateway. Wie soll da die VM wissen, wo es weiter geht?
 
Danke für die Antwort.
Ich habe nun probiert das "richtige" Gateway, was der IP zugewiesen wurde zu verwenden und trotzdem erhalte ich keine Internetverbindung in der VM.

Leider sieht das genau so aus bei der IPv6 Konfiguration. Da habe ich fest eine IP beziehen lassen:
IPv6-Adresse: 2a02:01e8:0282:11ad::6
Subnetzpräfixlänge: 64
Standardgateway: fe80::1

...und auch hier klappt es mit der Internetverbindung nicht.
 

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!