hi,
Just dipping my toes in Proxmox VE for 2 weeks now, installed OMV en Debian 10 in VM
for both of the machines I can't get internet to work. reading thru all the post it has been addressed al lot of times but with al the tips an tricks i can't seem to get it to work.
cat /etc/network/interfaces
Node :
VM(debian 10)
Can't ping the vm from the host and the other way around.
also when looking thru the wiki i can't seems to find the right answer(probably my fault)
all help is welcome!!
Just dipping my toes in Proxmox VE for 2 weeks now, installed OMV en Debian 10 in VM
for both of the machines I can't get internet to work. reading thru all the post it has been addressed al lot of times but with al the tips an tricks i can't seem to get it to work.
cat /etc/network/interfaces
Node :
Code:
auto lo
iface lo inet loopback
auto eno2
iface eno2 inet manual
iface eno1 inet manual
auto vmbr0
iface vmbr0 inet static
address 192.168.178.32/24
gateway 192.168.178.1
bridge-ports eno2
bridge-stp off
bridge-fd 0
VM(debian 10)
Code:
auto lo
iface lo inet loopback
auto ens18
iface ens18 inet static
address 192.168.178.47
netmash 255.255.255.0
gateway 192.168.178.1
Can't ping the vm from the host and the other way around.
also when looking thru the wiki i can't seems to find the right answer(probably my fault)
all help is welcome!!