Netzwerkverbindung der VMs scheitert

Wangechi

New Member
Sep 2, 2018
4
1
3
28
Hallo,
ich habe Probleme mit der Netzwerkkonfiguration von Proxmox VE 5.2.8 auf Debian Stretch. Ich möchte Linux-VM's installieren und bekomme keine Internetverbindung. Ich habe inzwischen ein Ubuntu-Live-System als VM aufgesetzt, um von Clientseite zu testen - keine Verbindung zum Internet über eine feste IP.
Code:
# pveversion
pve-manager/5.2-8/fdf39912 (running kernel: 4.15.18-3-pve)

Auf dem Host-System (Debian Stretch) habe ich vier Netzwerkkarten von denen ich eno1 nutze und mehrere IPs auf diese IP-Adresse gelegt habe:
Code:
auto lo
iface lo inet loopback

auto eno1
iface eno1 inet static
        address  188.109.32.66
        netmask  255.255.255.192
        gateway  188.109.32.65
        addresses-mx      188.109.32.70
        addresses-apache1 188.109.32.76
        addresses-bind    188.109.32.84
        dns-nameserver 194.150.168.16
        dns-nameserver 194.55.84.84
        dns-nameserver 212.75.32.4
        create_alias_devices yes
        label_addresses yes

iface eno2 inet manual

iface enp49s0f0 inet manual

iface enp49s0f1 inet manual

auto vmbr0
iface vmbr0 inet static
        address  192.168.1.200
        netmask  255.255.255.0
        bridge-ports none
        bridge-stp off
        bridge-fd 0
In der /etc/sysctl.conf habe ich "net.ipv4.ip_forward=1" gesetzt. Auf der VM (LIVE-Ununtu) habe ich als IP 192.168.1.2 Mask 255.255.255.0 und Gateway 192.168.1.200 vergeben. Dann geht vom Host aus
Code:
ping -c 5 192.168.1.2
PING 192.168.1.2 (192.168.1.2) 56(84) bytes of data.
64 bytes from 192.168.1.2: icmp_seq=1 ttl=64 time=0.171 ms
64 bytes from 192.168.1.2: icmp_seq=2 ttl=64 time=0.097 ms
64 bytes from 192.168.1.2: icmp_seq=3 ttl=64 time=0.078 ms
64 bytes from 192.168.1.2: icmp_seq=4 ttl=64 time=0.090 ms
64 bytes from 192.168.1.2: icmp_seq=5 ttl=64 time=0.083 ms

Und von Ubuntu auf der VM mache ich
Code:
ping -c 5 192.168.1.2
PING 192.168.1.2 (192.168.1.2) 56(84) bytes of data.
64 bytes from 192.168.1.2: icmp_seq=1 ttl=64 time=0.236 ms
64 bytes from 192.168.1.2: icmp_seq=2 ttl=64 time=0.099 ms
64 bytes from 192.168.1.2: icmp_seq=3 ttl=64 time=0.100 ms
64 bytes from 192.168.1.2: icmp_seq=4 ttl=64 time=0.089 ms
64 bytes from 192.168.1.2: icmp_seq=5 ttl=64 time=0.076 ms
aber das geht nicht mehr
ping -c 5 192.168.1.200
PING 192.168.1.200 (192.168.1.200) 56(84) bytes of data.
From 192.168.1.200 icmp_seq=1 Destination Host Unreachable
From 192.168.1.200 icmp_seq=2 Destination Host Unreachable
From 192.168.1.200 icmp_seq=3 Destination Host Unreachable
From 192.168.1.200 icmp_seq=4 Destination Host Unreachable
From 192.168.1.200 icmp_seq=5 Destination Host Unreachable
Auf dem Host sehe ich allerdings
Code:
ip a
1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000
    link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
    inet 127.0.0.1/8 scope host lo
       valid_lft forever preferred_lft forever
    inet6 ::1/128 scope host
       valid_lft forever preferred_lft forever
2: enp49s0f0: <BROADCAST,MULTICAST> mtu 1500 qdisc noop state DOWN group default qlen 1000
    link/ether ac:1f:6b:26:70:78 brd ff:ff:ff:ff:ff:ff
3: enp49s0f1: <BROADCAST,MULTICAST> mtu 1500 qdisc noop state DOWN group default qlen 1000
    link/ether ac:1f:6b:26:70:79 brd ff:ff:ff:ff:ff:ff
4: eno1: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc mq state UP group default qlen 1000
    link/ether ac:1f:6b:62:15:68 brd ff:ff:ff:ff:ff:ff
    inet 188.109.32.66/26 brd 192.109.24.127 scope global eno1
       valid_lft forever preferred_lft forever
    inet6 fe80::ae1f:6bff:fe62:1568/64 scope link
       valid_lft forever preferred_lft forever
5: eno2: <BROADCAST,MULTICAST> mtu 1500 qdisc noop state DOWN group default qlen 1000
    link/ether ac:1f:6b:62:15:69 brd ff:ff:ff:ff:ff:ff
6: vmbr0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue state UP group default qlen 1000
    link/ether 4a:41:ac:4f:11:b9 brd ff:ff:ff:ff:ff:ff
    inet 192.168.1.200/24 brd 192.168.1.255 scope global vmbr0
       valid_lft forever preferred_lft forever
    inet6 fe80::88e9:59ff:fe5f:5097/64 scope link
       valid_lft forever preferred_lft forever
7: tap101i0: <BROADCAST,MULTICAST,PROMISC,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast master vmbr0 state UNKNOWN group default qlen 1000
    link/ether 4a:41:ac:4f:11:b9 brd ff:ff:ff:ff:ff:ff

Wie bekomme ich eine Verbindung von den VMs zum Internet, so dass ich mit den Debian-Installer eine Linux-Installation durchziehen kann? Mit diesem Problem werden die Repositories nicht gefunden, wenn das Netzwerk nicht erreichbar ist.

Grüße
Wangechi
 

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!