summaryrefslogtreecommitdiff
path: root/docs/fapi.1
diff options
context:
space:
mode:
authorPaul C. Buetow <paul@buetow.org>2014-04-16 09:09:25 +0200
committerPaul C. Buetow <paul@buetow.org>2014-04-16 09:09:25 +0200
commit40c016bc2af54b1a0aea3ddd8fa19db14db9b436 (patch)
tree2a0168e0b86d3224c27dfcc74f42d550b37a16dc /docs/fapi.1
parent2f407b655ece7b8be70a34f42c6561723bfc7dae (diff)
New release
Diffstat (limited to 'docs/fapi.1')
-rw-r--r--docs/fapi.135
1 files changed, 19 insertions, 16 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>