bastion: move these to block rules too
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
parent
ebffcee73c
commit
35eadbbf4b
2 changed files with 2 additions and 2 deletions
|
@ -7,7 +7,7 @@
|
|||
# allow ntp from internal RH 10 nets
|
||||
#
|
||||
custom_rules: ['-A INPUT -s 192.168.100/24 -j REJECT --reject-with icmp-host-prohibited', '-A INPUT -s 10.0.0.0/8 -p udp -m udp --dport 123 -j ACCEPT']
|
||||
nft_custom_rules:
|
||||
nft_block_rules:
|
||||
- 'add rule ip filter INPUT ip saddr 192.168.100.0/24 counter reject with icmp type host-prohibited'
|
||||
- 'add rule ip filter INPUT ip saddr 10.0.0.0/8 udp dport 123 counter accept'
|
||||
#
|
||||
|
|
|
@ -18,7 +18,7 @@ batcave_ipa_client_shell_groups: []
|
|||
# allow ntp from internal RH 10 nets
|
||||
#
|
||||
custom_rules: ['-A INPUT -s 192.168.100/24 -j REJECT --reject-with icmp-host-prohibited', '-A INPUT -s 10.0.0.0/8 -p udp -m udp --dport 123 -j ACCEPT']
|
||||
nft_custom_rules:
|
||||
nft_block_rules:
|
||||
- 'add rule ip filter INPUT ip saddr 192.168.100.0/24 counter reject with icmp type host-prohibited'
|
||||
- 'add rule ip filter INPUT ip saddr 10.0.0.0/8 udp dport 123 counter accept'
|
||||
#
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue