Bug 95261

Summary: Correction to handbook section 26.5.19.2 Using a pool of public addresses
Product: Documentation Reporter: FBSD mailing List <fbsd_user>
Component: Books & ArticlesAssignee: Giorgos Keramidas <keramida>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   

Description FBSD mailing List 2006-04-03 13:30:19 UTC
Handbook section "26.5.19.2 Using a pool of public addresses" has error
which needs correction.

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
Comment 1 Giorgos Keramidas freebsd_committer freebsd_triage 2006-08-08 21:22:29 UTC
State Changed
From-To: open->closed

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. 


Comment 2 Giorgos Keramidas freebsd_committer freebsd_triage 2006-08-08 21:22:29 UTC
Responsible Changed
From-To: freebsd-doc->keramida