Results 1 to 7 of 7

Thread: rtorrent not connectable

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #1

    rtorrent not connectable

    I'm having some trouble setting up my asus with rtorrent.
    Somehow i cannot get to being able to upload. (peers cannot connect to me)
    I was thinking it a port forwarding problem so i've been trying these:
    My rtorrent is set to use ports 51777-51780 (so default setting).

    -Port Range forwarding (WEBGUI)
    -Port Forwarding: all of them,one of them (WEBGUI)
    -iptables -A INPUT -p tcp --dport 51777:51780 -j ACCEPT
    -iptables -I INPUT 1 -p tcp --dport 51777:51780 -j ACCEPT
    -iptables -A INPUT -p tcp --dport 51777:51780 -j logaccept
    -iptables -I INPUT 1 -p tcp --dport 51777:5780 -j logaccept
    -all those with FORWARD instead of input
    -iptables -A INPUT -p tcp --syn -i "$1" --dport 51777:51780 -j ACCEPT

    so basically every variation of every command i could find around this forum.
    iptables -L shows all those rules are there (currently all at once)
    Code:
    Chain INPUT (policy ACCEPT)
    target     prot opt source               destination
    logaccept  tcp  --  anywhere             anywhere            tcp dpts:51777:5178                                                  0
    ACCEPT     tcp  --  anywhere             anywhere            tcp dpts:51777:5178                                                  0
    logaccept  tcp  --  anywhere             anywhere            tcp dpts:51777:5178                                                  0
    ACCEPT     0    --  anywhere             anywhere            state RELATED,ESTAB                                                  LISHED
    DROP       udp  --  anywhere             anywhere            udp dpt:route
    DROP       udp  --  anywhere             anywhere            udp dpt:route
    ACCEPT     udp  --  anywhere             anywhere            udp dpt:route
    logdrop    icmp --  anywhere             anywhere
    logdrop    igmp --  anywhere             anywhere
    ACCEPT     udp  --  anywhere             anywhere            udp dpt:5060
    ACCEPT     0    --  anywhere             anywhere            state NEW
    logaccept  0    --  anywhere             anywhere            state NEW
    logdrop    0    --  anywhere             anywhere
    ACCEPT     tcp  --  anywhere             anywhere            tcp dpts:51777:5178                                                  0 flags:FIN,SYN,RST,ACK/SYN
    ACCEPT     tcp  --  anywhere             anywhere            tcp dpt:51777 flags                                                  :FIN,SYN,RST,ACK/SYN
    ACCEPT     tcp  --  anywhere             anywhere            tcp dpts:51777:5178                                                  0
    ACCEPT     tcp  --  anywhere             anywhere            tcp dpts:51777:5178                                                  0
    logaccept  tcp  --  anywhere             anywhere            tcp dpts:51777:5178                                                  0
    logaccept  tcp  --  anywhere             anywhere            tcp dpt:51780
    logaccept  tcp  --  anywhere             anywhere            tcp dpts:51777:5178                                                  0
    ACCEPT     tcp  --  anywhere             anywhere            tcp dpts:51777:5178                                                  0
    
    Chain FORWARD (policy ACCEPT)
    target     prot opt source               destination
    ACCEPT     tcp  --  anywhere             anywhere            tcp dpts:51777:5178                                                  0
    logaccept  tcp  --  anywhere             anywhere            tcp dpts:51777:5178                                                  0
    logaccept  tcp  --  anywhere             anywhere            tcp dpts:51777:5178                                                  0
    ACCEPT     gre  --  192.168.1.0/24       anywhere
    ACCEPT     tcp  --  192.168.1.0/24       anywhere            tcp dpt:1723
    ACCEPT     0    --  anywhere             anywhere
    logdrop    0    --  anywhere             anywhere            state INVALID
    TCPMSS     tcp  --  anywhere             anywhere            tcp flags:SYN,RST/S                                                  YN TCPMSS clamp to PMTU
    lan2wan    0    --  anywhere             anywhere
    ACCEPT     0    --  anywhere             anywhere            state RELATED,ESTAB                                                  LISHED
    logaccept  tcp  --  anywhere             3ddy                tcp dpt:16567
    logaccept  udp  --  anywhere             3ddy                udp dpt:16567
    TRIGGER    0    --  anywhere             anywhere            TRIGGER type:in mat                                                  ch:0 relate:0
    trigger_out  0    --  anywhere             anywhere
    logaccept  0    --  anywhere             Asus_Wl500gP
    logaccept  0    --  anywhere             anywhere            state NEW
    logdrop    0    --  anywhere             anywhere
    logaccept  tcp  --  anywhere             anywhere            tcp dpts:51777:5178                                                  0
    ACCEPT     tcp  --  anywhere             anywhere            tcp dpts:51777:5178
    i'm still not connectable by peers. Also port scanners/testers time out on those ports.

    I cannot think of anything else, so plz someone help me.
    Last edited by 3ddy; 28-03-2009 at 18:39.

Similar Threads

  1. [How to] rtorrent & ntorrent
    By mancub in forum WL-500gP Tutorials
    Replies: 101
    Last Post: 18-12-2008, 07:21
  2. small number of peers for rTorrent
    By ufo95 in forum WL-500gP Q&A
    Replies: 0
    Last Post: 10-11-2008, 08:23

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •