1NCID2NCID.CONF(5)                    NCID                    NCID2NCID.CONF(5)
2
3
4

NAME

6       ncid2ncid.conf - ncid2ncid configuration file
7

DESCRIPTION

9       The  ncid2ncid.conf  file  contains  the  configuration information for
10       ncid2ncid, the NCID to NCID gateway.
11
12       The ncid2ncid.conf file is used to set options.  Options  can  also  be
13       set  on  a  command  line.   A line is broken up into words.  A word is
14       either a string of  non-blank  characters,  everything  between  double
15       quotes, or an equal sign.
16
17       The ncid2ncid.conf file understands 3 types of lines:
18
19       blank line
20              ignored
21
22       comment line, beginning with '#'
23              ignored
24
25       command lines, beginning with 'set'
26           set ITEM = VALUE [ITEM = VALUE] [...]
27               where ITEM = pidfile, verbose, HostnameFlag, tohost,
28                            toport, fromhost?, fromport?
29                            (? is a digit sequence number)
30

EXAMPLES

32       Set the verbose level to 2
33            set verbose = 2
34
35       Set the first sending host to 192.168.5.10 using the default port
36            set fromhost1 = 192.168.5.10
37
38       Set the second sending host to ncidhost.home using the default port
39            set fromhost2 = ncidhost.home:3334
40

SEE ALSO

42       ncid2ncid.1
43
44
45
46NCID                              2019-08-17                 NCID2NCID.CONF(5)
Impressum