eniac111 / snake-os

Automatically exported from code.google.com/p/snake-os
2 stars 1 forks source link

File transmissions works on lan but fails on internet #96

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
My problem:
When working in my network, files from ftp, samba or webserver can be 
transmited without problem, but when I try to download a file from another 
computer on the internet (Using IE or Firefox...), the transsmision starts ok, 
but crashes after 1 or 2 seconds. No error message appears, simply the donwload 
process does not continue anymore.

What is the expected output? What do you see instead?
I expected a uncrashing download process with a transfer speed acording to my 
isp connection.

What version of the product are you using? On what operating system?
snakeos-V1.2.0-20100621-from-original

Original issue reported on code.google.com by allst...@gmail.com on 18 Nov 2010 at 7:51

GoogleCodeExporter commented 9 years ago
Similar thing that I have before upgrading transmission to 2.11. Check issue 
#94 may be it will help.

Original comment by vladimir...@gmail.com on 19 Nov 2010 at 6:18

GoogleCodeExporter commented 9 years ago
I've tested this, and I'm not able to get transmission work over the internet. 
Looking for information on the internet, take us to see that a lot of people 
has problems with vsftp, if you don't have static ip (I mean if you're using 
dynamic dns service)

My log connecion as client (fireftp) was:
200 Switching to ASCII mode.
       PASV
227 Entering Passive Mode (192,168,1,254,211,178).
       LIST

As you can see one proble is than nas gives back the internal network ip.

When I try to enable in config file the ip resolve option (look at help page 
for vsftp), It doesn't resolve the name for the dyndns domain, so, no usable 
option.

The fast solution for this, as I needed it for transfer a file on the internet, 
was enabling the http server, and dowload file using http.

Original comment by pepe.j...@gmail.com on 10 Apr 2011 at 11:38

GoogleCodeExporter commented 9 years ago
Now I'm able to connect over the internet. 

I'm using   SNAKE OS V1.3.2 (20111019)

I've changed default vsftpd port

Original comment by pepe.j...@gmail.com on 11 Sep 2012 at 5:40

GoogleCodeExporter commented 9 years ago
Can you tell me how to change the default vsftpd port

Original comment by mustafas...@gmail.com on 1 Oct 2012 at 5:08