Koozali.org: home of the SME Server

torrent

spileman

torrent
« on: March 04, 2006, 11:09:39 PM »
Hi
I using sme6.01 on my server is it possile to run something like BitTorrent on the server  at the same .  If yes are there any HowTos
Thanks

spook

torrent
« Reply #1 on: March 05, 2006, 07:06:37 PM »
Two things:

1) This is really not a question about SME server 7.0, is it?
2) I would like some torrent-client on 7.0Pre4 too :)

Instead of having to have my laptop running all night sucking down torrents (Linux isos mostly, knock it off MPAA), it would be nice if I could have the server doing that, it's on 24/7 anyway...

Bierken

torrent
« Reply #2 on: March 06, 2006, 01:53:06 PM »
MLNet 2.6.0: Multi-Network p2p client (Global Shares Gnutella G2 Fasttrack FileTP BitTorrent Donkey)

http://forums.contribs.org/index.php?topic=26813.0
http://forums.contribs.org/index.php?topic=27547.0
http://azurlinux.com/files/e-smith/mldonkey/

Here you are.
After I had read these topics, I installed it on my server and it works like a charm.
I didn't even install a Gui (client) for it to access, but I use the web interface provided by MLNet itself. (http://server.ip.adress:4080/).
Moreover ... you don't only get BitTorrent, but also Gnutella/G2/Fasttrack/FileTP/Donkey.

Have Fun.

spileman

Torrents
« Reply #3 on: March 08, 2006, 01:27:05 PM »
Thanks I have installed Bittorrent on SME6 and it does the job.  However I would like to try mldonkey.  I have instaled core and sancho but can not connect to core it comes with an error "The core has denied the connection attempt. (mldonkey: verify "verify "allowed_ips" setting in "downloads.ini")

Any ideas

Thanks

Bierken

torrent
« Reply #4 on: March 08, 2006, 02:38:29 PM »
Spileman :
    I assume mlnet is running (check with : ps ax)
     I assume your server ip adress is 192.168.100.1

Just type :
    on your server (for testing only): lynx
http://127.0.0.1:4080/
 on any local pc :  http://192.168.100.1:4080/[/list]

I will check what you need to put for access worlwide in downloads.ini.
About  sancho, you really don't need it ! As I said before, the web interface of mlnet will offer your everything.

Remark: If after ps ax, you don't see mlnet running do
Code: [Select]
cd /home/mldonkey
mlnet

check if you get errors on your screen.

spileman

torrent
« Reply #5 on: March 08, 2006, 03:23:38 PM »
mlnet is running

lynx http://127.0.0.1:4080/  is fine it said MLdonkey: Web Interface
FRAME. commands
FRAME. fstatus
FRAME. output

My server is 192.168.2.10
but on local pc  http://192.168.2.10:4080/

The connection was reset          

The connection to the server was reset while the page was loading.
# The site could be temporarily unavailable or too busy. Try again in a few
    moments.

#   If you are unable to load any pages, check your computer's network
    connection.

#   If your computer or network is protected by a firewall or proxy, make sure  that Firefox is permitted to access the Web.
Thanks again

Offline stiperstones

  • *
  • 177
  • +0/-0
    • http://www.stiperstones.com
torrent
« Reply #6 on: March 08, 2006, 07:05:02 PM »
how about trying this one installs nicely
http://www.torrentflux.com/#requirements
use it on my test machine need to open external ports ont sme though.
Stiperstones

http://wiki.contribs.org/Koozali_Foundation
Try the Wiki some great how's there

"My Licence".........

Don't report security issues here - Contact security at contribs dot org
Don't report problems here - Please report bugs @ http://bugs.contribs.org/
Don't ask the same question twice - Please search the forums, your question may have been asked before - Thank You.

Bierken

torrent
« Reply #7 on: March 09, 2006, 08:59:58 AM »
Quote from: "spileman"
mlnet is running
lynx http://127.0.0.1:4080/  is fine it said MLdonkey: Web Interface
FRAME. commands
FRAME. fstatus
FRAME. output

Fantastic, this means your gui is running fine.

Quote from: "spileman"

