Hide Forgot
Description of problem: The example on the migration documentation for the iptables rules includes an incorrect port range. # iptables -v -I INPUT -p tcp --dport 49152:49261 -j ACCEPT should read # iptables -v -I INPUT -p tcp --dport 49152:49215 -j ACCEPT This is based on the previous sentence in the documentation "Unless you use tunneling, you will also need to open up the ephemeral ports, which are 49152-49215." and the libvirt code https://github.com/libvirt/libvirt/blob/5f2a132786da3727349a168418dce9cb3e0e54a2/src/qemu/qemu_conf.c#L74-L75 This affects the documentation for 7,8,9
Updating the product and component. Assigning Dan as QA contact. Dan, can you take a look at the merge requests in the following comment?
Verified and merged. Will republish the guides accordingly.
Published for 7, 8, 9 guides.