Hallo.
Ich habe vor einigen Tagen einen Proxmox Server eingerichtet. Er läuft auf echter Hardware und soll mittelfristig meinen Hyper-V Server ersetzen. Nun habe ich zu Testzwecken zwei Debian 8 Container angelegt und ein paar Probleme mit dem Internetzugang der Container.
Wenn ich nun beide Container starte, kann ich mit beiden Containern sowohl den Proxmox Host als auch weitere Rechner in meinem Netz (z.B. Windows Arbeitsplatz) anpingen, das Gateway jedoch nur aus dem Client 1.
Bei Client 2 klappt das nicht.
Setze ich beide Container auf DHCP, funktioniert der Internetzugriff auf beiden Containern ohne Probleme.
Da ich neu in Proxmox bin, vermute ich, irgendwo einen Fehler gemacht zu haben. Leider konnte ich bis jetzt nicht herausfinden, wo das Problem genau liegt.
Vielleicht hat ja jemand von euch einen Hinweis für mich.
LG Tom
Ich habe vor einigen Tagen einen Proxmox Server eingerichtet. Er läuft auf echter Hardware und soll mittelfristig meinen Hyper-V Server ersetzen. Nun habe ich zu Testzwecken zwei Debian 8 Container angelegt und ein paar Probleme mit dem Internetzugang der Container.
root@proxmox-ve-1:~# pveversion -v
proxmox-ve: 5.0-15 (running kernel: 4.10.15-1-pve)
pve-manager: 5.0-23 (running version: 5.0-23/af4267bf)
pve-kernel-4.10.15-1-pve: 4.10.15-15
libpve-http-server-perl: 2.0-5
lvm2: 2.02.168-pve2
corosync: 2.4.2-pve3
libqb0: 1.0.1-1
pve-cluster: 5.0-10
qemu-server: 5.0-12
pve-firmware: 2.0-2
libpve-common-perl: 5.0-16
libpve-guest-common-perl: 2.0-11
libpve-access-control: 5.0-5
libpve-storage-perl: 5.0-12
pve-libspice-server1: 0.12.8-3
vncterm: 1.5-2
pve-docs: 5.0-8
pve-qemu-kvm: 2.9.0-2
pve-container: 2.0-14
pve-firewall: 3.0-1
pve-ha-manager: 2.0-2
ksm-control-daemon: 1.2-2
glusterfs-client: 3.8.8-1
lxc-pve: 2.0.8-3
lxcfs: 2.0.7-pve2
criu: 2.11.1-1~bpo90
novnc-pve: 0.6-4
smartmontools: 6.5+svn4324-1
zfsutils-linux: 0.6.5.9-pve16~bpo90
proxmox-ve: 5.0-15 (running kernel: 4.10.15-1-pve)
pve-manager: 5.0-23 (running version: 5.0-23/af4267bf)
pve-kernel-4.10.15-1-pve: 4.10.15-15
libpve-http-server-perl: 2.0-5
lvm2: 2.02.168-pve2
corosync: 2.4.2-pve3
libqb0: 1.0.1-1
pve-cluster: 5.0-10
qemu-server: 5.0-12
pve-firmware: 2.0-2
libpve-common-perl: 5.0-16
libpve-guest-common-perl: 2.0-11
libpve-access-control: 5.0-5
libpve-storage-perl: 5.0-12
pve-libspice-server1: 0.12.8-3
vncterm: 1.5-2
pve-docs: 5.0-8
pve-qemu-kvm: 2.9.0-2
pve-container: 2.0-14
pve-firewall: 3.0-1
pve-ha-manager: 2.0-2
ksm-control-daemon: 1.2-2
glusterfs-client: 3.8.8-1
lxc-pve: 2.0.8-3
lxcfs: 2.0.7-pve2
criu: 2.11.1-1~bpo90
novnc-pve: 0.6-4
smartmontools: 6.5+svn4324-1
zfsutils-linux: 0.6.5.9-pve16~bpo90
root@proxmox-ve-1:~# cat /etc/network/interfaces
# network interface settings; autogenerated
# Please do NOT modify this file directly, unless you know what
# you're doing.
#
# If you want to manage part of the network configuration manually,
# please utilize the 'source' or 'source-directory' directives to do
# so.
# PVE will preserve these directives, but will NOT its network
# configuration from sourced files, so do not attempt to move any of
# the PVE managed interfaces into external files!
auto lo
iface lo inet loopback
iface enp6s0 inet manual
auto vmbr0
iface vmbr0 inet static
address 192.168.178.5
netmask 255.255.255.0
gateway 192.168.178.1
bridge_ports enp6s0
bridge_stp off
bridge_fd 0
# network interface settings; autogenerated
# Please do NOT modify this file directly, unless you know what
# you're doing.
#
# If you want to manage part of the network configuration manually,
# please utilize the 'source' or 'source-directory' directives to do
# so.
# PVE will preserve these directives, but will NOT its network
# configuration from sourced files, so do not attempt to move any of
# the PVE managed interfaces into external files!
auto lo
iface lo inet loopback
iface enp6s0 inet manual
auto vmbr0
iface vmbr0 inet static
address 192.168.178.5
netmask 255.255.255.0
gateway 192.168.178.1
bridge_ports enp6s0
bridge_stp off
bridge_fd 0
root@deb8-testserver-1:~# cat /etc/network/interfaces
auto lo
iface lo inet loopback
auto eth0
iface eth0 inet static
address 192.168.178.200
netmask 255.255.255.0
gateway 192.168.178.1
auto lo
iface lo inet loopback
auto eth0
iface eth0 inet static
address 192.168.178.200
netmask 255.255.255.0
gateway 192.168.178.1
root@deb8-testserver-2:~# cat /etc/network/interfaces
auto lo
iface lo inet loopback
auto eth0
iface eth0 inet static
address 192.168.178.201
netmask 255.255.255.0
gateway 192.168.178.1
auto lo
iface lo inet loopback
auto eth0
iface eth0 inet static
address 192.168.178.201
netmask 255.255.255.0
gateway 192.168.178.1
Wenn ich nun beide Container starte, kann ich mit beiden Containern sowohl den Proxmox Host als auch weitere Rechner in meinem Netz (z.B. Windows Arbeitsplatz) anpingen, das Gateway jedoch nur aus dem Client 1.
Bei Client 2 klappt das nicht.
root@deb8-testserver-2:~# ping 192.168.178.1
PING 192.168.178.1 (192.168.178.1) 56(84) bytes of data.
From 192.168.178.201 icmp_seq=1 Destination Host Unreachable
From 192.168.178.201 icmp_seq=2 Destination Host Unreachable
From 192.168.178.201 icmp_seq=3 Destination Host Unreachable
From 192.168.178.201 icmp_seq=4 Destination Host Unreachable
From 192.168.178.201 icmp_seq=5 Destination Host Unreachable
From 192.168.178.201 icmp_seq=6 Destination Host Unreachable
From 192.168.178.201 icmp_seq=7 Destination Host Unreachable
^C
--- 192.168.178.1 ping statistics ---
22 packets transmitted, 0 received, +7 errors, 100% packet loss, time 21492ms
pipe 15
PING 192.168.178.1 (192.168.178.1) 56(84) bytes of data.
From 192.168.178.201 icmp_seq=1 Destination Host Unreachable
From 192.168.178.201 icmp_seq=2 Destination Host Unreachable
From 192.168.178.201 icmp_seq=3 Destination Host Unreachable
From 192.168.178.201 icmp_seq=4 Destination Host Unreachable
From 192.168.178.201 icmp_seq=5 Destination Host Unreachable
From 192.168.178.201 icmp_seq=6 Destination Host Unreachable
From 192.168.178.201 icmp_seq=7 Destination Host Unreachable
^C
--- 192.168.178.1 ping statistics ---
22 packets transmitted, 0 received, +7 errors, 100% packet loss, time 21492ms
pipe 15
Setze ich beide Container auf DHCP, funktioniert der Internetzugriff auf beiden Containern ohne Probleme.
Da ich neu in Proxmox bin, vermute ich, irgendwo einen Fehler gemacht zu haben. Leider konnte ich bis jetzt nicht herausfinden, wo das Problem genau liegt.
Vielleicht hat ja jemand von euch einen Hinweis für mich.
LG Tom