mirror of
https://github.com/retspen/webvirtcloud.git
synced 2026-04-26 07:55:52 +03:00
[GH-ISSUE #546] how to make vm connected to router directly? #323
Labels
No labels
bug
enhancement
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/webvirtcloud#323
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @xiedeacc on GitHub (Oct 8, 2022).
Original GitHub issue: https://github.com/retspen/webvirtcloud/issues/546
I use netplan create a bridge on my ubuntu22.04 host, now my host network works well, but I cannot connect to vm, how to sovle this?
@catborise commented on GitHub (Oct 10, 2022):
it seems right. it should work if your subnet access to internet.
you should manually set tiger1 instance network if there is not any dhcp server.
@xiedeacc commented on GitHub (Oct 10, 2022):
yes it's right, thanks