1YAC2NCID(1) NCID YAC2NCID(1)
2
3
4
6 yac2ncid - YAC server to NCID server gateway
7
9 yac2ncid [-v] [-p <PIDFILE>]
10
11 yac2ncid [-V]
12
14 YAC2NCID acts as a YAC client, listens to the CID information from a
15 YAC server and sends it to the NCID server. The server then sends the
16 CID information to the NCID clients.
17
18 It is important to understand that to run YAC server with NCID clients
19 you must run YAC2NCID gateway as well as NCID server.
20
21 The configuration file for yac2ncid is /etc/ncid/yac2ncid.conf. It may
22 be located in same directory as the script, or in the etc directory, or
23 in NCID default configuration directory. Read the comments in the con‐
24 fig file for more details.
25
26 YAC2NCID can run on any system, but normally it is run on same box as
27 the NCID server. If it is not run on the same box as the NCID server,
28 you must configure the server IP address in the configuration file.
29
30 Configure the YAC server with IP address of the box running YAC2NCID .
31
32 YAC2NCID relies on netcat binary (nc). As there are multiple implemen‐
33 tations of this binary in existence, the script will try to auto detect
34 the options to use. If script is unable to properly detect the version
35 of nc, set NETCAT_TYPE to CUSTOM in the config file and set custom pa‐
36 rameters to match your version.
37
38 There is also a client output module called ncid-yac. It sends the
39 NCID CID information to YAC clients.
40
42 -p <PIDFILE> Sets the PID file name.
43 Default: /var/run/yac2ncid.pid
44
45 -v Verbose mode.
46
47 -V Display version.
48
50 netcat: /usr/bin/nc
51
53 /etc/ncid/yac2ncid.conf
54
56 yac2ncid.conf.5, ncidd.8, ncidd.conf.5, ncid_gateways.7
57
58
59
60NCID 2022-11-8 YAC2NCID(1)