My server is 192.168.2.10
but on local pc  http://192.168.2.10:4080/
The connection was reset  


This is what I use :
    gui_bind_addr   0.0.0.0   
    telnet_bind_addr   0.0.0.0   
    http_bind_addr   0.0.0.0   
    chat_bind_addr   0.0.0.0   
    gui_port   4001   
    telnet_port   4000   
    http_port   4080   
    chat_port   4002   
    http_realm   MLdonkey   
    allowed_ips   
255.255.255.255 [/list]
World wide --> allowed_ips   255.255.255.255 but I guess that
allowed_ips   192.168.2.255 will work for your internal network in your case.

spileman

torrent
« Reply #8 on: March 09, 2006, 01:18:03 PM »
:-D Yes it works
Thanks for your help.
It looks like I need to open alot of ports.
What ports do I need to open?

spileman

torrent
« Reply #9 on: March 09, 2006, 07:22:01 PM »
When I thought I have everything inplace ......
Where are the downloaded files?
did
> locate
nothing on the server nothing came up.
what is going on? :cry:

Bierken

torrent
« Reply #10 on: March 10, 2006, 10:08:53 AM »
When mlnet is running as a service and started by
Code: [Select]
/etc/init.d/mldonkey start
it will run in
Code: [Select]
/home/mldonkey
temp files / incoming files will be in
Code: [Select]
/home/mldonkey/temp
/home/mldonkey/incoming


Port I opened:
Code: [Select]
tcp 4662
udp 6756


Spileman, maybe you could make a little howto for the people that have the same questions  ;-)

I did the installation a while ago and I certainly will forget some things.

If you have questions, don't hesitate to ask them.

spileman

torrent
« Reply #11 on: March 10, 2006, 07:53:26 PM »
Yes a simple HowTo would be very helpfull, I will try to do somenthing about it.

So far so good it looks like it downloads and I can find downloaded the files.  1. How you save them into a different place
2. what about previewer the mldonkey_previewer does nothing when I press the button preview OR does it does/puts files somewhere that I do not know?

I used http://192.168.2.10:4080/preview_download?q=18 in my browser
and it works fine

Thanks again for your help

Offline Elluminatus

  • **
  • 40
  • +0/-0
torrent
« Reply #12 on: August 13, 2007, 11:16:43 AM »
Hi everybody, maybe someone can help me bringing mldonkey on the screen of my client PC.

When i try to enter the ip 255.255.255.255 in my downloads.ini (like this:)

Quote
This is what I use :


gui_bind_addr 0.0.0.0
telnet_bind_addr 0.0.0.0
http_bind_addr 0.0.0.0
chat_bind_addr 0.0.0.0
gui_port 4001
telnet_port 4000
http_port 4080
chat_port 4002
http_realm MLdonkey
allowed_ips 255.255.255.255


I stopping mldonkey and make my changes in downloads.ini (change 0.0.0.0 to 255.255.255.255 and save) then i start mldonkey and...  :shock:

the old entry is still there. What is my failure? Can you help me please? Im runing a sme 7.2 Server with the contrib from this site:
http://azurlinux.com/files/e-smith/mldonkey then i grab a newer mlnet file from the sourceforge site and copy it over the old mlnet file (as discripted here in the forum)

mldonkey is starting but i cant edit the allowed ip  :cry:

Greetings E.

Offline progitto

  • *****
  • 217
  • +0/-0
    • http://umbertomassari.dyndns.org
Re: torrent
« Reply #13 on: August 14, 2007, 12:06:24 PM »
Strange thing....
can you tell me how do you stop and start MLDonkey?

Ciao

Edir for moderators:
should this post can be moved to the contribs forum section?
« Last Edit: August 14, 2007, 03:16:00 PM by progitto »

Offline byte

  • *
  • 2,183
  • +2/-0
Re: torrent
« Reply #14 on: August 14, 2007, 06:56:38 PM »
Moving this topic to the SME 7.x contribs forum, it is more appropriate there. Thanks!
--[byte]--

Have you filled in a Bug Report over @ http://bugs.contribs.org ? Please don't wait to be told this way you help us to help you/others - Thanks!