baf3a03e7b5e2ff80e160e516bc0f497713858c4
[silc.git] / doc / examples / README
1 This directory includes example files for a small SILC network.  The
2 network conists of three (3) routers, and seven (7) servers.  One of
3 the cell also has a backup router too.  The topology of the network is
4 as follows:
5
6 Cell 1:
7 Router                212.146.42.250    cell1_router.conf
8  Backup router        212.146.42.100    cell1_backup.conf
9  Server1              212.146.42.101    cell1_server1.conf
10  Server2              212.146.42.102    cell1_server2.conf
11
12 Cell 2:
13 Router                212.146.42.251    cell2_router.conf
14  Server1              212.146.42.130    cell2_server1.conf
15  Server2              212.146.42.131    cell2_server2.conf
16
17 Cell 3:
18 Router                212.146.42.252    cell3_router.conf
19  Server1              212.146.42.150    cell3_server1.conf
20  Server2              212.146.42.151    cell3_server2.conf
21
22 To make it simple all servers and routers use the same public and private
23 keys.  They are the silcd.pub and silcd.prv in this directory.  Also, to
24 make authentication simple all servers and routers authenticate themselves
25 to other routers by simple password.
26
27 If you want to test this network you should change the IP addresses
28 in the configuration file or perhaps set IP aliases for you local
29 machine.