1
0
mirror of https://github.com/openshift/installer.git synced 2026-02-05 06:46:36 +01:00

update iptables call with sudo

This commit is contained in:
Sally O'Malley
2021-02-06 08:45:36 -05:00
parent c048911706
commit 8c4bc18be3

View File

@@ -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