close
Warning:
Can't synchronize with repository "(default)" (/usr/svn/silverfile does not appear to be a Subversion repository.). Look in the Trac log for more information.
- Timestamp:
-
Apr 10, 2009, 11:47:28 PM (14 years ago)
- Author:
-
greg
- Comment:
-
--
Legend:
- Unmodified
- Added
- Removed
- Modified
-
v5
|
v6
|
|
27 | 27 | ###Create the file from the cacti user's home directory |
28 | 28 | vim tunnels.sh |
| 29 | ###Add the following to the file |
| 30 | |
| 31 | ----- |
29 | 32 | ###This should be run from the cacti server logged in as the cacti user. |
30 | 33 | #!/bin/sh |
… |
… |
|
37 | 40 | ###ssh -N -L 16001:127.0.0.1:161 snmp@server2.remotesilverfilebox.com >> /home/cacti/tunnel.log & |
38 | 41 | }}} |
| 42 | ------- |
| 43 | |
39 | 44 | Make the file executable |
40 | 45 | {{{ |