https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=213365
Bug ID: 213365
Summary: An error in Handbook IPFW example for NTP
Product: Documentation
Version: Latest
Hardware: Any
OS: Any
Status: New
Severity: Affects Many People
Priority: ---
Component: Documentation
Assignee: [email protected]
Reporter: [email protected]
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’t allow NTP. NTP uses UDP 123. TCP 37 is the obsolete TIME
protocol. (Unless I am completely at a loss, of course.)
--
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-doc
To unsubscribe, send any mail to "[email protected]"