Am 23.03.25 um 15:56 schrieb Jason Andryuk:
On Sat, Mar 22, 2025 at 8:51 AM Shen Long
wrote:
Hello,
Hi Shen,
Hi Jason,
Try:
vif = [ 'backend=netbackend,bridge=dmz,type=vif' ]
This will give "test" just a PV nic (and not an emulated nic).
yes, thank you thats it!
Though to be fair, i
On Sat, Mar 22, 2025 at 8:51 AM Shen Long
wrote:
>
> Hello,
Hi Shen,
> Here the test.cfg domu which "works":
>
> name = "test"
> builder = "hvm"
> vcpus = 1
> memory = 4096
> #vif = [ 'backend=netbackend,bridge=dmz' ]
Try:
vif = [ 'backend=netbackend,bridge=dmz,type=vif' ]
This will give "test
Hello,
I use XEN on a gentoo home-lab/home-network server. I installed the Dom0
with gentoo with a dedicated network card. I gave a spare network card
on the machine to a dedicated network driver domain which also runs gentoo.
Now i discovered an issue with the VIF spec for new domUs.
Follow