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

Add VLAN support for network adapters #16

Open
ananace opened this issue Nov 14, 2017 · 2 comments
Open

Add VLAN support for network adapters #16

ananace opened this issue Nov 14, 2017 · 2 comments

Comments

@ananace
Copy link
Owner

ananace commented Nov 14, 2017

https://docs.microsoft.com/en-us/powershell/module/hyper-v/set-vmnetworkadaptervlan

Might need to look into doing object passthrough for this, as network adapter names are not unique.

@selund
Copy link

selund commented Jan 15, 2018

Would it be possible to add the option to set all interfaces in one vlan? This would at least make it possible to install vm's without having to do manual configuration. For us that would mean that we have a system to deploy new vm's without manual intervention. Vlan and interface configuration after initial install will be done by other means regardless for our part.

@ananace
Copy link
Owner Author

ananace commented Jan 15, 2018

Oh right, VLAN can be set on a VM level as well as per NIC. That might both make things easier and more troublesome at the same time.

I guess I'll try to throw in a quick patch to allow setting a machine level VLAN for now, and it can be refined down to a more proper state later on.

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

No branches or pull requests

2 participants