Hi,
my Proxmox VE is running as a nested VM on top of Hyper-V and inside PVE a Debian VM is running.
Graphically it looks like this:
Router (192.168.10.1) ---- Hyper-V Switch (Windows 192.168.10.101) ---- Hyper-V VM with Proxmox VE (192.168.10.111) --- PVE VM with Debian (192.168.10.71)
The current status is:
The current network configuration of Debian is:
Do you have any ideas what is wrong?
Thanks a lot in advance,
Thomas
my Proxmox VE is running as a nested VM on top of Hyper-V and inside PVE a Debian VM is running.
Graphically it looks like this:
Router (192.168.10.1) ---- Hyper-V Switch (Windows 192.168.10.101) ---- Hyper-V VM with Proxmox VE (192.168.10.111) --- PVE VM with Debian (192.168.10.71)
The current status is:
- Proxmox can ping all other IP addresses.
- Router can ping Proxmox VE
- Windows can ping Proxmox VE
- Router cannot ping Debian
- Windows cannot ping Debian
- Debian can ping Proxmox VE
- Debian cannot ping Windows
- Debian cannot ping Router
Bash:
root@pve:~# cat /etc/network/interfaces
auto lo
iface lo inet loopback
iface eth0 inet manual
auto vmbr0
iface vmbr0 inet static
address 192.168.10.111/24
gateway 192.168.10.1
bridge-ports eth0
bridge-stp off
bridge-fd 0
The current network configuration of Debian is:
Bash:
user@Debian:~$ cat /etc/network/interfaces
auto lo
iface lo inet loopback
auto enp6s18
iface enp6s18 inet static
address 192.168.10.71
netmask 255.255.255.0
network 192.168.10.0
broadcast 192.168.10.255
gateway 192.168.10.1
dns-nameservers 192.168.10.1
Do you have any ideas what is wrong?
Thanks a lot in advance,
Thomas