I have spend nearly a week trying to make it work. Followed several guide but nothing my VM does not access to internet. I am installed proxmox on machine and created a VM running archlilnux. The IP of the machine is assigned with DHCP. The configuration below does not work. I have tried to assing a static IP to eno1 but did not work. I have tried to assign the same MAC as eno1 to the vmbr0 still no access to internet. I have tried routed configuration as in proxmox guide and still no luck. What am I doing wrong?
auto lo
iface lo inet loopback
auto eno1
iface eno1 inet manual
auto vmbr0
iface vmbr0 inet static
address 10.91.193.105/19
gateway 10.91.192.1
bridge-ports eno1
bridge-stp off
bridge-fd 0
bridge-disabel-mac-learning 1
auto lo
iface lo inet loopback
auto eno1
iface eno1 inet manual
auto vmbr0
iface vmbr0 inet static
address 10.91.193.105/19
gateway 10.91.192.1
bridge-ports eno1
bridge-stp off
bridge-fd 0
bridge-disabel-mac-learning 1
Last edited: