Hi zusammen,
hat jemand diese Kombination am laufen?
Ich habe Probleme das Netz bei den VMs zum laufen zu bekommen.
Ich habe ein Debian minimal Stretch installiert.
Außerdem einen neuen Proxmox.
echo "deb download.proxmox.com/debian/pve stretch pve-no-subscription" > /etc/apt/sources.list.d/pve-install-repo.list
wget download.proxmox.com/debian/proxmox-ve-release-5.x.gpg -O /etc/apt/trusted.gpg.d/proxmox-ve-release-5.x.gpg
apt update && apt dist-upgrade
apt install proxmox-ve postfix open-iscsi
Bis auf das Netzwerk der einzelnen Hosts funktioniert es soweit.
Dazu nun die Fragen.
Ich hab routed Netzwerk gewählt, mit zusätzlichem Subnetz.
Die Daten:
Haupt IP:
94.XX.XX.99
GW: 94.X.X.65
Subnetz:
88.XX.XX.208 /29
Problem ist vermutlich seit Proxmox 5 die IPv6 Geschichte.
/etc/network/interfaces auf Host:
auto lo
iface lo inet loopback
iface lo inet6 loopback
auto enp0s31f6
iface enp0s31f6 inet static
address 94.X.X.99
netmask 255.255.255.192
gateway 94.X.X.65
pointopoint 94.X.X.65
iface enp0s31f6 inet6 static
address 2a01:X:X:19a4::2
netmask 64
gateway fe80::1
up sysctl -p
auto vmbr1
iface vmbr1 inet static
address 88.X.X.209
netmask 255.255.255.255
bridge_ports none
bridge_stp off
bridge_fd 0
iface vmbr1 inet6 static
address 2a01:X:X:19a4::3
netmask 64
IP forwarding gemacht:
sysctl -w net.ipv4.ip_forward=1
sysctl -w net.ipv6.conf.all.forwarding=1
/etc/network/interfaces auf Gast:
auto lo
iface lo inet loopback
auto eth0
iface eth0 inet static
address 88.X.X.209
netmask 255.255.255.248 #kann es sein, dass hier 255.255.255.255 stehen müsste, ggf die pointopoint Geschichte?
# --- BEGIN PVE ---
post-up ip route add 94.X.X.99 dev eth0
post-up ip route add default via 94.X.X.99 dev eth0
pre-down ip route del 94.X.X.99 dev eth0
pre-down ip route del 94.X.X.99 dev eth0
# --- END PVE ---
hat jemand diese Kombination am laufen?
Ich habe Probleme das Netz bei den VMs zum laufen zu bekommen.
Ich habe ein Debian minimal Stretch installiert.
Außerdem einen neuen Proxmox.
echo "deb download.proxmox.com/debian/pve stretch pve-no-subscription" > /etc/apt/sources.list.d/pve-install-repo.list
wget download.proxmox.com/debian/proxmox-ve-release-5.x.gpg -O /etc/apt/trusted.gpg.d/proxmox-ve-release-5.x.gpg
apt update && apt dist-upgrade
apt install proxmox-ve postfix open-iscsi
Bis auf das Netzwerk der einzelnen Hosts funktioniert es soweit.
Dazu nun die Fragen.
Ich hab routed Netzwerk gewählt, mit zusätzlichem Subnetz.
Die Daten:
Haupt IP:
94.XX.XX.99
GW: 94.X.X.65
Subnetz:
88.XX.XX.208 /29
Problem ist vermutlich seit Proxmox 5 die IPv6 Geschichte.
/etc/network/interfaces auf Host:
auto lo
iface lo inet loopback
iface lo inet6 loopback
auto enp0s31f6
iface enp0s31f6 inet static
address 94.X.X.99
netmask 255.255.255.192
gateway 94.X.X.65
pointopoint 94.X.X.65
iface enp0s31f6 inet6 static
address 2a01:X:X:19a4::2
netmask 64
gateway fe80::1
up sysctl -p
auto vmbr1
iface vmbr1 inet static
address 88.X.X.209
netmask 255.255.255.255
bridge_ports none
bridge_stp off
bridge_fd 0
iface vmbr1 inet6 static
address 2a01:X:X:19a4::3
netmask 64
IP forwarding gemacht:
sysctl -w net.ipv4.ip_forward=1
sysctl -w net.ipv6.conf.all.forwarding=1
/etc/network/interfaces auf Gast:
auto lo
iface lo inet loopback
auto eth0
iface eth0 inet static
address 88.X.X.209
netmask 255.255.255.248 #kann es sein, dass hier 255.255.255.255 stehen müsste, ggf die pointopoint Geschichte?
# --- BEGIN PVE ---
post-up ip route add 94.X.X.99 dev eth0
post-up ip route add default via 94.X.X.99 dev eth0
pre-down ip route del 94.X.X.99 dev eth0
pre-down ip route del 94.X.X.99 dev eth0
# --- END PVE ---