• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

zones/H06-Oct-2017-622541

MakefileH A D03-May-2022409 2015

READMEH A D06-Oct-20172.7 KiB6658

run-all.shH A D06-Oct-20171.3 KiB4129

README

1This directory contains example data to load into a fresh Netmagis
2installation. There are two main objectives:
3    - show how to import your own data
4    - quickly get a running Netmagis installation in order to
5	test the software
6Data are loaded through the "run-all.sh" script which you can copy
7and adapt to suit your own needs. See installation documentation
8on http://netmagis.org
9
10Furthermore, these data are used during the development stages to
11test the software.
12
13This document explains the scenario used in this example.
14
15- The main company (Example Corporation) is organized as (see
16    networks.txt):
17    - a marketing departement
18    - an IT departement
19    - a R&D departement
20    - a first plant, located on the main site
21    - a second plant, located on another site
22- recently, Example Corp has bought a subsidiary in a foreign country
23    (domain .zz), which is not yet merged on a network point of
24    view.
25- Example Corp has organized a non commercial event, which needs a
26    dedicated website (www.example.org)
27
28- on an network management point of view, some users can use Netmagis
29    (see networks.txt and group.txt):
30    - network engineers (members of the wheel group) are allowed
31	to administer the application itself, and have extended
32	rights on all networks
33    - network operators (members of the tech group) have access to
34	all managed networks
35    - operators from the marketing departement (members of the mktg
36	group) are allowed to modify the marketing network only
37    - operators from the plant 1 (members of the plant group) are
38	allowed to modify the plant 1 network only
39    - the subsidiary network is only managed by members of the
40	subsid group (other people can not manage this network).
41
42- on a DNS point of view (see domain.txt and zones/* files):
43    - example.com holds all hosts, except those below
44    - a delegated zone, plant1.example.com, holds all hosts from
45	Plant 1. With Netmagis installation and ease of use, this
46	subzone has been moved to the main DNS server since Plant
47	1 operators have been convinced to shutdown their own DNS
48	server.
49    - a delegated zone, plant2.example.com, is still managed on
50	another server by Plant 2 network operators.
51    - other zones are example.org and subsid.co.zz, which are
52	on the main DNS server.
53
54- on a mail point of view (see mailrelay.txt and mailrole.txt):
55    - all mail traffic is routed through mx[12].example.com
56    - internal mail routing accepts mail to:
57	sales.example.com
58	mktg.example.com
59	its.example.com
60	sales.subsid.co.zz
61
62- on a DHCP point of view
63    - networks of Marketing, ITS, R&D and Plant 1 are DHCP enabled
64    - Marketing network has 2 dynamic DHCP ranges 172.16.11.100-119 and 140-149
65    - Plant 1 network has a dynamic DHCP range 172.16.15.1-99
66