Good Morning,
I am using latest version of rTorrent and ruTorrent and when I connect to public IP (VPN endpoint) of my torrentbox I receive rTorrent timeouts. I have following specs of VM:
Load of server is minimal - please see screenshot of htop while rTorrent is seeding around 150 you know what :)
Here is my .rtorrent.rc config file:
Best Regards
Wojciech
I am using latest version of rTorrent and ruTorrent and when I connect to public IP (VPN endpoint) of my torrentbox I receive rTorrent timeouts. I have following specs of VM:
- 1GB RAM
- 2 vCPU
- 10GB hdd for OS and 2TB for you know what :)
Load of server is minimal - please see screenshot of htop while rTorrent is seeding around 150 you know what :)

Here is my .rtorrent.rc config file:
Code:
# BitTorrent max_downloads_global = 100 max_uploads_global = 100 min_peers = 1 max_peers = 1000 min_peers_seed = 100 max_peers_seed = 100 max_uploads = 100 download_rate = 0 upload_rate = 0 # Directories directory = /media/torrent/downloads session = /media/torrent/session schedule = watch_directory,5,5,load_start=/media/torrent/watch/*.torrent # Networking port_range = 12222-12222 # network.scgi.open_port = localhost:5000 network.scgi.open_port = 127.0.0.1:5000 network.http.ssl_verify_peer.set = 0 port_random = no #encryption = allow_incoming,enable_retry,try_outgoing encryption = require,require_RC4,allow_incoming #encryption = allow_incoming,try_outgoing,enable_retry,prefer_plaintext network.max_open_files.set = 4096 network.max_open_sockets.set = 1536 network.http.max_open.set = 48 network.send_buffer.size.set = 4M network.receive_buffer.size.set = 4M dht = disable peer_exchange = no # Memory Settings check_hash = no pieces.preload.type.set = 1 max_memory_usage = 1024M # The following line initialises rutorrent plugins without needing to open the web interface execute = {sh,-c,/usr/bin/php /var/www/rutorrent/php/initplugins.php wojcieh &} #log log.open_file = "rtorrent.log", (cat,/home/wojcieh/rtorrent.log.,(system.pid)) log.add_output = "error", "rtorrent.log"
Wojciech
Comment