Sponsor-Board.de
Und auch ein problem mit Proxmox - ipv6 Routing

+- Sponsor-Board.de (https://www.sponsor-board.de)
+-- Forum: Community (/forumdisplay.php?fid=56)
+--- Forum: Hilfe (/forumdisplay.php?fid=102)
+---- Forum: Linux-Server (/forumdisplay.php?fid=105)
+---- Thema: Und auch ein problem mit Proxmox - ipv6 Routing (/showthread.php?tid=65091)


Und auch ein problem mit Proxmox - ipv6 Routing - Meos82 - 03.06.2018 07:32

Hallo,
auch ich habe ein Problem mit Proxmox.

Das Problem (wie es sich für mich darstellt) ist, das ich vom Host keine VM und von der VM nicht den Host anpingen kann.

In der VM kann ich über ipv4 Surfen, aber der IPv6 teil, damit jede VM eine individuelle IP hat möchte nicht klappen.

Host: /etc/network/interface

Code:
auto lo
iface lo inet loopback

# device: enp2s0
auto enp2s0
iface enp2s0 inet static
  address 78.255.255.75
  netmask 255.255.255.224
  pointopoint 78.255.255.65
  gateway 78.255.255.65

iface enp2s0 inet6 static
  address 2a01:affe:affe:affe::2
  netmask 128
  gateway fe80::1
  up sysctl -p

auto vmbr0
iface vmbr0 inet static
  address 78.255.255.75
  netmask 255.255.255.224
  bridge_ports none
  bridge_stp off
  bridge_fd 0
  up ip route add 78.255.255.90/27 dev vmbr0

iface vmbr0 inet6 static
  address 2a01:affe:affe:affe::2
  netmask 64
  gateway 2a01:affe:affe:affe::1
#  up route -6 add 2a01:affe:affe:affe::/64 enp2s0


Host: /etc/sysctl.d/99-network.conf

Code:
net.ipv4.ip_forward = 1
net.ipv6.conf.all.forwarding = 1
net.ipv6.conf.all.accept_ra = 2
net.ipv6.conf.all.accept_redirects = 1
net.ipv6.conf.all.accept_source_route = 1


Einstellungen in der VM
(hier wird ein live cd mit gui genutzt und die Werte über den Networkmanager eingegeben)

Code:
IPv4: 78.255.255.90
Netzmaske: 27
Gateway: 78.255.255.75
DNS: 8.8.8.8

IPv6: 2a01:affe:affe:affe::10
Präfix: 64
Gateway: 2a01:affe:affe:affe::2
DNS: 2001:4860:4860::8888



Ping Host zur VM

Code:
ping 2a01:affe:affe:affe::10
PING 2a01:affe:affe:affe::10(2a01:affe:affe:affe::10) 56 data bytes
From 2a01:affe:affe:affe::2 icmp_seq=1 Time exceeded: Hop limit
From 2a01:affe:affe:affe::2 icmp_seq=2 Time exceeded: Hop limit


Ping VM zum Host

Code:
ping 2a01:affe:affe:affe::2
PING 2a01:affe:affe:affe::2(2a01:affe:affe:affe::10) 56 data bytes
From 2a01:affe:affe:affe::10 icmp_seq=1 Destination unrechable: Address unreachable
From 2a01:affe:affe:affe::10 icmp_seq=2 Destination unrechable: Address unreachable





Hat jemand einen Tipp was ich machen kann damit ich einen Ping / die IP in der VM bekomme?

Gruß Armin


RE: Und auch ein problem mit Proxmox - ipv6 Routing - Neo - 03.06.2018 18:57

[Link: Registrierung erforderlich]