Ignore:
Timestamp:
Feb 1, 2010 10:43:24 AM (15 years ago)
Author:
Ted Faber <faber@…>
Branches:
axis_example, compt_changes, info-ops, master, version-3.01, version-3.02
Children:
b73cc45
Parents:
2edec46
Message:

Initial docs

File:
1 edited

Legend:

Unmodified
Added
Removed
  • fedkit/combo_active.pl

    r2edec46 r2b35261  
    4949    "--ssh=$ssh $portparam");
    5050exit(20) if $?;
     51
     52=pod
     53
     54=head1 NAME
     55
     56B<combo_active.pl> - Do both the active configuration of a connectiveity gateway and service port forwarding.
     57
     58=head1 OPTIONS
     59
     60=over 8
     61
     62=item B<fedkit=>I<install_dir>
     63
     64Directory in which this software is installed.  Generally not needed.
     65
     66=item B<interfaces=>I<interface table>
     67
     68A list of interfaces to forward data on of the form:
     69
     70=begin text
     71
     72iface ip_addr
     73
     74=end text
     75
     76The interface is the operating system name of the interface and the IP address
     77is given in standard dotted decimal notation.  Other characters on a line are
     78ignored.
     79
     80=item B<peer=>I<hostname>
     81
     82The other gateway providing forwarding.
     83
     84=item B<perl=>I<perl_binary>
     85 
     86Location of the perl binary.  Usually unneeded.
     87
     88=item B<port=>I<port_spec>
     89
     90Forward the given port.  The port is specified as
     91for B<port_forward.pl>
     92
     93=item B<ssh=>I<ssh_binary>
     94
     95The pathname of the ssh binary.  Unusally unnecessary.
     96
     97=item B<ssh_pubkey=>I<keyfile>
     98
     99A public to install as authorized.
     100
     101=item B<ssh_privkey=>I<identity_file>
     102
     103The identity to use for remote access
     104
     105=item B<tunnelip>
     106
     107True if the testbed uses the DETER tunnelip extension to provide external
     108connectivity information
     109
     110=back
     111
     112=head1 SYNOPSIS
     113
     114Call B<active_config.pl> and B<port_forward.pl> with the relevant parameters.
     115
     116
     117=head1 AUTHORS
     118
     119Ted Faber <faber@isi.edu>
     120
     121=cut
Note: See TracChangeset for help on using the changeset viewer.