From nobody@FreeBSD.org  Mon Apr  3 12:29:42 2006
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id EC37D16A400
	for <freebsd-gnats-submit@FreeBSD.org>; Mon,  3 Apr 2006 12:29:42 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (www.freebsd.org [216.136.204.117])
	by mx1.FreeBSD.org (Postfix) with ESMTP id A3A0F43D48
	for <freebsd-gnats-submit@FreeBSD.org>; Mon,  3 Apr 2006 12:29:42 +0000 (GMT)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (localhost [127.0.0.1])
	by www.freebsd.org (8.13.1/8.13.1) with ESMTP id k33CTgO0026367
	for <freebsd-gnats-submit@FreeBSD.org>; Mon, 3 Apr 2006 12:29:42 GMT
	(envelope-from nobody@www.freebsd.org)
Received: (from nobody@localhost)
	by www.freebsd.org (8.13.1/8.13.1/Submit) id k33CTgho026366;
	Mon, 3 Apr 2006 12:29:42 GMT
	(envelope-from nobody)
Message-Id: <200604031229.k33CTgho026366@www.freebsd.org>
Date: Mon, 3 Apr 2006 12:29:42 GMT
From: Joe <fbsd_user@a1poweruser.com>
To: freebsd-gnats-submit@FreeBSD.org
Subject: Correction to handbook section 26.5.19.2 Using a pool of public addresses 
X-Send-Pr-Version: www-2.3

>Number:         95261
>Category:       docs
>Synopsis:       Correction to handbook section 26.5.19.2 Using a pool of public addresses
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    keramida
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          doc-bug
>Submitter-Id:   current-users
>Arrival-Date:   Mon Apr 03 12:30:19 GMT 2006
>Closed-Date:    Tue Aug 08 20:25:44 GMT 2006
>Last-Modified:  Tue Aug 08 20:25:44 GMT 2006
>Originator:     Joe
>Release:        6.0
>Organization:
none
>Environment:
>Description:
Handbook section "26.5.19.2 Using a pool of public addresses" has error
which needs correction.


>How-To-Repeat:

>Fix:
In the section where it says this.....

Currently this rule maps all connections through 204.134.75.1. This can be
changed to specify a range:

map dc0 192.168.1.0/24 -> 204.134.75.1-10


Replace above map statement with this.


map dc0 192.168.1.0/24  -> 204.134.75.1-204.134.75.10 
>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: keramida 
State-Changed-When: Tue Aug 8 20:22:29 UTC 2006 
State-Changed-Why:  
Fixed.  The syntax suggested in the PR 

map dc0 192.168.1.0/24  -> 204.134.75.1-204.134.75.10  

doesn't work either, but using a subnet as the right part, 
either with a /255.255.255.0 or CIDR-style notation works. 


Responsible-Changed-From-To: freebsd-doc->keramida 
Responsible-Changed-By: keramida 
Responsible-Changed-When: Tue Aug 8 20:22:29 UTC 2006 
Responsible-Changed-Why:  

http://www.freebsd.org/cgi/query-pr.cgi?pr=95261 
>Unformatted:
