Skip to content

Commit

Permalink
Merge pull request #293 from rlopez133/master
Browse files Browse the repository at this point in the history
fixing cmd and typo on the libvirt doc
  • Loading branch information
openshift-merge-robot authored Sep 20, 2018
2 parents 32feae4 + af6d904 commit c855611
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Documentation/dev/libvirt-howto.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ iptables -I INPUT -p tcp -s 192.168.124.0/24 -d 192.168.124.1 --dport 16509 \
-j ACCEPT -m comment --comment "Allow insecure libvirt clients"
```

If using `firewalld`, simply optain the name of the existing active zone which
If using `firewalld`, simply obtain the name of the existing active zone which
can be used to integrate the appropriate source and ports to allow connections from
the IP range used by your cluster nodes. An example is shown below.

Expand All @@ -110,7 +110,7 @@ sudo firewall-cmd --zone=FedoraWorkstation --list-ports
sudo firewall-cmd --zone=FedoraWorkstation --list-sources
```

NOTE: When the firewall rules are no longer needed, `firewalld --reload`
NOTE: When the firewall rules are no longer needed, `sudo firewalld-cmd --reload`
will remove the changes made as they were not permanently added. For persistence,
include the `--permanent` to the commands that add-source and add-port.

Expand Down

0 comments on commit c855611

Please sign in to comment.