diff options
| author | Paul C. Buetow <paul@buetow.org> | 2014-04-16 09:08:22 +0200 |
|---|---|---|
| committer | Paul C. Buetow <paul@buetow.org> | 2014-04-16 09:08:22 +0200 |
| commit | 2f407b655ece7b8be70a34f42c6561723bfc7dae (patch) | |
| tree | dad74a111fd9d304eb3f5be82ce84eb966586c85 /docs | |
| parent | 157bb60e68370003d1157b4595c70f495253be6f (diff) | |
| parent | 3666d7d9d08d6c79017f57085ca8270961bafde9 (diff) | |
Q: Why haven't you graduated yet?0.0.5
A: Well, Dad, I could have finished years ago, but I wanted
my dissertation to rhyme.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/fapi.1 | 2 | ||||
| -rw-r--r-- | docs/fapi.pod | 23 |
2 files changed, 13 insertions, 12 deletions
diff --git a/docs/fapi.1 b/docs/fapi.1 index 22dd83e..dbe6500 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.4" "User Commands" +.TH FAPI 1 "2014-04-16" "fapi 0.0.3" "User Commands" .\" For nroff, turn off justification. Always turn off hyphenation; it makes .\" way too many mistakes in technical documents. .if n .ad l diff --git a/docs/fapi.pod b/docs/fapi.pod index ca02281..f0f7394 100644 --- a/docs/fapi.pod +++ b/docs/fapi.pod @@ -80,17 +80,7 @@ If you want to list all configured objects on your partition just run f pool # To list all pool ... # etc -=head2 Setting up simple NAT Services - - (Docu to be written) - -=head2 Setting up simple SNAT Services - - (Docu to be written) - -=head2 Setting up a simple nPath Service - -A simple nPath service can be created as follows. +=head2 Setting up a simple pool # Creating two nodes, fapi auto resolves the IP addresses, and use the # FQDN as the node name. @@ -106,6 +96,10 @@ A simple nPath service can be created as follows. # Add a monitor to the pool f pool foopool add monitor http_lbtest +=head2 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 @@ -132,6 +126,13 @@ And everything can be deleted as folows: f node fooserver1.example.com delete f node fooserver2.example.com delete +=head2 Setting up simple NAT Services + + (Docu to be written) + +=head2 Setting up simple SNAT Services + + (Docu to be written) =head1 AUTHOR |
