PDA

Bekijk de volledige versie : How to open enhanced-ctorrent port?



sollie
06-01-2007, 00:11
How to open enhanced-ctorrent port?

Can anybody help me.

Sollie

back2basic
06-01-2007, 00:17
iptables -I INPUT 7 -p tcp --dport 2106:2706 -j ACCEPT

sollie
06-01-2007, 00:32
Thanks:

Where does it store that rule, can i do that with the iu and does the wl700 remember the setting?

Sollie.

fireflash
06-01-2007, 03:52
I doubt it'll remember it. You could probably get away with adding that line to your rc.local script.

dolphine
06-01-2007, 08:53
I doubt it'll remember it. You could probably get away with adding that line to your rc.local script.

rc.local will work, but
- any change in router's confiiguration over the web UI will make it reset the network configuration not taking care of the any further settings irregardless ehre they are set
- please not that -I 7 inserts the rule in the iptables so it expects some configuration to be there (firewall on, ftp port open, etc.)

please see http://wl700g.info/showthread.php?t=7749 for alternative way to solve this (cron checking the iptables, script for opening the port)

Rgds.

sollie
06-01-2007, 09:24
Thanks, i know enough. I add it to rc.local.

Sollie.;)

d3viant
06-01-2007, 13:04
It should work if you add it using the virtual server section of the webUI aswell

sollie
06-01-2007, 13:49
Thank you i already solved the problem. First i had to open the firewall using the ip rule. Added it to rc.local.

Secondly i had to forward it to the lan-ip of the router (virtual servers, webui).

Sollie.