source: Evidence/readme.txt@ 188

Last change on this file since 188 was 187, checked in by ogrimm, 14 years ago
Updates to signal handling
File size: 2.4 KB
Line 
1Short description of Evidence control system
2
3This directory contains the backbone of the control system.
4
5Config is the configuration server and needs to run before any other DIM
6server that requests configuration information is started (if a configuration
7request cannot be answered, a server will normally not start). A configuration
8file can be given on the command line.
9
10DColl is the central data collector. It subscribes to all services handled by
11the name server and writes them to disk (except those excluded in the
12configuration file). It also provides a history service for all DIM services
13and a command for logging.
14
15Alarm can be configured to check all servers for availability and status and
16can produce a master alarm.
17
18The DIMDIR environment variable needs to point to the DIM installation directory
19when compiling. DIM_DNS_NODE must point to the name server for any DIM server
20to run.
21
22- Oliver Grimm, 18/1/2010
23
24
25Preliminary firewall settings (rule 9 for DIM, rule 10 for X11 over ssh)
26
27Chain INPUT (policy ACCEPT)
28num target prot opt source destination
291 RH-Firewall-1-INPUT all -- anywhere anywhere
30
31Chain FORWARD (policy ACCEPT)
32num target prot opt source destination
331 RH-Firewall-1-INPUT all -- anywhere anywhere
34
35Chain OUTPUT (policy ACCEPT)
36num target prot opt source destination
37
38Chain RH-Firewall-1-INPUT (2 references)
39num target prot opt source destination
401 ACCEPT icmp -- anywhere anywhere icmp any
412 ACCEPT ipv6-crypt-- anywhere anywhere
423 ACCEPT ipv6-auth-- anywhere anywhere
434 ACCEPT udp -- anywhere 224.0.0.251 udp dpt:5353
445 ACCEPT udp -- anywhere anywhere udp dpt:ipp
456 ACCEPT all -- anywhere anywhere state RELATED,ESTABLISHED
467 ACCEPT tcp -- anywhere anywhere state NEW tcp dpt:ssh
478 ACCEPT tcp -- anywhere anywhere state NEW tcp dpt:sieve
489 ACCEPT tcp -- anywhere anywhere state NEW tcp dpts:5100:x11
4910 ACCEPT tcp -- anywhere anywhere state NEW tcp dpts:x11:6063
5011 REJECT all -- anywhere anywhere reject-with icmp-host-prohibited
Note: See TracBrowser for help on using the repository browser.