Bug 371571
| Summary: | No Internet-connection in F8 kvm installation | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Espen Stefansen <libbe> |
| Component: | virt-manager | Assignee: | Daniel Berrangé <berrange> |
| Status: | CLOSED DUPLICATE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | low | Docs Contact: | |
| Priority: | low | ||
| Version: | 8 | CC: | berrange, hbrock, jhutar, peter, redhat-bugzilla |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2008-05-07 00:36:22 UTC | Type: | --- |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
|
Description
Espen Stefansen
2007-11-08 18:09:28 UTC
To get Internet working on a guest, I usually need this on a host: # echo 1 > /proc/sys/net/ipv4/ip_forward # /sbin/iptables -t nat -A POSTROUTING -o eth0 -j MASQUERADE (where eth0 is my connection to the Internet) (In reply to comment #1) > To get Internet working on a guest, I usually need this on a host: > > # echo 1 > /proc/sys/net/ipv4/ip_forward > # /sbin/iptables -t nat -A POSTROUTING -o eth0 -j MASQUERADE > That fixed it nicely for me (using a Win XP SP2 virtual machine). Can we get this added to the default initscript or similar? This appears to be the same issue as reported in #240922, so I'm closing this as a duplicate of that one. Please feel free to re-open this bug with further details should the issue persist differently. Thanks. *** This bug has been marked as a duplicate of 240922 *** |