mirror of
https://github.com/openshift/installer.git
synced 2026-02-05 06:46:36 +01:00
Merge pull request #4623 from sallyom/libvirt-update-md
update iptables call with sudo
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user