From 4603689886c353d6ab3e26f9a42e7e4398a7febf Mon Sep 17 00:00:00 2001 From: "Paul C. Buetow" Date: Wed, 16 Apr 2014 08:02:07 +0200 Subject: use pod here --- docs/fapi.1 | 6 +++--- docs/fapi.txt | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) (limited to 'docs') diff --git a/docs/fapi.1 b/docs/fapi.1 index cb739b0..dbe6500 100644 --- a/docs/fapi.1 +++ b/docs/fapi.1 @@ -124,7 +124,7 @@ .\" ======================================================================== .\" .IX Title "FAPI 1" -.TH FAPI 1 "2014-04-15" "fapi 0.0.3" "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 @@ -247,8 +247,8 @@ A simple nPath service can be created as follows. \& # fapi auto resolves the IP address. \& f vserver myvserver.example.com:80 create PROTOCOL_TCP nPath \& -\& # Add the pool to the vserver. The vservers name inside of BigIP will be the -\& # FQDN followed by _PORT. In this case it would be: +\& # Add the pool to the vserver. The vservers name inside of BigIP will be +\& # the FQDN followed by _PORT. In this case it would be: \& # myvserver.example.com_80 (or full: /Partition/myvserver.example.com_80) \& # The reason is that : are not allowed in vserver names. \& f vserver myvserver.example.com:80 set pool foopool diff --git a/docs/fapi.txt b/docs/fapi.txt index 4a27747..b3d0a4f 100644 --- a/docs/fapi.txt +++ b/docs/fapi.txt @@ -96,8 +96,8 @@ EXAMPLES # fapi auto resolves the IP address. f vserver myvserver.example.com:80 create PROTOCOL_TCP nPath - # Add the pool to the vserver. The vservers name inside of BigIP will be the - # FQDN followed by _PORT. In this case it would be: + # Add the pool to the vserver. The vservers name inside of BigIP will be + # the FQDN followed by _PORT. In this case it would be: # myvserver.example.com_80 (or full: /Partition/myvserver.example.com_80) # The reason is that : are not allowed in vserver names. f vserver myvserver.example.com:80 set pool foopool -- cgit v1.2.3 From 9f201d6b32a1c97a4e70f955b4ccd8b0b1ead1c5 Mon Sep 17 00:00:00 2001 From: "Paul C. Buetow" Date: Wed, 16 Apr 2014 08:22:34 +0200 Subject: Your fly might be open (but don't check it just now). --- docs/fapi.pod | 23 ++++++++++++----------- 1 file changed, 12 insertions(+), 11 deletions(-) (limited to 'docs') 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 -- cgit v1.2.3