From owner-svn-doc-head@freebsd.org Fri Oct 28 15:31:22 2016 Return-Path: Delivered-To: svn-doc-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A7B9CC25305; Fri, 28 Oct 2016 15:31:22 +0000 (UTC) (envelope-from wblock@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 76A00EBF; Fri, 28 Oct 2016 15:31:22 +0000 (UTC) (envelope-from wblock@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9SFVLDV096915; Fri, 28 Oct 2016 15:31:21 GMT (envelope-from wblock@FreeBSD.org) Received: (from wblock@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9SFVL7u096914; Fri, 28 Oct 2016 15:31:21 GMT (envelope-from wblock@FreeBSD.org) Message-Id: <201610281531.u9SFVL7u096914@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: wblock set sender to wblock@FreeBSD.org using -f From: Warren Block Date: Fri, 28 Oct 2016 15:31:21 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r49600 - head/en_US.ISO8859-1/books/handbook/firewalls X-SVN-Group: doc-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-doc-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the doc tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 28 Oct 2016 15:31:22 -0000 Author: wblock Date: Fri Oct 28 15:31:21 2016 New Revision: 49600 URL: https://svnweb.freebsd.org/changeset/doc/49600 Log: NTP is UDP port 123. PR: 213365 Submitted by: Tim Moore Reported by: petri.riihikallio@metis.fi Sponsored by: iXsystems Differential Revision: https://reviews.freebsd.org/D8375 Modified: head/en_US.ISO8859-1/books/handbook/firewalls/chapter.xml Modified: head/en_US.ISO8859-1/books/handbook/firewalls/chapter.xml ============================================================================== --- head/en_US.ISO8859-1/books/handbook/firewalls/chapter.xml Fri Oct 28 14:26:21 2016 (r49599) +++ head/en_US.ISO8859-1/books/handbook/firewalls/chapter.xml Fri Oct 28 15:31:21 2016 (r49600) @@ -2064,7 +2064,7 @@ pif="dc0" # interface name of NIC at $cmd 00250 allow icmp from any to any out via $pif keep-state # Allow outbound NTP -$cmd 00260 allow tcp from any to any 37 out via $pif setup keep-state +$cmd 00260 allow udp from any to any 123 out via $pif setup keep-state # Allow outbound SSH $cmd 00280 allow tcp from any to any 22 out via $pif setup keep-state