Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Guest to guest network for multiple guests #4190

Closed
dsxack opened this issue Jul 6, 2022 · 1 comment
Closed

Guest to guest network for multiple guests #4190

dsxack opened this issue Jul 6, 2022 · 1 comment

Comments

@dsxack
Copy link

dsxack commented Jul 6, 2022

Describe the issue
I need to build network between 3 guests:

  • pfSense firewall (x86, with 2 network adapters: WAN shared network with host and LAN network adapter as gateway for guests, DHCP on LAN network adapter)
  • kali linux (arm64, 1 network adapter in LAN)
  • metasplotable (x86, 1 network adapter in LAN)

So, I tried to add next QEMU flags to my guests configuration:

  • -netdev socket,mcast=230.0.0.1:1234 not working (VMs starting but unreachable)
  • -netdev socket,connect/listen working! But just for 2 guests (1 to 1 guest networking)
  • -netdev vde QEMU in UTM compiled without VDE support
  • -netdev tap not supported on MacOS as I know

Someone know another ways to build one network with 3 guests?

Configuration

  • UTM Version: 3.2.4 (58)
  • OS Version: 12.5 Beta (21G5046c)
  • Intel or Apple Silicon? Apple Silicon
@dsxack
Copy link
Author

dsxack commented Jul 6, 2022

Reached with:

VM1:
-netdev vmnet-host,id=vm1,net-uuid=8493bb04-56aa-4ec0-a937-605ac1a8bd07

VM2:
-netdev vmnet-host,id=vm2,net-uuid=8493bb04-56aa-4ec0-a937-605ac1a8bd07

VM3:
-netdev vmnet-host,id=vm3,net-uuid=8493bb04-56aa-4ec0-a937-605ac1a8bd07

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant