Changeset 34 for trunk/README
- Timestamp:
- 04/25/07 17:05:21 (16 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
trunk/README
r8 r34 3 3 ---------------------- 4 4 5 tar xvzf renetcol-0.0. 2.tar.gz6 cd renetcol-0.0. 25 tar xvzf renetcol-0.0.9.tar.gz 6 cd renetcol-0.0.9 7 7 ./configure 8 (./configure --help) 8 9 (before the make command you MUST change some values in renetcol.h, see below) 9 10 make … … 25 26 26 27 - create your IPv4 prefix file (or keep the default for test: 27 IPv4_prefix.txt, in this release the file must be present with a good syntax,28 but data are not important) 28 IPv4_prefix.txt, in "quick start" with "--enable-ipv4agg=no" you don't 29 need a such file 29 30 - create your router list file *REQUIRED* (exemple in src/routers.txt): 30 31 syntax: <id> <name> <first IPv4 address> <second IPv4 or NULL> 31 32 keep this first line: 0 null 0.0.0.0 null 32 33 33 Note: no comment line in this two files.34 Note: no comment lines in this two files. 34 35 35 36 … … 54 55 colnet:/tmp/renetcol_user/src# ./renetcolMsgCtl renetcol 55 56 57 We recommand to use in a crontab the script check.sh who is in tool/ directory. 58 56 59 ---------------------------------- 57 60 | Use the client tool (python+GTK) | … … 60 63 on Linux: 61 64 cd tool 62 python renetcolGUI_0_0_ 2.py65 python renetcolGUI_0_0_7.py 63 66 on Win32: 64 copy the file renetcolGUI_0_0_ 2.py on your system67 copy the file renetcolGUI_0_0_7.py on your system 65 68 install python, GTK and requirements: 66 69 for python: 67 70 http://www.python.org/ download section 68 the last release is the 2.4.1 (python-2.4.1.msi)69 71 for pyGTK: 70 72 http://www.pcpm.ucl.ac.be/~gustin/win32_ports/ 71 73 section pygtk on win32 72 last release is pygtk 2.6 (pygtk-2.6.2-2.win32-py2.4.exe)73 74 for GTK+: 74 75 http://gladewin32.sourceforge.net/ 75 last release 2.6.8 (Runtime Environment Installer 2.6.8-rc1)76 76 77 77 Collector (renetcolSender) and remote client communication *REQUIRED*: 78 you MUST change few values in the renetcolGUI_0_0_ 2.py file:78 you MUST change few values in the renetcolGUI_0_0_7.py file: 79 79 - line 28 : path to GTK 80 80 - line 47 to 53 : IP protocol choice and collector address 81 81 82 *REQUIRED* In this release (0.0. 2) the client tool host MUST be have a82 *REQUIRED* In this release (0.0.9) the client tool host MUST be have a 83 83 reverse DNS for his name. If not the collector will not be able to 84 84 communicate with the client. Explication: the rules are registered on the … … 92 92 Note: For your first action from the client to the collector it's 93 93 possible to have a delay (>20s, it depends on the delay between two template 94 definition). This delay desappears after.94 definition).