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 ????
Fileupload not working with natted IP's
Moderator: General Moderators
-
irudayarajp
- Forum Newbie
- Posts: 2
- Joined: Wed Mar 24, 2004 1:25 am
Re: Fileupload not working with natted IP's
I'm guessing, but here's my theory -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 ????
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.
-
irudayarajp
- Forum Newbie
- Posts: 2
- Joined: Wed Mar 24, 2004 1:25 am