Alessio
Occasional Visitor
Hello, I'm using ( with satisfaction ) Merlin's firmware 376.47, and I've installed rtorrent using
I'm not able to open the ports used by rtorrent...
here is my /etc/rtorrent/rtorrent.conf
I've tried to use iptabels using /jffs/scripts/firewall-start
finally here is my System Log - Port Forwarding
where am I doing wrong?
Thanks
Code:
opkg install rtorrent-easy-install
I'm not able to open the ports used by rtorrent...
here is my /etc/rtorrent/rtorrent.conf
Code:
max_uploads = 8
session = /opt/etc/rtorrent/session
schedule = watch_directory,5,5,load_start=/opt/etc/rtorrent/watchdir/*.torrent
schedule = untied_directory,5,5,stop_untied=
schedule = low_diskspace,5,60,close_low_diskspace=100M
bind = 0.0.0.0
[B]port_range = 51777-51787[/B]
check_hash = yes
use_udp_trackers = yes
encryption = allow_incoming,enable_retry,prefer_plaintext
dht = auto
dht_port = 6881
peer_exchange = yes
scgi_local = /opt/var/rpc.socket
encoding_list = UTF-8
max_uploads_global = 32
max_downloads_global = 64
download_rate = 2048
upload_rate = 150
directory = /mnt/asusdisk/torrents
I've tried to use iptabels using /jffs/scripts/firewall-start
Code:
# Add ports for rtorrent
# 6881 udp (for DHT)
iptables -I INPUT 1 -p udp --dport 6881 -j ACCEPT
# 51777-51787 tcp
iptables -I INPUT 1 -p tcp --syn --dport 51777:51787 -j ACCEPT
finally here is my System Log - Port Forwarding
Code:
Destination Proto. Port range Redirect to Local port Chain
ALL TCP 51777:51787 192.168.1.1 51777:51787 VSERVER
ALL UDP 51777:51787 192.168.1.1 51777:51787 VSERVER
where am I doing wrong?
Thanks