I have a firewall rule to block the QUIC protocol. However when a device on my network attempts to synchronize it's clock using NTP, is is blocked by the firewall rule.
The firewall rule is ANY--->QUIC--->ANY----->Block (rule #6)
When my devices try to synchronize it's clock, is is blocked by the firewall rule which shows the destination port 123, which is obviously not QUIC
What is causing this? I had to create a firewall rule to allow NTP port 123 and place it above the "Block QUIC" rule, but still. Why would this be happening?
2022:10:23-12:55:32 xxxxxxxx ulogd[11415]: id="2001" severity="info" sys="SecureNet" sub="packetfilter" name="Packet dropped" action="drop" fwrule="6" initf="eth1" outitf="eth0" srcmac="d8:5e:d3:86:22:3f" dstmac="68:05:ca:58:20:d0" srcip="192.168.1.30" dstip="40.119.6.228" proto="17" length="76" tos="0x00" prec="0x00" ttl="127" srcport="123" dstport="123"
This thread was automatically locked due to age.