port forwarding

port forwarding

Postby matzi » Sun Sep 30, 2012 6:31 pm

I have an nwsp2 connected to my fritzbox 7270. Now on the fritzbox I run an fhem (home automation) system. This system is acessible with the fitzbox's ip and port x on the the internal network. Fritzbox does not allow to open this port to the external network. But fritzbox allows to forward its ip with certain a port to an internal ip.

Now my question: Can I use the nwsp2 to redirect an incoming connection to another ip with another port ?
This way I could forward the incoming connection back to fritzbox. And if that was possible, could I allow this forwarding only with a user/password procedure?
matzi
Donator VIP
Donator VIP
 
Posts: 253
Joined: Wed Jul 06, 2011 8:08 am
Location: Hannover Germany

Re: port forwarding

Postby fvdw » Sun Sep 30, 2012 6:40 pm

this is currently not possible with our current firmware matzi.

But most routers could do this to knowledge although not with username and password
fvdw
Site Admin - expert
 
Posts: 13471
Joined: Tue Apr 12, 2011 2:30 pm
Location: Netherlands

Re: port forwarding

Postby matzi » Sun Sep 30, 2012 8:20 pm

I see, sorry its not possible. Maybe I can tell a wish for the next release?
Please have a look on fhem.de and check if this can run on nwsp2 too. They made it running on other linux devices yet.

Another subject:
I installed FW 13-0 and tried the torrentflux b4rt for the first time. I am searching files with isohunt and whatever I search, after clicking on the file to start the download i get:

Code: Select all
Error
There were Problems

Content returned from http://isohunt.com/download/ does not appear to be a valid torrent.
Displaying first 1024 chars of output:
Sorry, wrong number.
3



When i do the same with isohunt's website and download with µtorrent there are no problems.
What can be wrong?
matzi
Donator VIP
Donator VIP
 
Posts: 253
Joined: Wed Jul 06, 2011 8:08 am
Location: Hannover Germany

Re: port forwarding

Postby fvdw » Sun Sep 30, 2012 8:28 pm

sorry but I can not answer your question regarding torrentflux

I never use it anymore , Transmission is much more convenient
fvdw
Site Admin - expert
 
Posts: 13471
Joined: Tue Apr 12, 2011 2:30 pm
Location: Netherlands

Re: port forwarding

Postby Jocko » Sun Sep 30, 2012 9:10 pm

Matzi,

It's a known issue. I tested the solution found here and seems work well:
http://tf-b4rt.berlios.de/forum/index.php?topic=1047.0

Attached an updated file isoHuntEngine.php.

you must save it to the folder /share/1000/tflux/tflux2/html/inc/searchEngines.

Thank to test it and if all is ok we will included it in the next release
You do not have the required permissions to view the files attached to this post.
Jocko
Site Admin - expert
 
Posts: 11529
Joined: Tue Apr 12, 2011 4:48 pm
Location: Orleans, France

Re: port forwarding

Postby matzi » Sun Sep 30, 2012 9:56 pm

This folder does not exist yet. Shall I create it?
matzi
Donator VIP
Donator VIP
 
Posts: 253
Joined: Wed Jul 06, 2011 8:08 am
Location: Hannover Germany

Re: port forwarding

Postby Jocko » Sun Sep 30, 2012 10:26 pm

Matzi, if you have installed Torrentflux-b4rt, this folder must exist !

Open Putty
Code: Select all
root@Kappa:/ # cd /share/1000/tflux/tflux2/html/inc/searchEngines
root@Kappa:/share/1000/tflux/tflux2/html/inc/searchEngines # ls -al
total 300
drwxr-xr-x   2 nobody root  4096 2012-09-30 22:29 .
drwxr-xr-x  11 nobody root  4096 2012-09-30 22:29 ..
-rw-r--rw-   1 nobody root 16861 2007-04-08 13:58 BitMeEngine.php
-rw-r--rw-   1 nobody root 26888 2007-04-08 13:58 BitMeTvEngine.php
-rw-r--rw-   1 nobody root 19343 2007-04-08 13:58 BitSoupEngine.php
-rw-r--rw-   1 nobody root 11499 2007-04-08 13:58 btJunkieEngine.php
-rw-r--rw-   1 nobody root 26462 2007-02-04 17:12 DemonoidEngine.php
-rw-r--rw-   1 nobody root 19132 2007-04-08 13:58 Filemp3Engine.php
-rw-r--rw-   1 nobody root  9246 2007-02-04 17:12 GoogleEngine.php
-rw-r--rw-   1 nobody root  3293 2007-12-17 00:32 GoogleFunctions.php
-rw-r--rw-   1 nobody root 16311 2012-09-30 23:03 isoHuntEngine.php
-rw-r--rw-   1 nobody root 10028 2007-10-02 00:44 mininovaEngine.php
-rw-r--rw-   1 nobody root 20524 2007-04-30 17:21 OinkMeEngine.php
-rw-r--rw-   1 nobody root 16938 2007-06-16 00:00 PirateBayEngine.php
-rw-r--rw-   1 nobody root  9618 2007-04-08 13:58 SearchEngineBase.php
-rw-r--rw-   1 nobody root  9343 2007-04-08 13:58 TokyoToshoEngine.php
-rw-r--rw-   1 nobody root 13270 2007-04-08 13:58 TorrentBoxEngine.php
-rw-r--rw-   1 nobody root 15378 2007-04-08 13:58 TorrentPortalEngine.php
-rw-r--rw-   1 nobody root 19870 2007-11-18 19:21 TorrentSpyEngine.php
root@Kappa:/share/1000/tflux/tflux2/html/inc/searchEngines #


So copy the new file. I assume you saved it to the fvdw share
Code: Select all
cp /share/1000/fvdw/isoHuntEngine.php /share/1000/tflux/tflux2/html/inc/searchEngines
Jocko
Site Admin - expert
 
Posts: 11529
Joined: Tue Apr 12, 2011 4:48 pm
Location: Orleans, France

Re: port forwarding

Postby matzi » Mon Oct 01, 2012 5:37 pm

Sorry Jocko! I was lost. After the the trials with torrebtflux I uninstalled the server therefore the directories were deleted. After reinstalling I just could do what you proposed and it works!
matzi
Donator VIP
Donator VIP
 
Posts: 253
Joined: Wed Jul 06, 2011 8:08 am
Location: Hannover Germany

Re: port forwarding

Postby Jocko » Mon Oct 01, 2012 5:49 pm

Glad to heard that it works well. :-D

If you are an usual torrentflux-b4rt user, thank to do feedback about issues you notice.
Jocko
Site Admin - expert
 
Posts: 11529
Joined: Tue Apr 12, 2011 4:48 pm
Location: Orleans, France


Return to Development

Who is online

Users browsing this forum: No registered users and 15 guests