ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/i-scream/projects/cms/source/conient/build/etc/default.conf
Revision: 1.2
Committed: Tue Jan 30 03:15:58 2001 UTC (23 years, 3 months ago) by ajm
Branch: MAIN
Changes since 1.1: +8 -2 lines
Log Message:
modified the default ssh command....more inline with what people should run for the firewall command

File Contents

# User Rev Content
1 ajm 1.1 # Initial Conient configuration
2     #
3 ajm 1.2 # $Id: default.conf,v 1.1 2001/01/30 01:56:35 ajm4 Exp $
4 ajm 1.1
5     # The friendly name of this client
6     # used to identify our connection to the server
7     #
8     # you can modify this to represent any client
9     # configuration names in the server configuration
10     #
11     clientname=Conient
12    
13     # the default i-scream server to connect to
14     #
15     control.server=killigrew.ukc.ac.uk
16    
17     # the default port which the i-scream server will
18     # talk to i-scream clients on
19     #
20     control.port=4510
21    
22     # start the control channel by default?
23     # un-comment this line to autoconnect on startup
24     #
25     #control.onstartconnect
26    
27     # start the data channel by default?
28     # un-comment this line to autoconnect on startup
29     #
30     #data.onstartconnect
31    
32     # the command to run in order to connect into
33     # the firewall. %SERVER% should appear where
34     # the name of the i-scream server should be inserted
35     # and %PORT% should appear where the name of the i-scream
36     # server port should appear.
37     #
38     # This command should open up a pipe without need for
39     # ANY user input as it will be run in the background!
40     #
41     # Typically ssh is a good choice!
42     #
43     # if you do NOT wish to use this command, and simply
44     # connect direct, just comment this line
45     #
46 ajm 1.2 #firewall.command=ssh -l ajm4 -L%PORT%:%SERVER%:%PORT% raptor.ukc.ac.uk sleeper.sh
47     #
48     # NOTE: in the above command sleeper.sh is:
49     #
50     # #!/bin/sh
51     # pkill -u ajm4 -x sleep
52     # sleep 7200
53 ajm 1.1
54     # the time in seconds to wait for the firewall.command to
55     # finish executing and thus start up the pipe
56     #
57     # the default is 5 seconds
58     #
59     #firewall.commandwait=10
60    
61     # the name of the local machine used to connect to
62     # if you going to connect into a firewall
63     #
64     # if this line is not here or commented
65     # but you are using the firewall options,
66     # it assumes "localhost".
67     #
68     #firewall.server=localhost