Ignore:
Timestamp:
Feb 1, 2010 10:43:24 AM (14 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/active_config.pl

    r2edec46 r2b35261  
    5555$f->close();
    5656exit(0);
     57
     58=pod
     59
     60=head1 NAME
     61
     62B<active_config.pl> - Configure an active connectivity gateway under the DETER Federation Architecture
     63
     64=head1 OPTIONS
     65
     66=over 8
     67
     68=item B<fedkit=>I<install_dir>
     69
     70Directory in which this software is installed.  Generally not needed.
     71
     72=item B<interfaces=>I<interface table>
     73
     74A list of interfaces to forward data on of the form:
     75
     76=begin text
     77
     78iface ip_addr
     79
     80=end text
     81
     82The interface is the operating system name of the interface and the IP address
     83is given in standard dotted decimal notation.  Other characters on a line are
     84ignored.
     85
     86=item B<peer=>I<hostname>
     87
     88The other gateway providing forwarding.
     89
     90=item B<perl=>I<perl_binary>
     91 
     92Location of the perl binary.  Usually unneeded.
     93
     94=item B<ssh=>I<ssh_binary>
     95
     96The pathname of the ssh binary.  Unusally unnecessary.
     97
     98=item B<ssh_pubkey=>I<keyfile>
     99
     100A public to install as authorized.
     101
     102=item B<ssh_privkey=>I<identity_file>
     103
     104The identity to use for remote access
     105
     106=item B<tunnelip>
     107
     108True if the testbed uses the DETER tunnelip extension to provide external
     109connectivity information
     110
     111=back
     112
     113=head1 SYNOPSIS
     114
     115B<active_config.pl> initiates the active side of the connectivity connection,
     116which is to say that it:
     117
     118=over 4
     119
     120=item *
     121
     122Installs local keys and reconfigures that local ssh system to do link layer
     123tunneling.
     124
     125=item *
     126
     127Starts a tunnel for each interface in the given interface table, both locally
     128and remotely.
     129
     130=back
     131
     132=head1 AUTHORS
     133
     134Ted Faber <faber@isi.edu>
     135
     136=cut
Note: See TracChangeset for help on using the changeset viewer.