Page 1 of 1

Fileupload not working with natted IP's

Posted: Wed Mar 24, 2004 1:25 am
by irudayarajp
Hai everybody,
I have a strange problem. I have a file man utility that is running in the Linux machine. We have natted the ip address. I have specified the file upload limit in the php.ini file. I am using Apache server. When I try to upload using the internal IP it works fine. When I try using the natted IP it gives us a problem of " Pgae cannot be displayed " when I try to upload a file of 3MB size. Can any one help me ????

Re: Fileupload not working with natted IP's

Posted: Wed Mar 24, 2004 8:23 am
by Roja
irudayarajp wrote:Hai everybody,
I have a strange problem. I have a file man utility that is running in the Linux machine. We have natted the ip address. I have specified the file upload limit in the php.ini file. I am using Apache server. When I try to upload using the internal IP it works fine. When I try using the natted IP it gives us a problem of " Pgae cannot be displayed " when I try to upload a file of 3MB size. Can any one help me ????
I'm guessing, but here's my theory -

When using the natted IP, its traveling across the internet, and back in to the server (which is bad, by the way). In doing so, it gets *alot* more latency, and possibly could be going over the TTL.

If you can access the first page, but the second page gives the "page cannot be displayed", its almost definitely due to increased latency.

My suggestion is to look at how the routing is occuring - from the natted IP, do a traceroute to the webserver. If its more than a few hops, you probably should reconfigure it.

Posted: Wed Mar 24, 2004 9:04 pm
by irudayarajp
Hai,
We found out the problem. It was with the proxy and firewall that we were not able to do so. When we tested it with a dial up line itr works fine. Thanks for Ur reply.

Regards,
Irudayaraj P