Date: Sat, 8 Oct 2016 10:34:14 +0300 From: Petri Riihikallio <petri.riihikallio@metis.fi> To: freebsd-doc@FreeBSD.org Subject: An error in Handbook IPFW example Message-ID: <D3BA5E76-F1BE-4A61-BBC9-9E6EB7CA6837@metis.fi>
next in thread | raw e-mail | index | archive | help
About half way through = https://www.freebsd.org/doc/handbook/firewalls-ipfw.html it says: > # Allow outbound NTP > $cmd 00260 allow tcp from any to any 37 out via $pif setup keep-state But that doesn=E2=80=99t allow NTP. NTP uses UDP 123. TCP 37 is the = obsolete TIME protocol. (Unless I am completely at a loss, of course.) --=20 Cheers Petri GSM +358 400 505 939
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?D3BA5E76-F1BE-4A61-BBC9-9E6EB7CA6837>