Use IP address for sign bridge IPs in iptables rules
If we use hostnames here, the firewall won't come up on boot since the firewall is started before name resolution works. Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
This commit is contained in:
parent
0c956fabaa
commit
4f62f83899
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@ tcp_ports: [
|
|||
]
|
||||
# Make connections from signing bridges stateless, they break sigul connections
|
||||
# https://bugzilla.redhat.com/show_bug.cgi?id=1283364
|
||||
custom_rules: ['-A INPUT --proto tcp --sport 44334 --source sign-bridge01.phx2.fedoraproject.org -j ACCEPT']
|
||||
custom_rules: ['-A INPUT --proto tcp --sport 44334 --source 10.5.125.71 -j ACCEPT']
|
||||
|
||||
# With 16 cpus, theres a bunch more kernel threads
|
||||
nrpe_procs_warn: 900
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue