Changeset 2b35261 for fedkit/active_config.pl
- Timestamp:
- Feb 1, 2010 10:43:24 AM (15 years ago)
- Branches:
- axis_example, compt_changes, info-ops, master, version-3.01, version-3.02
- Children:
- b73cc45
- Parents:
- 2edec46
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
fedkit/active_config.pl
r2edec46 r2b35261 55 55 $f->close(); 56 56 exit(0); 57 58 =pod 59 60 =head1 NAME 61 62 B<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 70 Directory in which this software is installed. Generally not needed. 71 72 =item B<interfaces=>I<interface table> 73 74 A list of interfaces to forward data on of the form: 75 76 =begin text 77 78 iface ip_addr 79 80 =end text 81 82 The interface is the operating system name of the interface and the IP address 83 is given in standard dotted decimal notation. Other characters on a line are 84 ignored. 85 86 =item B<peer=>I<hostname> 87 88 The other gateway providing forwarding. 89 90 =item B<perl=>I<perl_binary> 91 92 Location of the perl binary. Usually unneeded. 93 94 =item B<ssh=>I<ssh_binary> 95 96 The pathname of the ssh binary. Unusally unnecessary. 97 98 =item B<ssh_pubkey=>I<keyfile> 99 100 A public to install as authorized. 101 102 =item B<ssh_privkey=>I<identity_file> 103 104 The identity to use for remote access 105 106 =item B<tunnelip> 107 108 True if the testbed uses the DETER tunnelip extension to provide external 109 connectivity information 110 111 =back 112 113 =head1 SYNOPSIS 114 115 B<active_config.pl> initiates the active side of the connectivity connection, 116 which is to say that it: 117 118 =over 4 119 120 =item * 121 122 Installs local keys and reconfigures that local ssh system to do link layer 123 tunneling. 124 125 =item * 126 127 Starts a tunnel for each interface in the given interface table, both locally 128 and remotely. 129 130 =back 131 132 =head1 AUTHORS 133 134 Ted Faber <faber@isi.edu> 135 136 =cut
Note: See TracChangeset
for help on using the changeset viewer.