diff options
Diffstat (limited to 'docs/fapi.txt')
| -rw-r--r-- | docs/fapi.txt | 19 |
1 files changed, 10 insertions, 9 deletions
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> |
