Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 2 Feb 2005 14:11:00 +0000 (GMT)
From:      Graham Dresch <gdresch@spcint.com>
To:        freebsd-doc@freebsd.org
Subject:   Error in Handbook
Message-ID:  <Pine.BSF.4.58.0502021403320.66014@dragon.spcplus.com>

next in thread | raw e-mail | index | archive | help

In Chapter 24 Firewalls:

Section 24.6.5.7:

Example ruleset #2:

$cmd 020 $skip tcp from any to x.x.x.x 53 out via $pif setup keep-state
               ^^^                                     ^^^^^

DNS uses UDP, setup is inapplicable to UDP

The line should read:

$cmd 020 $skip udp from any to x.x.x.x 53 out via $pif keep-state


	Graham Dresch
	Development Eng
	SPC International



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.4.58.0502021403320.66014>