Here is a short guide on how to install mldonkey.
Your box must be equipped with one of JKR's firmwares.
First you should have a solid base in your box.
My base already contains mc (the filemanager 'midnight commander') and many more usefull tools (all supplied by JKR).
Please use PuTTY to telnet to your box if using WIN to have mouse support in mc.
You can download my base from here
http://rapidshare.com/files/111788923/C.zip.htmlUnzip it to your box (\\192.168.xxx.xxx\Storage\C or \\192.168.xxx.xxx\Public or /mnt/C depending on how your box is configured and what system you are using to do the unzip).
You now have the file C.tar at this place.
Download this file from JKR's addons
http://mgb111.pradnik.net/addons/mldonkey-2.9.4-multi.tarCopy it to the same location.
Login to your box as root using telnet (password is 'admin' or 'airlive' by default).
Backup all valuable data, if any, in /mnt/C/sys/ and /mnt/C/root (this of course can also be done before).
Type in the following commands:
cd /mnt/C
tar xvf C.tar
tar xvf mldonkey-2.9.4-multi.tar
reboot
The last command closes the connection and your box reboots.
Login to your box again as root using telnet.
Edit '/mnt/C/root/.mldonkey/downloads.ini' to add your pc (or all machines in your subnet) to the list of allowed gui clients.
You can use 'e3' wchich is a simple wordstar like editor (or mc or vi or ...).
e3 /mnt/C/root/.mldonkey/downloads.ini
These lines work in my installation
allowed_ips = [
"192.168.178.0/24";
"192.168.123.0/24";
"127.0.0.1";]
All 192.168.178.xxx and 192.168.123.xxx adresses and the box itself are allowed.
Now you can start mldonkey
mldonkey &
Wait a minute or three until the message 'core started' appears on screen.
Now you should be able to use your webbrowser to connect to mldonkey using an URL like this
http://192.168.xxx.xxx:4080/Hope I didn't forget anything
chimbo
ps. All this is running also on my mgb100 box. If anyone wants to know more, simply ask
pps. I forgot to mention that swapping must be active on your box. Check with
free
when logged in.