LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Networking (https://www.linuxquestions.org/questions/linux-networking-3/)
-   -   Dual NICs - one for system, other bridged for VMs (https://www.linuxquestions.org/questions/linux-networking-3/dual-nics-one-for-system-other-bridged-for-vms-4175734754/)

cct 03-10-2024 09:23 AM

Dual NICs - one for system, other bridged for VMs
 
I have Ubuntu 22.04LTS on a Intel NUC12, running a few VMS under KVM/QEMU

I have set up a bridged NIC onto a USB NIC, and want to restrict that to the VMs, with the server only using the main NIC

Any thoughts?

Chris

pan64 03-10-2024 10:31 AM

probably: https://serverfault.com/questions/10...her-network-on

cct 03-10-2024 10:53 AM

Quote:

Originally Posted by pan64 (Post 6488800)

Thanks, but that is the other side.

The VMs all route correctly using the bridged network, through the USB NIC.

What I am trying to stop is the host using the bridged network, just using it's own NIC

nini09 03-13-2024 03:11 PM

> What I am trying to stop is the host using the bridged network, just using it's own NIC
The simple way, using route to control this.

cct 03-13-2024 06:20 PM

How will that stop the host responding to requests on that NIC?

nini09 03-14-2024 03:04 PM

> How will that stop the host responding to requests on that NIC?
All route entry on host points to the NIC you want, including default route entry.


All times are GMT -5. The time now is 11:26 PM.