There is a virtual network:
1. Host machine (the one on which Virtualbox itself is running)
2. Debian on VirtualBox (with Proxmox installed on it), essentially a Proxmox server
3. Virtual machine in Proxmox
At the moment, everything responds to each other, except that the Proxmox virtual machine does not ping a PC from the VirtualBox virtual network.
At the moment, the settings are as follows:
1. On the Proxmax server:
source /etc/network/interfaces.d/*
auto io
iface io inet loopback
auto enp0s3
iface enp0s3 inet manual
auto enp0s8
iface enp0s8 inet manual
auto vmbr0
iface vmbr0 inet static
address 192.168.56.114
netmask 24
gateway 192.168.56.100
bridge-ports enp0s3
bridge-stp off
bridge-fd 0
auto vmbr1
iface vmbr1 inet manual
bridge-ports enp0s8
bridge-stp off
bridge-fd 0
Proxmox virtual machine settings:
source /etc/network/interfaces.d/*
auto io
iface io inet loopback
auto enp0s18
iface enp0s8 inet static
address 192.168.56.118
netmask 255.255.255.0
gateway 192.168.56.114
1. Host machine (the one on which Virtualbox itself is running)
2. Debian on VirtualBox (with Proxmox installed on it), essentially a Proxmox server
3. Virtual machine in Proxmox
At the moment, everything responds to each other, except that the Proxmox virtual machine does not ping a PC from the VirtualBox virtual network.
At the moment, the settings are as follows:
1. On the Proxmax server:
source /etc/network/interfaces.d/*
auto io
iface io inet loopback
auto enp0s3
iface enp0s3 inet manual
auto enp0s8
iface enp0s8 inet manual
auto vmbr0
iface vmbr0 inet static
address 192.168.56.114
netmask 24
gateway 192.168.56.100
bridge-ports enp0s3
bridge-stp off
bridge-fd 0
auto vmbr1
iface vmbr1 inet manual
bridge-ports enp0s8
bridge-stp off
bridge-fd 0
Proxmox virtual machine settings:
source /etc/network/interfaces.d/*
auto io
iface io inet loopback
auto enp0s18
iface enp0s8 inet static
address 192.168.56.118
netmask 255.255.255.0
gateway 192.168.56.114