summaryrefslogtreecommitdiff
path: root/README.pod
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 /README.pod
parent2f407b655ece7b8be70a34f42c6561723bfc7dae (diff)
New release
Diffstat (limited to 'README.pod')
-rw-r--r--README.pod23
1 files changed, 12 insertions, 11 deletions
diff --git a/README.pod b/README.pod
index ca02281..f0f7394 100644
--- a/README.pod
+++ b/README.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