metal-stack / mini-lab

a small, virtual setup to locally run the metal-stack
MIT License
57 stars 13 forks source link

Switch to tc mirrored to get rid of macvtap #110

Closed robertvolkmann closed 1 month ago

robertvolkmann commented 2 years ago

It's essential to set the MAC address of the virtual network device equal to the corresponding lan device. Otherwise, only one of the machines can boot successfully via PXE, as already observed in PR #96.

robertvolkmann commented 2 years ago

@GrigoriyMikhalkin What is your opinion?

GrigoriyMikhalkin commented 2 years ago

@GrigoriyMikhalkin What is your opinion?

At the moment it's unclear if there's any benefits of using tc mirred vs macvtap.

mwindower commented 1 month ago

Nice! I would assume that tc is also faster. Could you do a performance test/iperf btw. machines?

robertvolkmann commented 1 month ago

I tested performance between machines and observed no differences between macvtap and tc-redirect.