Results 1 to 11 of 11

Thread: port forwarding ?

  1. #1

    port forwarding ?

    hi
    ive set up transmission on my asus wl500w (oleg firmware) but cannot forward port 51413-i have done searches and followed guides but still cant open the port.
    any help much appreciated
    thanx
    dale

  2. #2
    Join Date
    Dec 2007
    Location
    The Netherlands - Eindhoven
    Posts
    1,767
    You tried the virtual server option in the web interface I guess?

    you can try ip-tables, it just hard-codes it directly in to the firewall
    vi /tmp/local/sbin/post-firewall
    the usual iptables script:
    (if you have "iptables -D INPUT -j DROP" and "iptables -A INPUT -j DROP" don't add them again)
    #!/bin/sh
    # deleting last firewal rules (policy)
    iptables -D INPUT -j DROP

    # Standard open ports
    iptables -A INPUT -p tcp --dport 51413 -j ACCEPT #opens up tcp port 51413

    # Restablishing INPUT chain policy
    iptables -A INPUT -j DROP
    ofc, if you never enterd any code make it executable:
    chmod +x /tmp/local/sbin/post-firewall
    and save + reboot:
    flashfs save && flashfs commit && flashfs enable && reboot
    done

  3. #3
    thanx for the reply
    ive just done a fresh install and going to try the ip-tables shortly
    i tried the virtual server way but think i was entering the wrong settings !

  4. #4
    hi
    ive tryed the ip-tables but when trying to see if port is open
    im getting - Error: I could not see your service on 90.194.116.132 on port (51413)
    Reason: No route to host

  5. #5
    Join Date
    Dec 2007
    Location
    The Netherlands - Eindhoven
    Posts
    1,767
    Quote Originally Posted by dale978 View Post
    hi
    ive tryed the ip-tables but when trying to see if port is open
    im getting - Error: I could not see your service on 90.194.116.132 on port (51413)
    Reason: No route to host
    Oh rlea?
    I just tried with the best scanner online:
    Scanning ports on 90.194.116.132

    90.194.116.132 is responding on port 51413 ().
    works great!
    try this: http://www.t1shopper.com/tools/port-scanner/

    anyway, you shouldn't portscan it from your local network, that just doesn't work

  6. #6
    hi
    yes just reinstalled everything-and working now -thank you
    problem ive got now is im downloading torrents fine but nothing seems to be uploading ?
    thanx for taking the time to reply to my messages
    sorry just started to upload !
    Last edited by dale978; 17-07-2009 at 14:35.

  7. #7
    Join Date
    Dec 2007
    Location
    The Netherlands - Eindhoven
    Posts
    1,767
    Quote Originally Posted by dale978 View Post
    hi
    yes just reinstalled everything-and working now -thank you
    problem ive got now is im downloading torrents fine but nothing seems to be uploading ?
    thanx for taking the time to reply to my messages
    sorry just started to upload !
    good stuff

    np man, any time

  8. #8
    hi
    problem im getting now using transmission
    is im getting told client not allowed ?

  9. #9
    ive just found what problem is - is there a way to downgrade transmission
    to 1.72 ?

  10. #10
    Join Date
    Dec 2007
    Location
    The Netherlands - Eindhoven
    Posts
    1,767
    Quote Originally Posted by dale978 View Post
    ive just found what problem is - is there a way to downgrade transmission
    to 1.72 ?
    so long the older version is still available...
    ipkg remove transmission
    ipkg install http://ipkg.nslu2-linux.org/feeds/op...2-1_mipsel.ipk

  11. #11
    sorted
    everything working perfectly !!
    thanx for all your help

Similar Threads

  1. Port forwarding values stuck in nvram
    By medsource in forum WL-700g Firmware Discussion
    Replies: 1
    Last Post: 11-11-2008, 18:57
  2. Port Forwarding Issue
    By Serizzim in forum WL-500g Q&A
    Replies: 2
    Last Post: 21-05-2008, 16:44

Posting Permissions

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