PDA

Bekijk de volledige versie : port forwarding ?



dale978
16-07-2009, 19:54
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

wpte
16-07-2009, 20:44
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:D

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:)

dale978
16-07-2009, 21:01
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 !

dale978
16-07-2009, 22:31
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

wpte
17-07-2009, 00:21
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;)

dale978
17-07-2009, 13:59
hi
yes just reinstalled everything-and working now :D-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 !

wpte
17-07-2009, 17:55
hi
yes just reinstalled everything-and working now :D-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;)

dale978
28-07-2009, 13:23
hi
problem im getting now using transmission
is im getting told client not allowed ?

dale978
28-07-2009, 15:49
ive just found what problem is - is there a way to downgrade transmission
to 1.72 ?

wpte
28-07-2009, 19:09
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/optware/oleg/cross/stable/transmissiond_1.42-1_mipsel.ipk
:)

dale978
28-07-2009, 19:56
sorted :)
everything working perfectly !!
thanx for all your help