tl;dr same config on different machines, different results. How to debug?
This is all with a fresh install of 6.3 downloaded today. I've installed on a Aorus Pro AX Z490 board and am using the onboard NIC.
After install I set the net interface to DHCP
I've tried setting gateways, subnets and as well a static ip. All end up with a working host that I can connect to. But the same issues as follows.
Created a VM, enable qemu, add a network card (tried all of them) and boot into a ubuntu live. This was my test, the first attempt was with win10. Fails to get an IP, but I can see broadcast traffic and my ubiquity USG sees the request for IP. And thats it, never get anything back to the VM. I think this is something to do with the NIC on the motherboard. I installed the exact same config on a 2018 mac mini and it works flawlessly.
So here's my question. What should I be looking for to debug this?? I've spent a few days on this now (part time) and can't seem to make any progress.
This is all with a fresh install of 6.3 downloaded today. I've installed on a Aorus Pro AX Z490 board and am using the onboard NIC.
After install I set the net interface to DHCP
Code:
auto vmbr0
iface vmbr0 inet dhcp
bridge-ports enp5s0
bridge-stp off
bridge-fd 0
I've tried setting gateways, subnets and as well a static ip. All end up with a working host that I can connect to. But the same issues as follows.
Created a VM, enable qemu, add a network card (tried all of them) and boot into a ubuntu live. This was my test, the first attempt was with win10. Fails to get an IP, but I can see broadcast traffic and my ubiquity USG sees the request for IP. And thats it, never get anything back to the VM. I think this is something to do with the NIC on the motherboard. I installed the exact same config on a 2018 mac mini and it works flawlessly.
So here's my question. What should I be looking for to debug this?? I've spent a few days on this now (part time) and can't seem to make any progress.