hello,
I am running ruTorrent on ubuntu 12.04 and ran in to an issue.
I have set the 'ip' and 'bind options to my ppp0 adapter and
ip = xxx.xxx.xxx.xxx
bind = xxx.xxx.xxx.xxx
dht = auto
dht_port = 6881
Torrents download from the trackers but there is no listening port for DHT
Code:
user@ubuntu:~$ sudo netstat -anltp | grep -i listen.*rtorrent
tcp 0 0 xxx.xxx.xxx.xxx:49155 0.0.0.0:* LISTEN 50255/rtorrent
tcp 0 0 127.0.0.1:5000 0.0.0.0:* LISTEN 50255/rtorrent
the bootscript that came with it appears to create a log file at /var/log/rtorrentInit.log but its empty.
This is the only thing in ruTorrent log:
Code:
16.07.2013 21:48:11] WebUI started.
[16.07.2013 21:48:20] FILE MANAGER ignited
There is a rtorrent.dht_cache in the session folder.
Any ideas where any failures about DHT might be logged? How can I check the DHT status?
I am running ruTorrent on ubuntu 12.04 and ran in to an issue.
I have set the 'ip' and 'bind options to my ppp0 adapter and
ip = xxx.xxx.xxx.xxx
bind = xxx.xxx.xxx.xxx
dht = auto
dht_port = 6881
Torrents download from the trackers but there is no listening port for DHT
Code:
user@ubuntu:~$ sudo netstat -anltp | grep -i listen.*rtorrent
tcp 0 0 xxx.xxx.xxx.xxx:49155 0.0.0.0:* LISTEN 50255/rtorrent
tcp 0 0 127.0.0.1:5000 0.0.0.0:* LISTEN 50255/rtorrent
the bootscript that came with it appears to create a log file at /var/log/rtorrentInit.log but its empty.
This is the only thing in ruTorrent log:
Code:
16.07.2013 21:48:11] WebUI started.
[16.07.2013 21:48:20] FILE MANAGER ignited
There is a rtorrent.dht_cache in the session folder.
Any ideas where any failures about DHT might be logged? How can I check the DHT status?