Bug 1172299
| Summary: | [Docs][Admin][Install][async 3.4][3.5] RHEV 3.4 - proxy example to update iptables incorrect | ||
|---|---|---|---|
| Product: | Red Hat Enterprise Virtualization Manager | Reporter: | Rick Beldin <rick.beldin> |
| Component: | Documentation | Assignee: | Tahlia Richardson <trichard> |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Julie <juwu> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | high | ||
| Version: | 3.4.0 | CC: | ecohen, gklein, juwu, lsurette, rbalakri, trichard, yeylon |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: |
Build Name: 22720, Administration Guide-3.4-1.0
Build Date: 09-12-2014 12:45:52
Topic ID: 21946-592436 [Specified]
|
|
| Last Closed: | 2015-03-02 01:58:04 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: | |||
Hi Rick, Thanks for filing this bug. Looks like the command should actually be: # service iptables save which saves the settings to /etc/sysconfig/iptables I'll fix this in the 3.5 docs to go live for 3.5 GA, and backport it to 3.4 for our next documentation update. Regards, Tahlia Changes already published. |
Title: SPICE Proxy Machine Setup Describe the issue: The chapter on spice proxies talks about updating the iptables but the command is incorrect. The command: iptables-save does nothing more than echo out the current iptables settings to stdout: From the man page: iptables-save is used to dump the contents of an IP Table in easily parseable format to STDOUT. Use I/O-redirection provided by your shell to write to a file. Suggestions for improvement: Fix the documentation to use an iptables command that actually does something. Additional information: