No option to specify bridged interfaces
Bug #257090 reported by
Bryan McLellan
on 2008-08-11
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
| vm-builder (Ubuntu) |
Wishlist
|
Unassigned |
Bug Description
Binary package hint: ubuntu-vm-builder
u-v-b should allow an option to bridge to a specified interface.
vmware.tmpl defaults to a bridged interface while libvirt.tmpl defaults to a NAT'd virtual network.
The user would be required to provide the appropriate type based on the type of guest being build, such as "/dev/vmnet4" for vmware or "br0" for libvirt
Bryan McLellan (btm) wrote : | #1 |
Mathew Hodson (mhodson)
on 2016-07-28
affects: | ubuntu-vm-builder (Ubuntu) → vm-builder (Ubuntu) |
Changed in vm-builder (Ubuntu): | |
importance: | Undecided → Wishlist |
To post a comment you must log in.
Attached patch adds a --bridge option.
Tested against KVM, appropriate changes made for VMware but not tested.