I am completely new to Proxmox. I wanted to try it out to learn something new.
I usually use Virtualbox on W10 but i want to try the speed and power of KVM.
I have been really exited about this and seen a lot of videos and reviews of Proxmox.
So i really hope i can get help to make it work.
I have installed Proxmox on Debian 11 with lxqt 64bit. Following the guide on Install Proxmox VE on Debian Buster
My big problem is, when i try to create a Virtual Bridge my HOST looses networking.
It can momentarily be fixed with
but looses its connection fast.
When trying to start a VM both HOST and VM looses connection.
So far i have spend the better of 2-3 days googling and trying myself.
But i seem to have reached the point where i have to ask for help.
# My /etc/network/interfaces looks like this
# Configured from Proxmox gui
As a note i can ping my local devices on LAN.
And sometimes i can ping 8.8.8.8 (Google DNS)
But i aint got no net on either HOST or VM's
I am not really aware of anything else i need to post. Just tell me what i should add and i will.
Ty for reading and having a look at my peril,
Best Regards,
Darkyere
I usually use Virtualbox on W10 but i want to try the speed and power of KVM.
I have been really exited about this and seen a lot of videos and reviews of Proxmox.
So i really hope i can get help to make it work.
I have installed Proxmox on Debian 11 with lxqt 64bit. Following the guide on Install Proxmox VE on Debian Buster
My big problem is, when i try to create a Virtual Bridge my HOST looses networking.
It can momentarily be fixed with
Code:
systemctl restart networking
When trying to start a VM both HOST and VM looses connection.
So far i have spend the better of 2-3 days googling and trying myself.
But i seem to have reached the point where i have to ask for help.
# My /etc/network/interfaces looks like this
# Configured from Proxmox gui
Code:
auto lo
iface lo inet loopback
iface enp8s0 inet manual
auto vmbr0
iface vmbr0 inet static
address 192.168.1.114/24
gateway 192.168.1.1
bridge-ports enp8s0
bridge-stp off
bridge-fd 0
As a note i can ping my local devices on LAN.
And sometimes i can ping 8.8.8.8 (Google DNS)
But i aint got no net on either HOST or VM's
I am not really aware of anything else i need to post. Just tell me what i should add and i will.
Ty for reading and having a look at my peril,
Best Regards,
Darkyere
Last edited: