mirror of
https://gitlab.com/shorewall/code.git
synced 2024-11-08 00:34:04 +01:00
569729014b
git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@8144 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
19 lines
636 B
Plaintext
19 lines
636 B
Plaintext
#
|
|
# Shorewall version 4 - NTPbrd Macro
|
|
#
|
|
# /usr/share/shorewall/macro.NTPbrd
|
|
#
|
|
# This macro handles NTP traffic (ntpd) including replies to Broadcast
|
|
# NTP traffic.
|
|
#
|
|
# It is recommended only to use this where the source host is trusted -
|
|
# otherwise it opens up a large hole in your firewall because
|
|
# Netfilter doesn't track connections for broadcast traffic.
|
|
#
|
|
###############################################################################
|
|
#ACTION SOURCE DEST PROTO DEST SOURCE RATE USER/
|
|
# PORT(S) PORT(S) LIMIT GROUP
|
|
PARAM - - udp 123
|
|
PARAM - - udp 1024: 123
|
|
#LAST LINE -- ADD YOUR ENTRIES BEFORE THIS ONE -- DO NOT REMOVE
|