-
Notifications
You must be signed in to change notification settings - Fork 37
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
Support bridge networking mode #128
Comments
This is working with wired or wireless adapters. For wired, it's not necessary because macvtap can do the trick, but it has issues with wireless adapters. The whole quick-start document tries to set up a well separated environment with reignite specific containerd configuration, thinpool location. Based on this logic the networking setup follows the same principles. This is an issue only with wireless adapters, so this is completely linux specific as VirtualBox machines have as "wired" connection. Because of this simple reason, the documentation utilize virsh to create a network with all the required bridge configuration and iptables rules. related to liquidmetal-dev#128
* Document how to set up network with wireless adapter This is working with wired or wireless adapters. For wired, it's not necessary because macvtap can do the trick, but it has issues with wireless adapters. The whole quick-start document tries to set up a well separated environment with reignite specific containerd configuration, thinpool location. Based on this logic the networking setup follows the same principles. This is an issue only with wireless adapters, so this is completely linux specific as VirtualBox machines have as "wired" connection. Because of this simple reason, the documentation utilize virsh to create a network with all the required bridge configuration and iptables rules. related to #128 * Change wording It was hard to follow/understand, it looks much better now. References: * #135 (comment)
This issue is stale because it has been open 60 days with no activity. |
@yitsushi - what else do you think we need for this? If anything? |
Good question. I don't know. I still can't configure a vm with bridge. Manually set master and assign IP:
IP on guest machine:
But still can't reach on ssh:
Potential addition:
|
Ok lets keep this open then. |
This issue is stale because it has been open 60 days with no activity. |
This issue is stale because it has been open 60 days with no activity. |
Still valid. |
I think this was added late last year #479 |
Hmm, I assume it's fixed then. @richardcase ? |
@yitsushi @Callisto13 - we could treat this as fixed, if we assume that something else like |
This issue is stale because it has been open 60 days with no activity. |
Describe the solution you'd like:
The initial use case is for the primary network interface to use macvtap. However, we should support a tap interface being attached to an existing bridge.
If we are to support this then we may want to consider:
In the poc we also had setup code that you ran once to setup a bridge/iptables. I don't thinkw e need this at this stage as it could be covered by documentation.
Anything else you would like to add:
We need a design session around this.
The text was updated successfully, but these errors were encountered: