Skip to content

Commit

Permalink
Merge pull request #4623 from sallyom/libvirt-update-md
Browse files Browse the repository at this point in the history
update iptables call with sudo
  • Loading branch information
openshift-merge-robot authored Feb 16, 2021
2 parents 42c7021 + 8c4bc18 commit c6915a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/dev/libvirt/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ Ensure the cluster IP range does not overlap your `virbr0` IP address.
#### iptables

```sh
iptables -I INPUT -p tcp -s 192.168.126.0/24 -d 192.168.122.1 --dport 16509 -j ACCEPT -m comment --comment "Allow insecure libvirt clients"
sudo iptables -I INPUT -p tcp -s 192.168.126.0/24 -d 192.168.122.1 --dport 16509 -j ACCEPT -m comment --comment "Allow insecure libvirt clients"
```

#### Firewalld
Expand Down

0 comments on commit c6915a3

Please sign in to comment.