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