Bug 1147238
Summary: | [RFE] configure the IP for type='user' interface | ||
---|---|---|---|
Product: | Red Hat Enterprise Linux 7 | Reporter: | lcheng |
Component: | libvirt | Assignee: | Ján Tomko <jtomko> |
Status: | CLOSED DUPLICATE | QA Contact: | Virtualization Bugs <virt-bugs> |
Severity: | unspecified | Docs Contact: | |
Priority: | unspecified | ||
Version: | 7.1 | CC: | dyuan, hhuang, honzhang, huding, juzhang, mzhan, qiguo, rbalakri, virt-maint, xfu |
Target Milestone: | rc | Keywords: | FutureFeature |
Target Release: | --- | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Enhancement | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2015-05-15 11:44:14 UTC | Type: | Bug |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: |
Description
lcheng
2014-09-28 10:36:37 UTC
This appears to be a configuration issue that is currently not supported by libvirt very well. Qemu 'user' type network device, also known as SLIRP, has a qemu built-in configuration that by default uses 10.0.2.0/24 network and provides 10.0.2.15 address to the guest. This configuration can be changed throught additional options passed to the '-netdev user' argument, but libvirt doesn't currently support this. You can try running this by hand and specifying: -netdev user,net=10.0.3.0/24,dhcpstart=10.0.3.15 Re-assigning to livirt for evaluation of support addtional slirp/user related options. -vlad *** This bug has been marked as a duplicate of bug 1075520 *** |