mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-04-29 04:51:16 +08:00
Allow ntp from internal phx2 10 nets to bastion servers.
This commit is contained in:
@@ -12,9 +12,11 @@ udp_ports: [ 1194 ]
|
||||
|
||||
#
|
||||
# drop incoming traffic from less trusted vpn hosts
|
||||
# allow ntp from internal phx2 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',
|
||||
]
|
||||
#
|
||||
# allow a bunch of sysadmin groups here so they can access internal stuff
|
||||
|
||||
Reference in New Issue
Block a user