Installing instructions Versions: Dynamics HA with DHCP version: 0.8.1.Dynamo.1 Virtual foreign agent generator version: 0.1 28.1.2008, Dynamo Group How to compile and install Dynamics HA with DHCP support 1. Extract the Dynamics source package to anywhere you want. 2. Take a back-up copy of the 'src/ha/makefile' file from the Dynamics software source folder which you just created. 3. Run './configure --without-mn' in the Dynamics software source root folder. 4. Run 'make' in the Dynamics software source root folder. 5. If 'make' gives errors in any function of the file 'ha.c' then replace the file 'src/ha/makefile' with the back-up copy and use parameter -o with the 'src/ha/makefile' file. 6. Run 'make install' in Dynamics root folder to compile and install the software. 7. Edit the '/usr/local/etc/dynhad.conf' file typing in all the necessary data. 8. Add the new line 'dhcp "eth2" ' anywhere in the 'dynhad.conf' file, where 'eth2' is the interface to DHCP-server. 9. To run the Dynamics HA daemon type 'dynhad'. How to compile and install Virtual Foreign Agent Generator 1. Extract the source package to anywhere you want. 2. Run './configure' in the source root folder which you just created. 3. Run 'make' in the same folder. 4. If make gives errors try adding the line ' #define ifnamsiz 16 ' to the Linux header 'net/wireless.h' 5. Run 'make install' in the Virtual Foreign Agent Generator source root folder to compile and install the software. 6. Edit the file '/usr/local/etc/dynmnd.conf' typing in all the necessary data. This data will be used as default data to all new virtual mobile nodes. 7. Make a new file with the test data (example found in the file 'changes.html'). 8. To run the Virtual Foreign Agent Generator type 'dynmnd /path/to/testdata.txt'.