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/prep_gateway.pl

    r2edec46 r2b35261  
    3333        gateway_lib::deter_tunnelip();
    3434
    35     gateway_lib::configure_outgoing_iface($interface, $ip, $netmask, $mac);
     35    gateway_lib::configure_outgoing_iface($interface, $ip, $netmask);
    3636    # Add the route to a peer.  Wait up to an hour for the peer's IP address to
    3737    # appear in the DNS.
     
    4040
    4141exit(0);
     42
     43=pod
     44
     45=head1 NAME
     46
     47B<prep_tunnel.pl> - Prepare a tunnel node for use as either a service or connectivity gateway.
     48
     49=head1 OPTIONS
     50
     51=over 8
     52
     53=item B<peer=>I<hostname>
     54
     55The other gateway providing forwarding.
     56
     57=item B<ssh_pubkey=>I<keyfile>
     58
     59A public to install as authorized.
     60
     61=item B<tunnelip>
     62
     63True if the testbed uses the DETER tunnelip extension to provide external
     64connectivity information
     65
     66=back
     67
     68=head1 SYNOPSIS
     69
     70B<prep_gateway.pl> laods the necessary kernel modules for low-level bridging
     71configures the local sshd to allow it, restarts that sshd, and installs the
     72given key in root's authorized keys.
     73
     74If the gateway supports DETER gateway, it setablishes outside connectivity and
     75adds a host rout to the given peer.
     76
     77=head1 AUTHORS
     78
     79Ted Faber <faber@isi.edu>
     80
     81=cut
Note: See TracChangeset for help on using the changeset viewer.