diff options
| author | Paul C. Buetow <paul@buetow.org> | 2014-04-16 09:09:25 +0200 |
|---|---|---|
| committer | Paul C. Buetow <paul@buetow.org> | 2014-04-16 09:09:25 +0200 |
| commit | 40c016bc2af54b1a0aea3ddd8fa19db14db9b436 (patch) | |
| tree | 2a0168e0b86d3224c27dfcc74f42d550b37a16dc /docs | |
| parent | 2f407b655ece7b8be70a34f42c6561723bfc7dae (diff) | |
New release
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/fapi.1 | 35 | ||||
| -rw-r--r-- | docs/fapi.txt | 19 |
2 files changed, 29 insertions, 25 deletions
diff --git a/docs/fapi.1 b/docs/fapi.1 index dbe6500..5b57fae 100644 --- a/docs/fapi.1 +++ b/docs/fapi.1 @@ -124,7 +124,7 @@ .\" ======================================================================== .\" .IX Title "FAPI 1" -.TH FAPI 1 "2014-04-16" "fapi 0.0.3" "User Commands" +.TH FAPI 1 "2014-04-16" "fapi 0.0.5" "User Commands" .\" For nroff, turn off justification. Always turn off hyphenation; it makes .\" way too many mistakes in technical documents. .if n .ad l @@ -214,20 +214,8 @@ If you want to list all configured objects on your partition just run \& f pool # To list all pool \& ... # etc .Ve -.SS "Setting up simple \s-1NAT\s0 Services" -.IX Subsection "Setting up simple NAT Services" -.Vb 1 -\& (Docu to be written) -.Ve -.SS "Setting up simple \s-1SNAT\s0 Services" -.IX Subsection "Setting up simple SNAT Services" -.Vb 1 -\& (Docu to be written) -.Ve -.SS "Setting up a simple nPath Service" -.IX Subsection "Setting up a simple nPath Service" -A simple nPath service can be created as follows. -.PP +.SS "Setting up a simple pool" +.IX Subsection "Setting up a simple pool" .Vb 4 \& # Creating two nodes, fapi auto resolves the IP addresses, and use the \& # FQDN as the node name. @@ -242,7 +230,12 @@ A simple nPath service can be created as follows. \& \& # Add a monitor to the pool \& f pool foopool add monitor http_lbtest -\& +.Ve +.SS "Setting up a simple nPath Service" +.IX Subsection "Setting up a simple nPath Service" +A simple nPath service can be created as follows. +.PP +.Vb 3 \& # Create a nPath HTTP vserver, \*(AqnPath\*(Aq also auto disables NAT and PAT \& # fapi auto resolves the IP address. \& f vserver myvserver.example.com:80 create PROTOCOL_TCP nPath @@ -271,6 +264,16 @@ And everything can be deleted as folows: \& f node fooserver1.example.com delete \& f node fooserver2.example.com delete .Ve +.SS "Setting up simple \s-1NAT\s0 Services" +.IX Subsection "Setting up simple NAT Services" +.Vb 1 +\& (Docu to be written) +.Ve +.SS "Setting up simple \s-1SNAT\s0 Services" +.IX Subsection "Setting up simple SNAT Services" +.Vb 1 +\& (Docu to be written) +.Ve .SH "AUTHOR" .IX Header "AUTHOR" Paul C. Buetow \- <paul@buetow.org> diff --git a/docs/fapi.txt b/docs/fapi.txt index b3d0a4f..845bb95 100644 --- a/docs/fapi.txt +++ b/docs/fapi.txt @@ -69,15 +69,7 @@ EXAMPLES f pool # To list all pool ... # etc - Setting up simple NAT Services - (Docu to be written) - - Setting up simple SNAT Services - (Docu to be written) - - Setting up a simple nPath Service - A simple nPath service can be created as follows. - + Setting up a simple pool # Creating two nodes, fapi auto resolves the IP addresses, and use the # FQDN as the node name. f node fooserver1.example.com create @@ -92,6 +84,9 @@ EXAMPLES # Add a monitor to the pool f pool foopool add monitor http_lbtest + Setting up a simple nPath Service + A simple nPath service can be created as follows. + # Create a nPath HTTP vserver, 'nPath' also auto disables NAT and PAT # fapi auto resolves the IP address. f vserver myvserver.example.com:80 create PROTOCOL_TCP nPath @@ -118,6 +113,12 @@ EXAMPLES f node fooserver1.example.com delete f node fooserver2.example.com delete + Setting up simple NAT Services + (Docu to be written) + + Setting up simple SNAT Services + (Docu to be written) + AUTHOR Paul C. Buetow - <paul@buetow.org> |
